Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Upgrade Guide Corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
supreethmr committed Aug 30, 2019
1 parent c7d376e commit 5f17135
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/terra-avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ ChangeLog
Unreleased
----------
### Breaking Changes
* Removed Shared User Variant
* Added Generic as new variant with sub-variants single-user, shared-user and provider.
* Removed Shared User subcomponent
* Added Generic subcomponent with a new variant prop that can be `single-user`, `shared-user`, or `provider`.

2.25.0 - (August 21, 2019)
------------------
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-avatar/docs/upgrade-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
## Changes from version 2 to version 3

### Removed
* `Shared User` Variant From Avatar Variants
* `Shared User` subcomponent From Avatar

### Added
* `Generic` Variant with props same as `Shared User` and with `Variant` prop to support sub-variants like `single-user`, `shared-user` and `provider`.
* the `generic` subcomponent that replaces the `sharedUser` subcomponent with a new `variant` prop that can be `single-user`, `shared-user`, or `provider`.
* `variant` prop. this will take values for sub-variants `single-user`, `shared-user` and `provider`.

### Changes to CSS Custom Properties
Expand Down

0 comments on commit 5f17135

Please sign in to comment.