Skip to content

Releases: stipsan/react-spring-bottom-sheet

v2.2.2

05 Dec 15:32
Compare
Choose a tag to compare

2.2.2 (2020-12-05)

Bug Fixes

  • updated readme with more API docs and examples (6a48fab)

v2.2.1

05 Dec 12:23
Compare
Choose a tag to compare

2.2.1 (2020-12-05)

Bug Fixes

  • rewrite interpolations to always be in frame sync (cc43467)

v2.2.0

05 Dec 07:57
Compare
Choose a tag to compare

2.2.0 (2020-12-05)

Features

v2.1.0

05 Dec 05:11
Compare
Choose a tag to compare

2.1.0 (2020-12-05)

Bug Fixes

  • use rAF instead of timeout to schedule unmount (7f3c018)

Features

  • add sibling prop support (767215b)

v2.0.3

05 Dec 02:41
Compare
Choose a tag to compare

2.0.3 (2020-12-05)

Bug Fixes

  • add CSS sourcemap (04bf99f)
  • add keywords (05f4399)
  • add more NaN type guards (7664d1a)
  • guard against NaN in minSnap and maxSnap handlers (7dbf037)
  • TS in microbundle breaks on [...(new Set)], swapping to Array.from (2402b5a)

v2.0.2

05 Dec 01:15
Compare
Choose a tag to compare

2.0.2 (2020-12-05)

Bug Fixes

  • microbundle defaults to preact, changed it back to react (4f52355)

v2.0.1

05 Dec 00:55
Compare
Choose a tag to compare

2.0.1 (2020-12-05)

Bug Fixes

v2.0.0

04 Dec 21:28
Compare
Choose a tag to compare

2.0.0 (2020-12-04)

Features

BREAKING CHANGES

  • this is the real initial release, v1 is was me failing, hard, at making the semantic-release setup create a v.0.1.0 release 😆 .

v1.0.6

04 Dec 00:06
Compare
Choose a tag to compare

1.0.6 (2020-12-04)

Bug Fixes

  • fade out correctly on snap (17234bc)

v1.0.5

03 Dec 23:56
Compare
Choose a tag to compare

1.0.5 (2020-12-03)

Bug Fixes