Skip to content

Releases: gorhom/react-native-bottom-sheet

Release 4.4.5

19 Sep 14:40
Compare
Choose a tag to compare

Refactoring and Updates

Chores And Housekeeping

  • updated dependencies (657ca33)
  • updated changelog script and templates (ee6230c)

Release 4.4.4

09 Sep 20:34
Compare
Choose a tag to compare

Improvements

  • chore: remove nanoid and react-native-redash to clean up some build issues (#1046)(by @natew) (#1046).
  • chore: updated example packages (#1064).
  • chore: updated example styling (1e99e8d).

Fixes

Release 4.4.3

31 Jul 18:45
Compare
Choose a tag to compare

Fixes

Co-authored-by: Bran <eastroot1590@gmail.com> (c7f2ce2).

Release 4.4.0

09 Jul 15:43
Compare
Choose a tag to compare

Features

  • feat: allow scrollable events (#1019).

Improvements

  • chore: updated git actions (bd0a9de).
  • chore: export internal hooks (603ac94).

Release 4.3.2

13 Jun 19:25
Compare
Choose a tag to compare
v4.3.2

Release 4.3.2

Release 4.3.1

24 May 20:31
Compare
Choose a tag to compare

Improvements

  • chore: added Expo example (#958).
  • refactor: allow passing style to the container (5e1ed9d).
  • chore: fixed dynamic snap point example text color (321de77).

Fixes

  • fix: removed flex style from draggable view (29152fb).
  • fix: added a fixed position for the container on web (ce5115a).

Release 4.3.0

14 May 13:33
Compare
Choose a tag to compare

Features

  • feat: added data to present modal api (#942).

Improvements

  • refactor: expose animateOnMount for modals (#943).
  • refactor: added jest mock file (#941).

Release 4.2.2

02 May 19:50
Compare
Choose a tag to compare

Fixes

  • fix: allowed keyboard height to be recalculated when it changes (#931).

Release 4.2.1

24 Apr 18:23
Compare
Choose a tag to compare

Fixes

  • fix: updated footer container export name (a887141).

Release 4.2.0

24 Apr 17:35
Compare
Choose a tag to compare

Features

  • feat: allow unsafe usage for useBottomSheetInternal & useBottomSheetModalInternal (#740)(by @jembach)
  • feat: add useBottomSheetInternal_unsafe & useBottomSheetModalInternal_unsafe to access context

  • chore: export hooks useBottomSheetInternal_unsafe and useBottomSheetModalInternal_unsafe

  • refactor: combined unsafe hooks with default hooks using an argument

  • chore(useBottomSheetInternal): use function overloading instead of interface

  • chore(useBottomSheetModalInternal): use function overloading instead of interface

  • chore: fixed spacing

Co-authored-by: gorhom <gorhom.dev@gmail.com> (1bf6139).

Improvements

  • chore: fixed types import from reanimated (831df9c).
  • chore: fixed types import (95cb80d).
  • chore: exported useBottomSheetModalInternal hook (31eb738).