Skip to content

Latest commit

 

History

History
76 lines (50 loc) · 2.47 KB

CHANGELOG.md

File metadata and controls

76 lines (50 loc) · 2.47 KB

[2.0.1+1]

  • Avatar interaction fixes.
  • Add flutter tests for parent badge avatars.

[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.

[1.0.0+4]

  • bump package dependencies.
  • fix API usage in /example.

[1.0.0+3]

  • release first stable version.
  • [Breaking Changes]:
    • ActerAvatar now supports AvatarInfo for specifying avatar data instead of singleton parameters.
    • Acter Avatar now supports onAvatarTap() and onParentBadgeTap for avatar gesture.
  • added support for Group DM, GroupChat and Rectangle Avatars
  • added support for parent badge for DisplayMode.Space
  • added support for secondary stacked avatar for DisplayMode.GroupDM
  • optimisation for avatar and fallback sizes
  • added ci unit tests for avatar size, render and tap behavior

Unreleased

[0.0.7]

  • add logging support
  • error handling for avatar loading: show log.warning and go to fallback

[0.0.6]

  • new ActerAvatar wrapper widget
  • DisplayMode added
  • MultiUser fallback support
  • loading of actual image in ActerAvatar
  • improved support for image loading in ActerAvatar
  • additional UniqueName support for canonical alias
  • minor fixes around refreshing and setState after dispose

[0.0.1] - 20230508 Forking TextAvatar to become Acter-Avatar


Previous changelog of TextAvatar

[1.0.3] - 02062021 Documentation Update

  • Bug fix for background color

[1.0.2] - 02062021 Documentation Update

  • Images and examples are updated.

[1.0.1] - 02062021 Documentation Update

  • Documentation update to display images on pub.dev.

[1.0.0] - 02062021 Nullsafety TextAvatar

  • In that release minimum viable and usefull plugin released to allow developers to create colorful TextAvatars based on the Name Surname or given specification.
  • It allows users to create colorful text avatar for each users based on the username or text starting letter.
  • Improvements will release in next version.

[unreleased]

  • Fix: Show Parent even if we fallback for the main avatar