Skip to content

Commit

Permalink
chore(release): 94.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [94.0.0](v93.5.0...v94.0.0) (2023-10-02)

### Bug Fixes

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

### Features

* **ContactsListModal:** Use default text on search, add button, result ([652d52f](652d52f))
* **getRandomUUID:** Returns something even without crypto API ([be65396](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={[secure]}, addContactLabel={[secure]}, emptyMessage={[secure]}` instead of `undefined` values
  • Loading branch information
semantic-release-bot committed Oct 2, 2023
1 parent 652d52f commit 5e299c3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [94.0.0](https://github.com/cozy/cozy-ui/compare/v93.5.0...v94.0.0) (2023-10-02)


### Bug Fixes

* **ContactsList:** Center the spinner when fetching data ([52791a1](https://github.com/cozy/cozy-ui/commit/52791a1))
* **ContactsList:** Remove padding on cells ([bb6c237](https://github.com/cozy/cozy-ui/commit/bb6c237))


### Features

* **ContactsListModal:** Use default text on search, add button, result ([652d52f](https://github.com/cozy/cozy-ui/commit/652d52f))
* **getRandomUUID:** Returns something even without crypto API ([be65396](https://github.com/cozy/cozy-ui/commit/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={[secure]}, addContactLabel={[secure]}, emptyMessage={[secure]}` instead of `undefined` values

# [93.5.0](https://github.com/cozy/cozy-ui/compare/v93.4.0...v93.5.0) (2023-09-29)


Expand Down

0 comments on commit 5e299c3

Please sign in to comment.