Skip to content

v74.0.0

Compare
Choose a tag to compare
@cozy-bot cozy-bot released this 01 Sep 09:11
· 1293 commits to master since this release

74.0.0 (2022-09-01)

Features

  • Wrap BottomSheet in Portal (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 portalProps={{ disablePortal: true }} prop.