Skip to content

v94.0.0

Compare
Choose a tag to compare
@cozy-bot cozy-bot released this 02 Oct 07:48
· 643 commits to master since this release

94.0.0 (2023-10-02)

Bug Fixes

  • ContactsList: Center the spinner when fetching data (52791a1)
  • ContactsList: Remove padding on cells (bb6c237)

Features

  • ContactsListModal: Use default text on search, add button, result (652d52f)
  • getRandomUUID: Returns something even without crypto API (be65396)

BREAKING CHANGES

  • ContactsListModal: If you don't want any text in ContactsListModal for search input, add button and empty result, use respectively these props : placeholder={false}, addContactLabel={false}, emptyMessage={false} instead of undefined values