From a8c81444cd4f76e46ce4154e505a1fc92525dc2d Mon Sep 17 00:00:00 2001 From: Talha Date: Thu, 23 May 2024 16:53:15 +0500 Subject: [PATCH] changelogs and bump version --- CHANGELOG.md | 10 ++++++++++ pubspec.yaml | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cf1b0f..e034d61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index a6e35e1..556512c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: