Skip to content

v3.0.0

Compare
Choose a tag to compare
@Temzasse Temzasse released this 11 May 12:05
· 23 commits to main since this release

⚠️ Breaking changes

The default export of Sheet has been changed to named export:

// ❌ OLD
import Sheet from 'react-modal-sheet';

// βœ… NEW
import { Sheet } from 'react-modal-sheet';

There shouldn't be any other breaking changes (🀞🏻) but some fields in package.json have changed that might affect the way your bundler imports the library so there might be some breaking changes for you depending on what bundler you use.

πŸ¦‹ Full changelog

v2.2.1...v3.0.0