Skip to content

Releases: stipsan/react-spring-bottom-sheet

v3.0.3

28 Dec 22:54
Compare
Choose a tag to compare

3.0.3 (2020-12-28)

Bug Fixes

  • xstate deprecation warning on null events (e44e273)

v3.0.2

28 Dec 22:36
Compare
Choose a tag to compare

3.0.2 (2020-12-28)

Bug Fixes

  • RESIZE should never animate the content opacity (2470ccc)

v3.0.1

28 Dec 22:03
Compare
Choose a tag to compare

3.0.1 (2020-12-28)

Bug Fixes

  • filter out taps on drag (bc709a0)

v3.0.0

28 Dec 19:42
Compare
Choose a tag to compare

3.0.0 (2020-12-28)

Bug Fixes

BREAKING CHANGES

  • The resize observer logic is rewritten to no longer require wrapper elements like [data-rsbs-footer-padding]. If you're not using custom CSS and are simply importing react-spring-bottom-sheet/dist/style.css in your app then this isn't a breaking change for you.

If you're using custom CSS, here's the breaking changes:

  • [data-rsbs-header-padding] removed, update selectors to [data-rsbs-header]
  • [data-rsbs-content-padding] removed, update selectors to [data-rsbs-scroll]
  • [data-rsbs-footer-padding] removed, update selectors to [data-rsbs-footer]
  • [data-rsbs-antigap] removed, update selectors to [data-rsbs-root]:after and make sure to add content: '';.
  • [data-rsbs-content] is changed, update selectors to [data-rsbs-scroll].
  • The <div style="overflow:hidden;"> wrapper that used to be between [data-rsbs-content] and [data-rsbs-content-padding] is now within [data-rsbs-scroll], and no longer hardcode overflow: hidden, add [data-rsbs-content] { overflow: hidden; } to your CSS.

v2.3.0

28 Dec 15:24
Compare
Choose a tag to compare

2.3.0 (2020-12-28)

Features

v2.2.7

19 Dec 23:29
Compare
Choose a tag to compare

2.2.7 (2020-12-19)

Bug Fixes

  • dragging can overshoot if onDismiss is undefined (#43) (549ab30)

v2.2.6

08 Dec 11:35
Compare
Choose a tag to compare

2.2.6 (2020-12-08)

Bug Fixes

  • better type declarations (c19dd44)

v2.2.5

08 Dec 00:38
Compare
Choose a tag to compare

2.2.5 (2020-12-08)

Bug Fixes

  • improve rubber band effect when out of bounds (#29) (4f2fe09)

v2.2.4

07 Dec 19:56
Compare
Choose a tag to compare

2.2.4 (2020-12-07)

Bug Fixes

  • more stable defaultSnap RESIZE sync (230dbe2)
  • readjust defaultSnap on resize (b812786)

v2.2.3

07 Dec 19:02
Compare
Choose a tag to compare

2.2.3 (2020-12-07)

Bug Fixes

  • make open transitions more interruptible on iOS (#23) (f898dd0)