v3.0.0
β οΈ 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
- Fix release script 6150b65
- Merge pull request #141 from Temzasse/tsup 672750b
- Update github workflow 9ffd87d
- Add attw to CI checks 74dc61b
- Update deps and scripts a0281f8
- Fix broken imports 9b7f54a
- Update SSR example da85e43
- Change Sheet default export to named export 6d952de
- Add eslintignore 08907a2
- Update example deps 4cefa5f
- Update min node engine version 4e1fe5c
- Fix tests 46bd40f
- Update github action f267a9c
- Update lint rules and fix issues 46c5f7a
- Replace tsdx with tsup c76b553