Skip to content

v2.0.0

Compare
Choose a tag to compare
@Temzasse Temzasse released this 20 Jun 19:55
· 4 commits to master since this release

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