Temzasse/react-modal-sheet
 Watch   
 Star   
 Fork   
2025-10-13 01:14:57
react-modal-sheet

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

2025-10-08 14:43:45
react-modal-sheet

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

2025-09-13 00:02:49
react-modal-sheet

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

2025-09-08 14:59:08
react-modal-sheet
2025-09-07 20:07:50
react-modal-sheet

v5.1.0

  • Remove csstype package 1e47bf4
  • Expose Sheet.DragIndicator as separate component 411675e
  • Add unstyled prop and refactor types 0082455

https://github.com/Temzasse/react-modal-sheet/compare/v5.0.0...v5.1.0

2025-09-07 04:25:23
react-modal-sheet

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

2025-05-05 16:20:23
react-modal-sheet
2025-05-05 15:40:42
react-modal-sheet

v4.3.0

  • Add disableDrag prop to SheetScroller and update example bdfa434
  • Add dev:host script 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

2025-05-05 01:05:37
react-modal-sheet

v4.2.0

  • Allow overriding sheet container height via style and add new example f09a739

https://github.com/Temzasse/react-modal-sheet/compare/v4.1.0...v4.2.0

2025-05-05 00:34:54
react-modal-sheet

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 AnimatePresence to a useEffect with directly calling animate to allow reading the sheet height that is needed for calculating the snap points in the new approach.
  • Refactor internal hooks into separate files 4463b89
  • Deprecate rootId prop in favor of modalEffectRootId 5c44def
  • Add modalEffectThreshold prop and improve iOS modal effect for snap points e6608e9
  • Enable StrictMode in example app 72ecdf1
  • Turn example app into PWA aa8a944

https://github.com/Temzasse/react-modal-sheet/compare/v4.0.2...v4.1.0