Mo Gorhom
|
c4f5d9ec5c
|
chore: release v3.2.1
v3.2.1
|
2021-01-21 23:10:05 +01:00 |
|
Mo Gorhom
|
5a1582e5ff
|
fix: fixed sheet visibility when handle provided null (#223)
|
2021-01-21 22:14:11 +01:00 |
|
Mo Gorhom
|
3ffd34b21f
|
fix: allow backdrop style prop to override internal style (#211)
|
2021-01-18 19:55:24 +01:00 |
|
Mo Gorhom
|
c2f118de0a
|
chore: release v3.2.0
v3.2.0
|
2021-01-16 14:56:54 +01:00 |
|
Mo Gorhom
|
7d03829574
|
chore: added no console eslint rule
|
2021-01-16 14:55:32 +01:00 |
|
Mo Gorhom
|
f028c3ec31
|
fix: removed rounding on evaluating position (#201)
|
2021-01-16 14:00:40 +01:00 |
|
Mo Gorhom
|
5efea0f9da
|
chore: updated reanimated to rc2 (#200)
|
2021-01-16 13:55:33 +01:00 |
|
Mo Gorhom
|
9ffd4e8b18
|
feat: added style prop (#189)
* chore: added style prop to be applied to sheet container
* chore: updated examples
|
2021-01-12 21:42:08 +01:00 |
|
Mo Gorhom
|
34a9460f57
|
chore: release v3.1.1
v3.1.1
|
2021-01-12 20:46:44 +01:00 |
|
Mo Gorhom
|
78c733353a
|
fix: fixed over-drag implementation (#186)
|
2021-01-12 16:35:58 +01:00 |
|
Mo Gorhom
|
903ea38d18
|
chore: release v3.1.0
v3.1.0
|
2021-01-09 17:13:48 +01:00 |
|
Mo Gorhom
|
6223a4c827
|
fix: exp easing flickers on android (#175)
* chore: added a modified exp function
* chore: updated useBottomSheetTimingConfigs to includes default values
|
2021-01-09 15:53:40 +01:00 |
|
Mo Gorhom
|
08955f53f0
|
chore: updated useInteractivePanGestureHandler (#174)
|
2021-01-09 14:05:26 +01:00 |
|
mr-moto
|
1257c462f6
|
fix: removed rounding up from useNormalizedSnapPoints hook. (#169)
* fixes #168
* chore: revert previous changes
* chore: remove rounding up from use normalized snap points hook
Co-authored-by: Mo Gorhom <gorhom@me.com>
|
2021-01-08 22:40:20 +01:00 |
|
Mo Gorhom
|
61a3841ae2
|
chore: release v3.0.2-alpha.3
v3.0.2-alpha.3
|
2021-01-07 22:24:23 +01:00 |
|
Mo Gorhom
|
262ac933df
|
refactor: remove getNode from scrollables (#166)
|
2021-01-07 22:18:14 +01:00 |
|
Mo Gorhom
|
5f22662f86
|
refactor: handle & background layers (#165)
* chore: added content mask container
* chore: remove default handle background color
* chore: updated examples
|
2021-01-07 22:13:14 +01:00 |
|
Mo Gorhom
|
84b0349b25
|
refactor: removed ContentWrapper from BottomSheet (#156)
* chore: remove contentwrapper!
* chore: rename basic example to Dev
|
2021-01-07 20:44:44 +01:00 |
|
Mo Gorhom
|
db2de5b6d7
|
fix: fixed shouldMeasureHandleHeight evaluation (#157)
|
2021-01-06 19:48:01 +01:00 |
|
Mo Gorhom
|
e282500ac0
|
chore: release v3.0.2-alpha.2
v3.0.2-alpha.2
|
2021-01-06 17:14:57 +01:00 |
|
Mo Gorhom
|
83b059924d
|
chore: changed the default easing function to cubic (#151)
|
2021-01-06 12:48:18 +01:00 |
|
Michał Osadnik
|
9321b0057c
|
fix: apply additional panGH props to handle's gesture handler (#152)
|
2021-01-06 12:45:56 +01:00 |
|
tankers746
|
72c2738b49
|
fix: fixed animated reaction for animated callback nodes (#150)
* Fix animated reaction for aimated values from props
* restored comment
|
2021-01-05 10:41:33 +01:00 |
|
Mo Gorhom
|
05fec5082d
|
chore: release v3.0.2-alpha.1
v3.0.2-alpha.1
|
2021-01-05 09:13:59 +01:00 |
|
Mo Gorhom
|
33d226c1fb
|
feat: added more gesture handler props (#148)
|
2021-01-04 20:47:18 +01:00 |
|
Mo Gorhom
|
42a3752284
|
refactor: updated overScrollMode to be come overridable (#145)
|
2021-01-04 19:01:24 +01:00 |
|
Mo Gorhom
|
025942c24e
|
feat: added a prop to control flashing scrollable on expand (#146)
|
2021-01-04 19:01:07 +01:00 |
|
Mo Gorhom
|
d007c88686
|
chore: release v3.0.2-alpha.0
v3.0.2-alpha.0
|
2021-01-03 20:12:45 +01:00 |
|
Mo Gorhom
|
e4db114958
|
chore: enable postinstall on example to patch react-native-tab-view
|
2021-01-03 20:09:49 +01:00 |
|
Mo Gorhom
|
aa329d7216
|
feat: add third party gestures integration (#143)
* chore: added simultaneousHandlers and waitFor props
* chore: added view pager example
|
2021-01-03 20:08:07 +01:00 |
|
Mo Gorhom
|
ac1c8ff096
|
fix: prevent scrollable glitches (#142)
* chore: prevent scrollable glitches
* fix: reapply changes for android's jumping (#144)
Co-authored-by: Michał Osadnik <micosa97@gmail.com>
|
2021-01-03 20:07:26 +01:00 |
|
Michał Osadnik
|
b7b99ca3bb
|
fix: remove jumping on Android while starting scrolling (#141)
* fix: remove jumping on Android while starting scrolling
* fix: scroll to initial position
|
2021-01-03 14:38:07 +01:00 |
|
Mo Gorhom
|
84e06dfa5c
|
feat: added stack behavior to bottom sheet modal (#140)
|
2021-01-02 22:23:48 +01:00 |
|
Mo Gorhom
|
36c29935ba
|
feat: added over drag support (#139)
* chore: updated scrollEventThrottle on scrollables
* chore: updated internal scrollable event
* chore: added animation config creator hooks
* chore: updated bottom sheet props and animation configs
* chore: updated interactive pan gesture hook
* chore: updated handle styling
* chore: updated ReText component
* chore: updated examples
* fix: fixed stuck sheet when interacting fast
* chore: updated navigator example
* fix: animationConfigs prop type
|
2021-01-02 17:15:17 +01:00 |
|
Mo Gorhom
|
d689731a4f
|
feat: added over scroll and bouncing support (#137)
* chore: updated scrollables types and props
* chore: updated contactlist to add bouncing
* chore: remove debugging console logs
|
2021-01-01 21:04:43 +01:00 |
|
Mo Gorhom
|
a342fe6ac1
|
fix: fixed interaction glitch (#135)
* chore: fixed interaction glitch
* chore: updated handling sheet changes
* fix: handle container gesture issue with snapPoints
|
2021-01-01 16:55:06 +01:00 |
|
Mo Gorhom
|
b31ba23a73
|
chore: release v3.0.1
v3.0.1
|
2020-12-23 00:07:08 +01:00 |
|
Mo Gorhom
|
c8f8a7e045
|
docs: updated readme file
|
2020-12-23 00:06:29 +01:00 |
|
Mo Gorhom
|
4bbfff7f42
|
chore: fixed map example on android
|
2020-12-23 00:01:11 +01:00 |
|
Mo Gorhom
|
d26ab34235
|
chore: updated map exmaple
|
2020-12-22 23:48:23 +01:00 |
|
Mo Gorhom
|
4e1561584b
|
fix: stablise animateToPoint worklet callback
|
2020-12-22 23:47:46 +01:00 |
|
Mo Gorhom
|
769f9e6df6
|
chore: updated reanimated dependency
|
2020-12-22 17:07:57 +01:00 |
|
Mo Gorhom
|
200b8f3a50
|
chore: updated auto-changelog configs
|
2020-12-22 16:57:08 +01:00 |
|
Mo Gorhom
|
fdf8c4c7ba
|
chore: release v3.0.0
v3.0.0
|
2020-12-21 15:05:33 +01:00 |
|
Mo Gorhom
|
5b2703ac3d
|
chore: updated auto-changelog config (#128)
|
2020-12-21 15:02:34 +01:00 |
|
Mo Gorhom
|
aeeb9a2d46
|
feat: added onAnimate callback (#127)
* chore: added onAnimate callback implementation
* chore: updated examples
|
2020-12-20 23:05:20 +01:00 |
|
Mo Gorhom
|
23c1b99b04
|
fix: updated default backdrop handling (#126)
* chore: updated default backdrop component
* chore: updated examples
|
2020-12-20 22:55:10 +01:00 |
|
Mo Gorhom
|
4fe2f39a8d
|
feat: added bottom sheet modal (#125)
* chore: added BottomSheetModal component
* chore: updated BottomSheet to handle modal usage
* chore: added @gorhom/portal
* chore: updated examples
* chore: updated exmples screens
* fix: updated useLayoutEffect in BottomSheet for Android
|
2020-12-20 22:49:32 +01:00 |
|
Mo Gorhom
|
9650a487b1
|
feat: add backdrop handling (#124)
* chore: added BottomSheetBackdrop
* chore: updated BottomSheet implementation to handle backdrops
* chore: updated examples
|
2020-12-20 15:43:15 +01:00 |
|
Mo Gorhom
|
3454fddddb
|
feat: allow control panning gestures (#123)
* chore: added gesture control props
* chore: updated examples
|
2020-12-20 15:09:54 +01:00 |
|