Skip to content

Releases: gorhom/react-native-bottom-sheet

Release 2.2.1

19 Feb 20:11
Compare
Choose a tag to compare

Fixes

  • fix: bottom sheet container layout (#296).
  • fix: allow 0% snap points (#278).

Documentations

  • docs: updated reanimated version on installation (#288).

Release 3.3.1

10 Feb 08:30
Compare
Choose a tag to compare

Improvements

  • chore: added reanimated rc3 patch (aea1bdf).

Fixes

  • fix: stabilise animated callback node variables (#256).

Release 2.2.0

09 Feb 22:19
Compare
Choose a tag to compare

Features

  • feat: added bottom inset (#237).

Documentations

  • docs: added bottomInset description (913ed68).

Release 3.3.0

08 Feb 20:45
Compare
Choose a tag to compare

Features

  • feat: updated reanimated to rc3 (#268).

Fixes

  • fix: prevent crash when resizing container height on Android (#253).
  • fix: prevent default backdrop from blocking ui behind (#246).

Release 2.1.0

07 Feb 22:21
Compare
Choose a tag to compare

Features

  • feat: allow to override sheet container style (#265).

Fixes

  • fix: prevent duplicated close triggers (#257).
  • fix: stabilise modal un-mounting (#254).

Documentations

  • docs: added question issue template (d11a889).
  • docs: added style to props page (b765973).

Release 2.0.7

29 Jan 20:34
Compare
Choose a tag to compare

Fixes

  • fix: prevent modal crash when navigating (#244).

Release 2.0.6

29 Jan 20:32
Compare
Choose a tag to compare

Fixes

  • fix: prevent animation when modal is closing (#205).
  • fix: stabilise animated callback node variables (#239).

Release 3.2.1

21 Jan 22:10
Compare
Choose a tag to compare

Fixes

  • fix: fixed sheet visibility when handle provided null (#223).
  • fix: allow backdrop style prop to override internal style (#211).

Release 2.0.5

21 Jan 22:07
Compare
Choose a tag to compare

Improvements

  • chore: added auto-close github action (4451d34).

Fixes

  • fix: removed onScroll event from BottomSheetScrollView (#225).
  • fix: fixed sheet visibility when handle provided null (#224).
  • fix: allow backdrop style prop to override internal style (#212).

Release 3.2.0

16 Jan 13:57
Compare
Choose a tag to compare

Features

  • feat: added style prop (#189).

Improvements

  • chore: updated reanimated to rc2 (#200).
  • chore: added no console eslint rule (7d03829).

Fixes

  • fix: removed rounding on evaluating position (#201).