Releases: Temzasse/react-modal-sheet
Releases · Temzasse/react-modal-sheet
v4.0.1
v4.0.0
- Merge pull request #184 from Temzasse/feat/migrate-to-motion d2c93ff
- Fix dts generation in dev mode 67f2183
- Export individual types for sheet component props 456062a
- Merge cleanup 54eed9d
- Update lock files b8466d4
- Improve dev setup 4ea90aa
- Remove backdrop tap highlight color on ios b129b6f
- Omit lib from example's vite deps optimization 458ac28
- Use zIndex from props if given 79b60bb
- Add mention to docs about strictmode and framer-motion 3428052
- Update ssr example 725ef9f
- Update csr example app 6c199bf
- Replace framer-motion with motion 72867e4
- Update github actions to run checks for PRs 89636fb
- Add vscode workspace settings b54847d
- Update .npmrc 89166c2
- Add pre-push git hook dd5aa5c
- Replace eslint and prettier with biome 6c44151
v3.5.0
v3.4.1
v3.4.0
- Fix ssr issue in modal effect 3eeae3c
- Make modal effect animated based on drag 5ef080b
- Update example app 2e5d366
- Remove @react-aria/utils dependency 3031ff4
- Revert "Update usePreventScroll hook" d97061c
- Update usePreventScroll hook 11f7d8b
- Simplify content height example 47fc296
- Add layout animation to content height example f2fb875
- Update vite cache dir e5f8bd2
v3.3.0
v3.2.0
v3.1.0
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