Releases: gorhom/react-native-bottom-sheet
Releases · gorhom/react-native-bottom-sheet
Release 2.0.4
Improvements
- chore: added no console eslint rule (
#199
).
Release 3.1.1
Fixes
- fix: fixed over-drag implementation (
#186
).
Release 2.0.3
Release 3.1.0
Features
- feat: added more gesture handler props (
#148
). - feat: added a prop to control flashing scrollable on expand (
#146
). - feat: add third party gestures integration (
#143
). - feat: added stack behavior to bottom sheet modal (
#140
). - feat: added over drag support (
#139
). - feat: added over scroll and bouncing support (
#137
).
Improvements
- chore: updated useInteractivePanGestureHandler (
#174
). - refactor: remove getNode from scrollables (
#166
). - refactor: handle & background layers (
#165
). - refactor: removed ContentWrapper from BottomSheet (
#156
). - chore: changed the default easing function to cubic (
#151
). - refactor: updated overScrollMode to be come overridable (
#145
). - chore: enable postinstall on example to patch react-native-tab-view (e4db114).
Fixes
- fix: fixed shouldMeasureHandleHeight evaluation (
#157
). - fix: exp easing flickers on android (
#175
). - fix: removed rounding up from useNormalizedSnapPoints hook. (
#169
). - fix: apply additional panGH props to handle's gesture handler (
#152
). - fix: fixed animated reaction for animated callback nodes (
#150
). - fix: prevent scrollable glitches (
#142
). - fix: remove jumping on Android while starting scrolling (
#141
). - fix: fixed interaction glitch (
#135
).
Release 2.0.2
Release 3.0.1
Improvements
- chore: updated map exmaple (d26ab34).
- chore: fixed map example on android (4bbfff7).
- chore: updated auto-changelog configs (200b8f3).
- chore: updated reanimated dependency (769f9e6).
Fixes
- fix: stablise
animateToPoint
worklet callback (4e15615).
Documentations
- docs: updated readme file (c8f8a7e).
Release 2.0.1
Release 3.0.0
Features
- feat: added onAnimate callback (
#127
). - feat: added bottom sheet modal (
#125
). - feat: add backdrop handling (
#124
). - feat: allow control panning gestures (
#123
). - feat: support dynamic snap points (
#122
). - feat: added animateOnMount prop (
#121
).
Improvements
Fixes
- fix: updated default backdrop handling (
#126
).
Documentations
Release 2.0.0
Features
- 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
).
Improvements
- 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).
Fixes
- 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).
Documentations
Release 2.0.0-alpha.7
- chore: updated @gorhom/portal
#114
- fix: dynamic snap points on modals
#113
- feat: added default backdrop
#109
- 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
- fix: fixed animatedIndex interpolate node to handle one snap point
#92
- feat: added onAnimate callback
#91
- chore: updated props naming
#89
- feat: allow control panning gestures
#88
- feat: allow dynamic snap points
#81
- feat: added animateOnMount prop
#78
- chore: added useReactiveValue/s
#65
- chore: remove debugging logs
9a6a342
- docs: updated readme file
185f7a6
- fix: initial snap points when it is 100% (#105)
b6b972a
- chore: updated default background & handle styling
783642b
- chore: remove debugger view
f1dda70
- docs: updated readme file
0bc1a47
- chore: adjust v1 to v2 release
9ab44a3
- docs: fixed navigator example link (by @grifotv)
fd82d9f