v5.2.1
- Update docs 5b04c81
- Fix inner sheet scroller style prop type 33fe27f
- Add doc section about replacement for autoPadding prop de40cb4
- Update packages 9684039
https://github.com/Temzasse/react-modal-sheet/compare/v5.2.0...v5.2.1
v5.2.0
- Merge pull request #220 from Temzasse/feat/expose-scroll-utils 813c985
- Unify formatting 21ab902
- Expose scroll util hooks and add custom scroller example 16d6034
- Fix apple maps example snap points b861838
- Add scrollStyle and scrollClassName to Sheet.Content 60a4084
https://github.com/Temzasse/react-modal-sheet/compare/v5.1.2...v5.2.0
v5.1.2
- Wait for sheet container to be rendered before measuring height b99373e
- Fix content height example d616dcb
- Add better errors logs for snap point validation ecc10ca
- Add contribution guidelines b0671e7
- Merge pull request #210 from crutchcorn/biome-v2 f068970
- chore: fix biome errors in example b69452b
- chore: apply automatic fixes from Biome c7f2dec
- chore: install Biome v2 and ran migration command 8fdf3c5
https://github.com/Temzasse/react-modal-sheet/compare/v5.1.1...v5.1.2
v5.1.1
- Fix type issue d0eaef9
https://github.com/Temzasse/react-modal-sheet/compare/v5.1.0...v5.1.1
v5.1.0
- Remove csstype package 1e47bf4
- Expose
Sheet.DragIndicatoras separate component 411675e - Add
unstyledprop and refactor types 0082455
https://github.com/Temzasse/react-modal-sheet/compare/v5.0.0...v5.1.0
v5.0.0
- Merge pull request #209 from Temzasse/v5 37e14d8
- Fix bug in disabling drag due to scroll 542f859
- Update readme 1832cdc
- Update custom styles section in readme a292800
- Remove mention of old framer-motion package ad124cc
- Update readme banner image 404583c
- Add custom styles example 93d9e1a
- Update documentation for v5 a5b8d21
- Improve keyboard avoidance d9cc73f
- Rework snap points 78507dd
- Rework snap points and sheet height measuring 61fba41
- Refactor and simplify 7d34385
- More improvements towards v5 1065c49
- Various fixes and improvements towards v5 10482b1
https://github.com/Temzasse/react-modal-sheet/compare/v4.4.0...v5.0.0
v4.4.0
- Add
autoPaddingprop toSheetScrollere012756
https://github.com/Temzasse/react-modal-sheet/compare/v4.3.0...v4.4.0
v4.3.0
- Add
disableDragprop toSheetScrollerand update example bdfa434 - Add
dev:hostscript f99f627 - Don't allow dragging past the upmost snap point 9d40b76
https://github.com/Temzasse/react-modal-sheet/compare/v4.2.0...v4.3.0
v4.2.0
- Allow overriding sheet container height via
styleand add new example f09a739
https://github.com/Temzasse/react-modal-sheet/compare/v4.1.0...v4.2.0
v4.1.0
- Revamp snap point implementation to fix multiple issues f7a732c
- Change the way snap points are calculated. Snap points are now correctly calculated from the sheet height instead of the window height. This makes it easier to reason about snap points. Additionally, the opening animation of the sheet has been moved from
AnimatePresenceto auseEffectwith directly callinganimateto allow reading the sheet height that is needed for calculating the snap points in the new approach.
- Change the way snap points are calculated. Snap points are now correctly calculated from the sheet height instead of the window height. This makes it easier to reason about snap points. Additionally, the opening animation of the sheet has been moved from
- Refactor internal hooks into separate files 4463b89
- Deprecate
rootIdprop in favor ofmodalEffectRootId5c44def - Add
modalEffectThresholdprop and improve iOS modal effect for snap points e6608e9 - Enable
StrictModein example app 72ecdf1 - Turn example app into PWA aa8a944
https://github.com/Temzasse/react-modal-sheet/compare/v4.0.2...v4.1.0