Skip to content

Releases: gorhom/react-native-bottom-sheet

Release 4.1.1

03 Oct 13:00

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

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

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

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

Choose a tag to compare

Fixes

Release 4.0.2

31 Aug 18:01

Choose a tag to compare

Fixes

  • fix: updated types for styles (#616).

Release 4.0.1

30 Aug 19:31

Choose a tag to compare

Fixes

  • fix: pass correct params to animateToPosition (#610).

Documentations

  • docs: add kickbk as a contributor for bug, test (#612).
  • docs: add vonovak as a contributor for code (#611).

Release 4.0.0

30 Aug 15:03

Choose a tag to compare

Improvements

  • chore: updated close method type (ca3a11a).

Documentations

  • docs: added auto-deployment for documentation website (3b14281).
  • docs: updated readme file (84fdcf6).

Release 3.6.6

26 Jun 20:11

Choose a tag to compare

Fixes

  • fix: allowed user to override BottomSheetBackdrop style (#448).

Release 3.6.5

23 May 12:54

Choose a tag to compare

Fixes

  • fix: allowed user to override BottomSheetBackdrop style (#448).