- 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).
- fix: prevent hiding bottom sheet container on platforms other than Android (#719) (3da1a2e).
- docs: updated readme (d951a19).
v4.1.3 - 2021-10-18
- 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).
- fix: prevent unstable mounting for modals (#697) (657505a).
- docs: updated logo (7c176e0).
v4.1.2 - 2021-10-12
- fix: hide the bottom sheet on closed (
#690
).
v4.1.1 - 2021-10-03
- 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).
v4.1.0 - 2021-09-26
- feat: added handling for keyboard height change (#656)(by @Ferossgp)
-
React on keyboard height change
-
Handle null previous state android (3c5fc57).
- chore: updated @gorhom/portal dependency (366e46b).
- 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).
- docs: fix overDragResistanceFactor description (
#633
).
v4.0.3 - 2021-09-02
- fix: allow content to be accessible #619 (f1baf0e).
v4.0.2 - 2021-08-31
- fix: updated types for styles (
#616
).
v4.0.1 - 2021-08-30
- fix: pass correct params to animateToPosition (
#610
).
- docs: add kickbk as a contributor for bug, test (
#612
). - docs: add vonovak as a contributor for code (
#611
).
v4.0.0 - 2021-08-30
- chore: updated close method type (ca3a11a).
- docs: added auto-deployment for documentation website (3b14281).
- docs: updated readme file (84fdcf6).
v4.0.0-alpha.30 - 2021-08-22
- refactor: added forceClose and remove force param from close method (3dd5796).
- refactor: clean up animation configs variables #572 (8e002e1).
- chore: delete debug view from builds (7ead04e).
- fix: prevent the sheet from snapping while layout being calculated (445a964).
v4.0.0-alpha.29 - 2021-08-18
- feat: added backgroundStyle, handleStyle & handleIndicatorStyle to bottom sheet (2211765).
- fix: prevent keyboard change to snap sheet while user is interacting (dd632b0).
v4.0.0-alpha.28 - 2021-08-17
- chore: updated github workflow and templates (db68fac).
- chore: updated auto-close action version (991d214).
- fix: provide dynamic initial snap points while layout is calculating (
#584
). - fix: prevent snap points lower than 0 (95ea72a).
v4.0.0-alpha.27 - 2021-08-15
- refactor: rename Touchables.android to Touchables, to allow web usage (a95e34f).
v4.0.0-alpha.26 - 2021-08-15
- feat: added onClose callback to BottomSheet (ee64545).
- chore: updated package dependencies (e11dc84).
- refactor: updated footer api (2cf7289).
- chore: renamed the branch to master (a0bb98a).
- fix: updated animated closed position value on detached (833879f).
- docs: added code of conduct file (18a32e5).
v4.0.0-alpha.25 - 2021-08-06
- fix: fixed the multiline issue on BottomSheetTextInput #411 (e21d676).
v4.0.0-alpha.24 - 2021-08-05
- fix: prevent animatedIndex from flickering caused by content resizing (7fef5d0).
v4.0.0-alpha.23 - 2021-08-05
- feat: allow custom pan gesture and scroll handler customisation (#525) (by @vonovak)
-
feat: allow custom gesture handling
-
chore: self-review
-
chore: remove usememos
-
feat: add scrollEventListenersHook param
-
refactor: rename props for hooks
-
chore: rebase on alpha21
-
refactor: rename hooks (review points 4, 5)
-
refactor: introduce useHandleSettingScrollable (review point 6)
-
fix: do not get stuck in transition
-
refactor: added gesture handler internal context
-
refactor: renamed example to CustomGestureHandling
-
refactor: updated new props types
-
refactor: allow to override scrollable state
-
fix: scrolling momentum not right when scrolling from top
-
Revert "fix: scrolling momentum not right when scrolling from top"
This reverts commit c23910c70fa8beb395dd6c7c15487bf0950bdea1.
-
chore: extract duplicated segment into const
-
feat: allow overriding animatedProps
-
refactor: make ref handling more explicit
-
refactor: make scrollEventThrottle prop non-overridable
-
chore: updated custom gesture example
-
fix: updated animateToPosition params order
-
chore: updated new props description
Co-authored-by: Mo Gorhom <gorhom@me.com> (4c32da7).
- chore: remove unnecessary useMemos (
#515
). - chore: removed enableFlashScrollableIndicatorOnExpand prop (e447da4).
- refactor: updated animateOnMount default value to true (6293fe4).
- fix: allow user to override showsVerticalScrollIndicator value on scrollables (11cdc34).
v4.0.0-alpha.22 - 2021-07-20
- refactor: allow closing animation to be interrupted (937f9ee).
v4.0.0-alpha.21 - 2021-07-18
- feat: react to index prop changes (55af54b).
- fix: updated detached bottom sheet handling (603f492).
v4.0.0-alpha.20 - 2021-07-13
- refactor: removed none from keyboard behavior and set interactive as default (26d3b71).
- fix: prevent stuck state when animation is interrupted (01e1e87).
v4.0.0-alpha.19 - 2021-07-04
- fix: stablise animated index when reacting to keyboard status (26132c1).
v4.0.0-alpha.18 - 2021-07-01
- fix: fixed handling dynamic snap point on mount snapping (35b2fcb).
v4.0.0-alpha.17 - 2021-06-29
- fix: updated android keyboard handling (f53306d).
v4.0.0-alpha.16 - 2021-06-27
- feat: allow view scrollble to over-drag sheet (2c2ca4e).
- fix: updated keyboard handling for Android (2d74ab0).
v4.0.0-alpha.15 - 2021-06-26
v4.0.0-alpha.14 - 2021-06-26
- fix: refactored snap points reaction to handle keyboard state (
#497
).
v4.0.0-alpha.13 - 2021-06-15
- fix: prevent animation to same position (9636f84).
v4.0.0-alpha.12 - 2021-06-12
- feat: added detached bottom sheet (
#487
).
- chore: updated portal dependency (70d72ec).
- docs: updated detached prop description (9d4779b).
v4.0.0-alpha.11 - 2021-06-06
v4.0.0-alpha.10 - 2021-06-06
- feat: added pull to refresh implementaion (016a01f).
- feat: introduced more stable handling for dynamic snap points (3edb2d1).
- fix: dismiss keyboard when sheet position change on Android (8f34990).
v4.0.0-alpha.9 - 2021-06-03
- feat: added keyboard input mode for android (069c4b6).
- chore: export useBottomSheetInternal, added animatedPosition and animatedIndex to useBottomSheet (fb3df59).
v4.0.0-alpha.8 - 2021-06-02
- fix: updated typings for sectionlist to mirror rn core types (
#475
). - fix: prevent animated content height value from getting below zero (d9b417f).
- fix: updated BottomSheetContainer measuring on android (d0e5227).
v4.0.0-alpha.7 - 2021-05-30
- feat: allow handle to drag sheet without effecting the scrollable (580b763).
v4.0.0-alpha.6 - 2021-05-28
- fix: scrollble container style crash (a4b9b93).
v4.0.0-alpha.5 - 2021-05-27
- feat: added pre-integrated VirtualizedList component (2d4d69d).
- fix: updated keyboard height in container calculation (2599f6c).
- fix: re-snap to current position when snap points get updated (bb8e202).
- fix: handle initial closed sheet (4bc40d9).
v4.0.0-alpha.4 - 2021-05-25
- feat: added footer component (
#457
).
v4.0.0-alpha.3 - 2021-05-23
- refactor: removed deprecated props (
#452
).
- fix: on mount flicker on fixed sheet (48c4988).
- fix: prevented animatedSnapPoints reaction from running randomly (bf4e461).
v4.0.0-alpha.2 - 2021-05-23
- refactor: updated handling animated heights (
#451
).
v4.0.0-alpha.1 - 2021-05-16
- feat: added snap to position (
#443
).
v4.0.0-alpha.0 - 2021-05-16
- feat: added enable pan down to close (
#437
).