Skip to content

Releases: Temzasse/react-modal-sheet

v2.2.0

08 Oct 15:32
Compare
Choose a tag to compare
  • Fix framer-motion drag constraints bug ee81930

v2.1.0...v2.2.0

v2.1.0

07 Oct 11:28
Compare
Choose a tag to compare

v2.0.0...v2.1.0

v2.0.0

20 Jun 19:55
Compare
Choose a tag to compare

New features ✨

  • Add Sheet.Scroller component to handle scrolling for sheet content with touch devices. Read more here.

Breaking changes 🔥

  • The springConfig prop has been renamed to tweenConfig in order to reflect the internal change to using tween transition instead of a spring for the sheet animations (spring overshoot was a problem).
  • Change Sheet.Backdrop background color to be translucent black instead of gray to work better with iOS modal effect.
  • Remove unnecessary highlight layer from iOS modal effect.

Changelog

  • Update docs and scrollable snap points example 1e06c2d
  • Simplify and rename sheet transition config prop 5cd8ef3
  • Cleanup code 90e3139
  • Add sheet scroller documentation fc39ac3
  • Change springConfig prop to generic transitionConfig 4566195
  • Update example app 91293f0
  • Update readme styled-component example fbcc7c9
  • Add SheetScroller component 78375c9
  • Update sheet backdrop background color 481ee48
  • Remove ios modal effect highlight 829dcd6
  • Update styled-component dev dep 6092cbf

v1.11.1...v2.0.0

v1.11.1

18 Jun 13:11
Compare
Choose a tag to compare

v1.11.0...v1.11.1

v1.11.0

17 Jun 21:06
Compare
Choose a tag to compare
  • Apply z-index -1 and visibility hidden to closed sheet cf85486
  • Increase min framer-motion dep version to 6 01f112b
  • Update dependencies a0c1f94

v1.10.2...v1.11.0

v1.10.2

20 Mar 16:32
Compare
Choose a tag to compare
  • Fix sheet not closing properly after slow drag to bottom (#116) b71a6fa

v1.10.1...v1.10.2

v1.10.1

25 Feb 20:07
Compare
Choose a tag to compare
  • Remove react-merge-refs dependency 414653f
  • feat: add simple mergeRefs functions (#112) e3a577d

v1.10.0...v1.10.1

v1.10.0

14 Jan 13:17
Compare
Choose a tag to compare
  • Ignore broken tests 95a88c4
  • Update package.json node engines to 16 308074d
  • Update example deps 937a4b0
  • Update deps and fix scroll prevention issue on ios f0ff45f

v1.9.0...v1.10.0

v1.9.0

14 Dec 15:29
Compare
Choose a tag to compare
  • Pass provided className to sheet components dd22d82
  • remove border from backdrop (#107) 83dc1a9

v1.8.1...v1.9.0

v1.8.1

17 Oct 08:54
Compare
Choose a tag to compare
  • Fix for disableDrag not working on Sheet Content and Sheet Header (#100) e3ddf34
  • Fix broken detents link 75e6b78

v1.8.0...v1.8.1