- fix: updated @gorhom/portal v1.0.9 (
#669
). - fix: prevent passing animated prop to a non animated view #595 (2ef441f).
v2.4.0 - 2021-09-21
- feat: added custom accessibility support (#571)(by @nmuranovas)
-
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).
- 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).
- 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).
v2.3.0 - 2021-03-27
- feat: support new prop for BottomSheetBackdrop, "pressBehavior" (
#373
).
v2.2.6 - 2021-03-19
- chore: changed all arrays to ReadonlyArray (
#350
).
- fix: reset isclosing variable when position changed (5302e20).
v2.2.5 - 2021-03-17
- fix: update handleSnapTo on modal to use index parameter (789b8da).
v2.2.4 - 2021-03-13
- fix: updated modal unmounting handling (
#327
). - fix: prevent crash when set index -1 with animateOnMount (2c7b763).
- docs: fix typo in contributing document (
#325
).
v2.2.3 - 2021-03-04
- chore: export bottom sheet props (60514b4).
v2.2.2 - 2021-02-20
- fix: reset scrollable offset when its size change (
#301
).
v2.2.1 - 2021-02-19
- docs: updated reanimated version on installation (
#288
).
v2.2.0 - 2021-02-09
- feat: added bottom inset (
#237
).
- docs: added bottomInset description (913ed68).
v2.1.0 - 2021-02-07
- feat: allow to override sheet container style (
#265
).
v2.0.7 - 2021-01-29
- fix: prevent modal crash when navigating (
#244
).
v2.0.6 - 2021-01-29
- fix: prevent animation when modal is closing (
#205
). - fix: stabilise animated callback node variables (
#239
).
v2.0.5 - 2021-01-21
- chore: added auto-close github action (4451d34).
- 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
).
v2.0.4 - 2021-01-16
- chore: added no console eslint rule (
#199
).
v2.0.3 - 2021-01-11
- refactor: updated bottom sheet layers (
#176
).
- fix: prevent rounding up normalised snap points (
#177
).
- docs: updated modal hooks docs (
#172
). - docs: updated snapPoints description example (
#164
). - docs: updated documentation website (50a91e6).
v2.0.2 - 2021-01-06
- chore: updated auto-changelog configs (b374a07).
- fix: fixed shouldMeasureHandleHeight evaluation (
#158
).
v2.0.1 - 2020-12-22
- fix: fixed
backdropComponent
typing (4af7d5c).
- docs: updated website & readme (216432a).
v2.0.0 - 2020-12-16
- feat: add accessibility support (
#117
). - feat: added default backdrop (
#109
). - feat: added onAnimate callback (
#91
). - feat: allow control panning gestures (
#88
). - feat: allow dynamic snap points (
#81
). - feat: added animateOnMount prop (
#78
).
- chore: updated @gorhom/portal (
#114
). - chore: refactored modal to become a declarative component (
#108
). - chore: updated handling container height for modals (
#102
). - chore: did major refactor and code cleanup (
#101
). - chore: updated dependencies (
#100
). - chore: updated props naming (
#89
). - chore: added useReactiveValue/s (
#65
). - chore: re-enable flipper (1af2a55).
- chore: updated auto-changelog template (d78f220).
- chore: remove debugging logs (9a6a342).
- chore: updated default background & handle styling (783642b).
- chore: remove debugger view (f1dda70).
- chore: adjust v1 to v2 release (9ab44a3).
- fix: initial mounting flicker (
#115
). - fix: dynamic snap points on modals (
#113
). - fix: fixed animatedIndex interpolate node to handle one snap point (
#92
). - fix: initial snap points when it is 100% (#105) (b6b972a).
- docs: added documentation website (
#90
). - docs: updated readme file (185f7a6).
- docs: updated readme file (0bc1a47).
- docs: fixed navigator example link (by @grifotv) (fd82d9f).
v1.4.1 - 2020-10-02
- fix: add reanimated 2 compatibility to bottom sheet modal (2d47007).
v1.4.0 - 2020-09-30
- feat: introduce bottom sheet modal 🔥 (
#37
).
v1.3.1 - 2020-09-26
- fix: updated decelerationRate per platform (
#36
).
v1.3.0 - 2020-09-24
- feat: added enabled prop (
#35
).
- chore: clean up code (8e62141).
- docs: added reference to version 2 branch (fea90a9).
v1.2.2 - 2020-09-15
- chore: improve unstable manualSnapToPoint variable (
#30
).
v1.2.1 - 2020-09-10
- fix: updated drop gesture if-conditions (
#28
).
v1.2.0 - 2020-08-23
- feat: added Reanimated v2 compatibility (#15 by @sa8ab) (
#24
). - feat: added expo compatibility support (2c3d545).
- chore: improve content/scrollable panning handling (
#23
). - chore: updated scrollable scrollToTop event to handle empty list use case (
#22
). - chore: reset currentGesture after transition finishes (e7b6646).
- docs: updated readme file to include Reanimated v2 & expo compatibilities (9bc30e9).
- docs: updated BottomSheetView link (14d2f0f).
v1.1.1 - 2020-08-13
- chore: added funding file (587a26e).
- fix: removed disableIntervalMomentum animated value (
#13
).
- docs: update issue templates (5df4c4a).
- docs: remove unused issue template (787cf8a).
- docs: fixed BottomSheetView link by (@remanation)
Just fixed a small issue with the link to BottomSheetView pointing to the flatlist doc instead of the view doc (2dcab83).
v1.1.0 - 2020-08-12
- feat: added expand & collapse methods (
#8
).
- docs: added methods & hook to readme file (
#5
). - docs: added faq to readme file (d6f6e44).
- docs: fix a typo at readme file (8446abd).
v1.0.0 - 2020-08-11
- feat: rewrite bottom sheet from scratch 🎉 (
#2
).
- chore: added map example (312bcd1).
- chore: updated map example (9a65a74).
- chore: added useBottomSheet hook & backgroundComponent (069fca0).
- chore: updated animated position prop (2a1695b).
- chore: updated renimated dependency (dc6a38f).
- docs: update branding (
#4
). - docs: update docs (
#3
). - docs: updated links in readme (fe1b967).
- docs: added docs for backgroundComponent (7edd480).
v0.0.7 - 2020-08-03
- chore: added script to copy types file to lib (f48d829).
- fix: fixed reattach events onfocus (
#1
).
v0.0.5 - 2020-07-31
- chore: introduce focus hook to reset scrollable ref (70061ec).
- fix: fixed extracting paddingBottom in scrollable components (945104a).
v0.0.3 - 2020-07-31
- fix: fixed extracting paddingBottom in scrollable components (64cef61).
- chore: clone react-native-scroll-bottom-sheet (105cb03).