Skip to content

cozy-sharing@11.0.0

Compare
Choose a tag to compare
@cozy-bot cozy-bot released this 11 Mar 08:27
· 261 commits to master since this release

11.0.0 (2024-03-11)

Bug Fixes

  • Add missing args into stories (3658ead)

Code Refactoring

  • Rename RecipientsAvatars into AvatarList (abef583)

Features

  • Add stories to recipient components (b32f881)
  • sharing: Add storybook (fa7a028)

BREAKING CHANGES

  • If you were importing RecipientsAvatars directly you should now use import { AvatarList as RecipientsAvatars } from 'cozy-sharing/dist/components/Avatar/AvatarList'