Skip to content

Commit

Permalink
changelogs and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gtalha07 committed May 23, 2024
1 parent b90f995 commit a8c8144
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### [2.0.0+5]

Redefined Acter Avatars

- [Breaking Changes]:
- A new configurable parameter `AvatarOptions` has been added and now internally wraps `ActerAvatar` params. It also deprecates `DisplayMode` enum by introducing various ways to set up via its named constructors. For newer API references and migration, see API documentation.
- [feat.] : With `AvatarOptions` you can also render multiple parent badges (parent space in legacy terms) upto 3 avatars along with small remaining count icon.
- Updated `/example` section with new APIs.
- Updated `README.md`.

## [unreleased]

- Fix: Show Parent even if we fallback for the main avatar
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: acter_avatar
description: Avatars as used by Acter.global
version: 1.0.0+4
description: Avatars as used by Acter.global. Supports various shapes of avatars UI.
version: 2.0.0+5
homepage: https://github.com/acterglobal/acter-avatar

environment:
Expand Down

0 comments on commit a8c8144

Please sign in to comment.