Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bottom-sheets 5.0.6 #22

Open
wants to merge 152 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
152 commits
Select commit Hold shift + click to select a range
6a4d296
feat: rewrite gesture apis with gesture handler 2 (#1126)
gorhom Oct 3, 2022
a1ec74d
fix(#1119): fixed race condition between onmount and keyboard animations
gorhom Oct 3, 2022
a996b4a
feat: added web support (#1150)
gorhom Feb 19, 2023
4829316
chore: updated reanimated to v3 (#1324)
gorhom Mar 18, 2023
57f8067
chore: release v5.0.0-alpha.0
gorhom Mar 18, 2023
1d1a464
fix: fixed keyboard dismissing issue with Reanimated v3 (#1346)(by @j…
janicduplessis Apr 30, 2023
b440964
chore: fixed types (#1123)(by @stropho)
stropho Apr 30, 2023
e42fafc
fix(BottomSheetScrollView): updated scroll responders props type (#13…
eps1lon Apr 30, 2023
9c1605a
chore: release v5.0.0-alpha.1
gorhom Apr 30, 2023
3ccbefc
fix: crash on swipe down (#1367)(by @beqramo)
gorhom Jun 4, 2023
949d9de
chore: release v5.0.0-alpha.2
gorhom Jun 4, 2023
549e461
chore: updated react native and other deps (#1412)
gorhom Jun 23, 2023
630f87f
fix: updated scrollables mocks with ReactNative list equivalent (#139…
gkueny Jun 23, 2023
67e1e09
fix(bottom-sheet-modal): added container component prop to modal (#13…
magrinj Jun 23, 2023
1f69625
fix: resume close animation when container gets resized (#1374) (#1392)
gorhom Jun 4, 2023
a1dda71
chore: release v5.0.0-alpha.3
gorhom Jun 25, 2023
f6f2304
chore: updated expo and react native deps (#1445)
gorhom Jul 15, 2023
b81cb93
fix: updated containerOffset top value to default to 0 (#1420)(by @be…
beqramo Jul 15, 2023
81cd66f
fix(BottomSheetTextInput): reset shouldHandleKeyboardEvents on unmoun…
koplyarov Sep 6, 2023
e190f4e
chore: release v5.0.0-alpha.4
gorhom Sep 6, 2023
129611f
chore: updated examples to use expo only (#1668)
gorhom Dec 23, 2023
f0ec705
fix: fixed position x index sequencing with container resizing (#1675)
gorhom Jan 1, 2024
d6e3dc9
fix(web): use absolute positioning for BottomSheetContainer in web (#…
viljark Jan 1, 2024
227d7d9
chore: updated typescript
gorhom Jan 1, 2024
f7af53d
chore: updated example app background colour
gorhom Jan 3, 2024
8017fb6
feat: added default dynamic sizing (#1513)(with @Eli-Nathan & @ororsa…
gorhom Jan 3, 2024
57c196c
fix: allowed content max height be applied for dynamic sizing
gorhom Jan 3, 2024
95f0cbc
chore: updated examples
gorhom Jan 3, 2024
17269f1
fix: dismiss all action for modals (#1529)(by @david-gomes5)
david-gomes5 Sep 17, 2023
6203c18
feat: added accessibility overrides support (#1288)(by @Mahmoud-SK)
gorhom Jan 3, 2024
d746d85
fix: prevent updating backdrop state when unmounting (#1657)(by @chri…
gorhom Jan 3, 2024
d9bb26e
chore: updated release-it
gorhom Jan 3, 2024
96b9088
chore: release v5.0.0-alpha.5
gorhom Jan 3, 2024
b0792de
fix: fixed the backdrop tap gesture on web (#1446)
gorhom Jan 3, 2024
9475a7e
chore: release v5.0.0-alpha.6
gorhom Jan 3, 2024
d620494
fix: added support for web without Babel/SWC (#1741)(by @joshsmith)
joshsmith Feb 18, 2024
67bc067
chore: updated expo to v50
gorhom Feb 18, 2024
317ff45
docs: updated documentation link
gorhom Feb 18, 2024
dee95e5
fix: added BottomSheetTextInput to the mock file (#1698)(by @ghorbani-m)
gorhom Feb 18, 2024
a6f44c0
fix: added missing mock of Touchables (#1700)(by @jaworek)
gorhom Feb 18, 2024
5009085
fix: added footer height to content height when using dynamic sizing …
gorhom Feb 18, 2024
8255af6
chore: release v5.0.0-alpha.7
gorhom Feb 18, 2024
6efd8ae
fix: fixed the mount animation with reduce motion enabled (#1560, #1674)
gorhom Feb 25, 2024
8b62dca
fix: added error message when dynamic sizing enabled with a wrong chi…
gorhom Feb 25, 2024
9b4ef4d
fix: bottom sheet not appearing for users that have reduced motion tu…
fobos531 Feb 26, 2024
88f81a3
chore: updated animate method parameter default value
gorhom Feb 26, 2024
bf094c8
chore: fixed typescript issue with external interfaces
gorhom Feb 26, 2024
8b2b618
chore: release v5.0.0-alpha.8
gorhom Feb 26, 2024
2784fa1
revert: updated animate method parameter default value (#1757)(by @je…
jeongshin Feb 27, 2024
330c286
chore: release v5.0.0-alpha.9
gorhom Feb 27, 2024
b9a47f9
chore: updated the logger to include category
gorhom Apr 1, 2024
697f7b7
refactor: rewrite the snap points reactions and improve snapping sequ…
gorhom Apr 21, 2024
5714c1c
revert(8b62dca): added error message when dynamic sizing enabled with…
gorhom May 19, 2024
28fe84d
chore: updated expo to v51
gorhom May 19, 2024
ccd6bb5
fix(BottomSheetContainer): cannot add new property 'value' (#1808)(by…
MoritzCooks May 19, 2024
2142eb1
chore: release v5.0.0-alpha.10
gorhom May 19, 2024
02673b1
chore: updated dependencies
gorhom Jul 22, 2024
919be39
chore: updated the keyboard layout mode for example project
gorhom Jul 22, 2024
08db4ab
fix(1887): updated the keyboard handling for Android with keyboard in…
gorhom Jul 28, 2024
866b4ee
fix: replace getRefNativeTag with findNodeHandle (#1823)(by @AndreiCa…
AndreiCalazans Jul 29, 2024
d8d34fa
chore: release v5.0.0-alpha.11
gorhom Jul 29, 2024
5af3e80
fix: replaced deprecated reanimated Extrapolate with Extrapolation (#…
gorhom Aug 17, 2024
997d794
feat: added a new bottom sheet stack behaviour `replace` (#1897)(with…
gorhom Aug 17, 2024
ed2ec1f
docs: updated the readme preparing for the release
gorhom Aug 17, 2024
59ab3c6
chore: updated the auto-changelog starting version for v5
gorhom Aug 17, 2024
a93aed9
chore: replaced eslint & prettier with biome
gorhom Sep 14, 2024
cb750f6
docs: added documentation website
gorhom Sep 15, 2024
2962a2d
fix: updated the enable content panning gesture logic
gorhom Sep 22, 2024
e4f3fe3
fix: updated animation sequencing to respect force closing by user (#…
gorhom Oct 2, 2024
d2b959c
fix: updated the scrollable locking logic while scrolling (#1939)
gorhom Oct 2, 2024
fef1a18
docs: updated URLs in README (#1951)(by @mihnea-popescu)
mihnea-popescu Oct 3, 2024
b6e405b
chore: fixed linting issues
gorhom Oct 3, 2024
d1226b7
fix: addressed an edge case with scrollview content sizing on initial…
gorhom Oct 5, 2024
b7d0064
docs: updated the default value for enableDynamicSizing types
gorhom Oct 13, 2024
672293e
chore: added a strict bug template
gorhom Oct 13, 2024
074dde7
docs: updated the modal stackBehavior description
gorhom Oct 13, 2024
cb0a629
docs: updated dynamic sizing page
gorhom Oct 13, 2024
033c024
docs: updated blog authors and tags
gorhom Oct 13, 2024
c941c83
chore: updated issue template
gorhom Oct 13, 2024
9bf39ed
feat: added flashlist as a scrollable
gorhom Oct 13, 2024
30fad37
docs: added flashlist page
gorhom Oct 13, 2024
4aad658
docs: added v5 blog post
gorhom Oct 13, 2024
7d84d07
chore: release v5.0.0
gorhom Oct 13, 2024
3ffc7f7
fix: removed redundant dependency
gorhom Oct 14, 2024
fab8cb6
chore: release v5.0.1
gorhom Oct 14, 2024
2a1b2d4
chore: updated the auto close script
gorhom Oct 14, 2024
ab33e21
fix(#1968): moved the flashlist optional import into the component body
gorhom Oct 14, 2024
1cf3e41
fix(#1035,#1043): updated default animatedNextPositionIndex to INITIA…
dfalling Oct 14, 2024
896ecda
docs: updated link to `NavigatorExample` in docs (#1954)(by @rustyglo…
rustygloves Oct 14, 2024
12d0cca
chore: release v5.0.2
gorhom Oct 14, 2024
b542482
docs: added migration section to v5 blog post
gorhom Oct 14, 2024
83fe8ae
docs: fixed apple map example url (#1976)(by @TwanLuttik)
TwanLuttik Oct 15, 2024
203e52f
fix: added children type to containerComponent prop type (#1971)(by @…
Nodonisko Oct 15, 2024
72f7922
docs: updated `snapPoints` prop description (#1980)(by @pvinis)
pvinis Oct 19, 2024
9fe8294
docs: updated a typo in react-navigation.md (#1978)(by @pvinis)
pvinis Oct 19, 2024
0bb284b
docs: updated theme config to respect users' preferredd color scheme …
jewhyena Oct 19, 2024
9468c9b
chore: updated dynamic sizing example
gorhom Oct 19, 2024
ace0da7
fix: fixed dynamic scrollables content size with footer in place
gorhom Oct 19, 2024
2628425
docs: added gesture handler view to examples
gorhom Oct 19, 2024
1ef05c7
fix: updated reduce motion handling, to respeact user setting and all…
gorhom Oct 20, 2024
b72e275
fix: dynamic sizing with detached static views
gorhom Oct 20, 2024
d1c74c5
chore: release v5.0.3
gorhom Oct 20, 2024
4c8ae25
fix(#1987): updated provided style handling for bottom sheet view
gorhom Oct 20, 2024
ae41b2d
fix(#1983): updated shared values access as hook dependancies
gorhom Oct 20, 2024
b7277d3
chore: release v5.0.4
gorhom Oct 20, 2024
331dafa
fix:(web) fixed scroll handler hook to pass provided onScroll (#1993)…
hirbod Oct 26, 2024
13c7d47
fix: added BottomSheetFlashList mock (#1988)(by @Fadikk367)
Fadikk367 Oct 26, 2024
9757bd2
fix(#1983): updated shared values access as hook dependancies (#1992)…
pinpong Oct 26, 2024
3541b00
docs: updated the modal usage example (#1991)(by @vins13pattar)
vins13pattar Oct 26, 2024
4f26c78
chore: release v5.0.5
gorhom Oct 26, 2024
398e711
chore: updated testing mocks for new reanimated functions (#2008)(by …
JorenVerbaandert Oct 30, 2024
e898859
fix: updated useStableCallback to set callback in ref without useEffe…
pavel-krasnov Nov 17, 2024
e7abc77
chore: updated expo 52 and other dependencies
gorhom Oct 30, 2024
87a73c5
fix: useStableCallback implementation
gorhom Nov 17, 2024
1f4cac3
chore: updated reanimated types
gorhom Nov 17, 2024
61473b5
fix: removed keyboard height setting from hide event
gorhom Nov 17, 2024
2320a81
fix: clipped views when keyboard is closing
gorhom Nov 17, 2024
07f7f3c
chore: updated pull to refresh example
gorhom Nov 17, 2024
886d21b
docs: updated detached prop typo (#2022)(by @metehandemir)
metehandemir Nov 17, 2024
3733862
refactor: added generic type for data modal (#2029)(by @maximpostnikov)
maximpostnikov Nov 17, 2024
5db1d89
chore: updated internal types
gorhom Nov 17, 2024
7bfe7ae
chore: release v5.0.6
gorhom Nov 17, 2024
f22870e
Remove commit message precommit rule
yayvery Nov 13, 2023
d3da214
publish to GitHub Packages
meishuu Jan 11, 2023
04160e8
change entrypoint to ts source
meishuu Jan 17, 2023
2fd31e8
fix eslint/prettier
meishuu Jan 17, 2023
cf29e1f
fix typescript
meishuu Jan 17, 2023
c21bef0
convert footer component to render function
meishuu Jan 19, 2023
688544b
fix onAnimate index when close()d on mount
meishuu Feb 4, 2023
75f6ff9
add source to onAnimate
meishuu Feb 4, 2023
1efc84c
Add support for an initial scroll buffer for Scrollable components (#7)
huderlem Mar 24, 2023
14f68a8
Remove problematic opacity style from container animatedStyle.
huderlem Mar 31, 2023
6a20b22
Add initialPosition prop
huderlem Mar 31, 2023
ac8397a
Add new preserveScrollMomentum prop
huderlem Apr 17, 2023
de95e97
Fix bug where Home gesture on iOS could cause inadvertent scrolling o…
huderlem Apr 26, 2023
53019f0
Reanimated update fixes (#9)
amadeus Aug 7, 2023
a3b61c1
Lock scrollable when content height is shorter than container height …
lsdimagine Aug 4, 2023
35ba7c2
Expose getKeyboardAnimationConfigs
lsdimagine Sep 6, 2023
d51ea97
Add flashlist support for bottomsheet
huderlem Mar 31, 2023
1cc3e10
Remove flashlist from index.ts
lsdimagine Oct 4, 2023
97c885a
Remove onScroll from Omit for BottomSheetFlatList and BottomSheetFlas…
yayvery Nov 1, 2023
9179d49
Pass snap points to JS thread when update is received on UI thread
palgorhythm Nov 2, 2023
1c313fe
Add lockableScrollableContentOffsetY which does not change when scrol…
lsdimagine Dec 13, 2023
4e2a111
Move lockableScrollableContentOffsetY into scrollable props (#15)
lsdimagine Dec 13, 2023
19d7479
add source to package.json
yayvery Feb 4, 2024
9b9de99
When setting scrollable, keep isScrollableLocked value if scrollable …
lsdimagine Feb 5, 2024
3dcc2ad
update BottomSheetFlashListProps with updateViewableItems
Feb 14, 2024
b5aadad
fix: add contentHeight and handleHeight back
hannomargelo Jan 9, 2025
b6056eb
fix: pass source along in onAnimate
hannomargelo Jan 9, 2025
50f7ea7
fix: closing during mounting doesn't call onAnimate
hannomargelo Jan 10, 2025
bf5f065
add onScroll prop back to BottomSheetFlashListProps
hannomargelo Jan 10, 2025
bef45c1
fix: FlashList types
hannomargelo Jan 10, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Expose getKeyboardAnimationConfigs
lsdimagine authored and hannojg committed Jan 7, 2025

Verified

This commit was signed with the committer’s verified signature.
hannojg Hanno J. Gödecke
commit 35ba7c2a3c1c2eb1fb0d34bce55df5a6bd9adeb0
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -72,5 +72,6 @@ export type {

//#region utilities
export * from './constants';
export { getKeyboardAnimationConfigs } from './utilities';
export { enableLogging } from './utilities/logger';
//#endregion