Skip to content

Releases: gorhom/react-native-bottom-sheet

Release 4.1.6

23 Apr 13:28
Compare
Choose a tag to compare

Improvements

  • chore: updated react native to 0.68 (b4614bd).
  • chore: updated reanimated to 2.8 (c1e6847).
  • chore: added native screens example (1cf46c0).
  • chore: updated react native portal library (955b774).
  • chore: updated portal to 1.0.12 (0010008).
  • chore: replaced blacklist with exclusionList (#649)(by @aleppos) (e3881b3).
  • chore: export BottomSheetFooterContainer component (4f63b0d).

Fixes

  • fix: always update container height to avoid races. (#919)(by @elan)

Updating a shared values is an asynchronous operation, so if two layouts happen in quick succession, we can miss an update. (3245b23).

  • fix: always update handle height to avoid races.(related #919) (dbf8945).

Documentations

  • docs: updated the readme file (d951b17).

Release 4.1.5

05 Dec 20:34
Compare
Choose a tag to compare

Fixes

  • fix: resume animation on interruption (#769).

Release 4.1.4

21 Nov 12:56
Compare
Choose a tag to compare

Improvements

  • chore: updated example dependencies (9176e35).
  • refactor: updated modal ref calls to use optional chaining (#725)(by @jcgertig)
  • Use optional chaining to make sure that the ref exisist

  • Make sure ref exists with optional chaining (9ace1c6).

Fixes

  • fix: prevent hiding bottom sheet container on platforms other than Android (#719) (3da1a2e).

Documentations

Release 4.1.3

18 Oct 20:22
Compare
Choose a tag to compare

Improvements

  • chore: updated @gorhom/portal dependency (e777487).
  • refactor: updated modal ref calls to use optional chaining (#699)(by @jcgertig) (ea19e3f).
  • chore: updated sponsor link (2b624cc).
  • chore: updated contact list scroll indicator style to black (9cc8b17).

Fixes

  • fix: prevent unstable mounting for modals (#697) (657505a).

Documentations

Release 4.1.2

12 Oct 07:58
Compare
Choose a tag to compare

Fixes

  • fix: hide the bottom sheet on closed (#690).

Release 4.1.1

03 Oct 13:00
Compare
Choose a tag to compare

Improvements

  • refactor: allow to render component inside default backdrop (#662).
  • refactor: calling dismiss without a key will remove the current modal if any (#676)(by @Shywim) (fd4bb8d).

Release 2.4.1

03 Oct 12:10
Compare
Choose a tag to compare

Fixes

  • fix: updated @gorhom/portal v1.0.9 (#669).
  • fix: prevent passing animated prop to a non animated view #595 (2ef441f).

Release 4.1.0

26 Sep 14:12
Compare
Choose a tag to compare

Features

  • feat: added handling for keyboard height change (#656)(by @Ferossgp)
  • React on keyboard height change

  • Handle null previous state android (3c5fc57).

Improvements

  • chore: updated @gorhom/portal dependency (366e46b).

Fixes

  • fix: updated initial position to screen height (#657).
  • fix: remove 'removeListener' as it is now deprecated (#635)(by @brianathere) (f03b05b).
  • fix: revert changes on BottomSheetModal that blocked stack behavour (15225ae).
  • fix: updated asigning velocity in animate worklet (#650) (38b635e).

Documentations

  • docs: fix overDragResistanceFactor description (#633).

Release 2.4.0

21 Sep 19:56
Compare
Choose a tag to compare

Features

  • feat: add custom accessibility support (#1)

  • feat: add accessibility support to BottomSheet

  • feat: add accessibility support to BottomSheetBackdrop

  • feat: add custom accessibility to BottomSheetHandle

  • feat: add BottomSheetHandle export to index.ts

  • Feature/custom accessibility (#2)

  • fix: rename announceChangeForAccessibility to enableAccessibilityChangeAnnouncement

  • fix: add 'import type' where needed

  • fix: type import (7b1bcd8).

Improvements

  • chore: remove unnecessary useMemo (#413).
  • chore: updated examples & add shadow example (#394).
  • chore: updated package dependencies (32c04e1).
  • chore: added stale to github actions (71993f0).
  • chore: added delete dts files script (181eb40).

Documentations

  • docs: renamed react-naigation.md to react-navigation.md (#541).
  • docs: updated React Navigation example link (#400).
  • docs: updated website (#381).
  • docs: delete old website folder (9e5c07c).
  • docs: added adding shadow guide (5a28241).
  • docs: updated website and readme (7f5e8d2).
  • docs: updated readme file (8a09ed3).
  • docs: fixed website build (224816e).
  • docs: fix incorrect title of useBottomSheetTimingConfigs section(#455) (d82ce16).

Release 4.0.3

02 Sep 19:23
Compare
Choose a tag to compare

Fixes