v5.6.0
- Make modal effect cleanup more reliable 92bfba8
- Expose sheet internal values via context in addition to ref 41c91fc
- Sync Sheet.Backdrop opacity animation with sheet y value 72596a7
- Use overflow:clip to fix scroll disabling related drag glitch 09049a7
https://github.com/Temzasse/react-modal-sheet/compare/v5.5.0...v5.6.0
v5.5.0
- Improve drag end classification for smoother snapping UX 0f20023
https://github.com/Temzasse/react-modal-sheet/compare/v5.4.1...v5.5.0
v5.4.1
- Make keyboard avoidance more robust ea60a58
- Make
useVirtualKeyboardmore robust and removeincludeContentEditableoption 0a9f0c4
https://github.com/Temzasse/react-modal-sheet/compare/v5.4.0...v5.4.1
v5.4.0
- Change keyboard avoidance to always snap to last snap point 587c247
- Respect
prefersReducedMotionprop inSheet.Backdropee5195a
https://github.com/Temzasse/react-modal-sheet/compare/v5.3.1...v5.4.0
v5.3.1
- Apply focused input offset to keyboard avoidance 1581381
https://github.com/Temzasse/react-modal-sheet/compare/v5.3.0...v5.3.1
v5.3.0
- Improve keyboard avoidance with snap points 7158c51
- Remove --force from example app scripts 12608d6
- Allow placing debug info to the top of the screen 328d824
- Update packages 7c92d2d
https://github.com/Temzasse/react-modal-sheet/compare/v5.2.3...v5.3.0
v5.2.3
- Allow overriding Sheet.Backdrop motion props 7615852
https://github.com/Temzasse/react-modal-sheet/compare/v5.2.2...v5.2.3
v5.2.2
- Enable inner useScrollPosition condition in Sheet.Content d028422
- Fix callback ref memo in useScrollPosition 3d5be6f
- Add touchAction: 'pan-down' to content scroller when scrolled to top 7a4a776
- Update scrollable snap point example with more advanced footer e01de7e
https://github.com/Temzasse/react-modal-sheet/compare/v5.2.1...v5.2.2
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