Skip to content

Commit

Permalink
chore(release): 74.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [74.0.0](v73.3.0...v74.0.0) (2022-09-01)

### Features

* Wrap BottomSheet in Portal ([00156fe](00156fe))

### BREAKING CHANGES

* BottomSheet now use Portal by default to work as a modal, and so is attached to the body. If for some reasons you need to use the BottomSheet inside a specific place in the DOM, you can use `disablePortal` prop.
  • Loading branch information
semantic-release-bot committed Sep 1, 2022
1 parent ebb6cb8 commit 6db8df0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [74.0.0](https://github.com/cozy/cozy-ui/compare/v73.3.0...v74.0.0) (2022-09-01)


### Features

* Wrap BottomSheet in Portal ([00156fe](https://github.com/cozy/cozy-ui/commit/00156fe))


### BREAKING CHANGES

* BottomSheet now use Portal by default to work as a modal, and so is attached to the body. If for some reasons you need to use the BottomSheet inside a specific place in the DOM, you can use `disablePortal` prop.

# [73.3.0](https://github.com/cozy/cozy-ui/compare/v73.2.3...v73.3.0) (2022-09-01)


Expand Down

0 comments on commit 6db8df0

Please sign in to comment.