Skip to content

Latest commit

 

History

History
93 lines (65 loc) · 12.2 KB

CHANGELOG.md

File metadata and controls

93 lines (65 loc) · 12.2 KB

5.0.5 (2024-10-26)

Bug Fixes

5.0.4 (2024-10-20)

Bug Fixes

  • #1983: updated shared values access as hook dependancies (ae41b2d), closes #1983
  • #1987: updated provided style handling for bottom sheet view (4c8ae25), closes #1987

5.0.3 (2024-10-20)

Bug Fixes

  • added children type to containerComponent prop type (#1971)(by @Nodonisko) (203e52f)
  • dynamic sizing with detached static views (b72e275)
  • fixed dynamic scrollables content size with footer in place (ace0da7)
  • updated reduce motion handling, to respeact user setting and allow overriding (1ef05c7)

5.0.2 (2024-10-14)

Bug Fixes

  • #1035,#1043: updated default animatedNextPositionIndex to INITIAL_VALUE (#1960)(by @dfalling) (1cf3e41), closes #1035 #1043
  • #1968: moved the flashlist optional import into the component body (ab33e21), closes #1968

5.0.1 (2024-10-14)

Bug Fixes

  • removed redundant dependency (3ffc7f7)

5.0.0 (2024-10-13)

Features

Bug Fixes

  • addressed an edge case with scrollview content sizing on initial rendering on safari (d1226b7)
  • replaced deprecated reanimated Extrapolate with Extrapolation (#1875)(by @cenksari) (5af3e80)
  • updated animation sequencing to respect force closing by user (#1941) (e4f3fe3)
  • updated the enable content panning gesture logic (2962a2d)
  • updated the scrollable locking logic while scrolling (#1939) (d2b959c)
  • updated the keyboard handling for Android with keyboard input mode resize (08db4ab)
  • replace getRefNativeTag with findNodeHandle (#1823)(by @AndreiCalazans) (866b4ee)
  • BottomSheetContainer: cannot add new property 'value' (#1808)(by @MoritzCooks) (ccd6bb5)
  • added error message when dynamic sizing enabled with a wrong children type (8b62dca)
  • bottom sheet not appearing for users that have reduced motion turned on (#1743)(by @fobos531) (9b4ef4d)
  • fixed the mount animation with reduce motion enabled (#1560, #1674) (6efd8ae)
  • added BottomSheetTextInput to the mock file (#1698)(by @ghorbani-m) (dee95e5)
  • added footer height to content height when using dynamic sizing (#1725) (5009085)
  • added missing mock of Touchables (#1700)(by @jaworek) (a6f44c0)
  • added support for web without Babel/SWC (#1741)(by @joshsmith) (d620494)
  • fixed the backdrop tap gesture on web (#1446) (b0792de)
  • allowed content max height be applied for dynamic sizing (57c196c)
  • dismiss all action for modals (#1529)(by @david-gomes5) (17269f1)
  • fixed position x index sequencing with container resizing (#1675) (f0ec705)
  • prevent updating backdrop state when unmounting (#1657)(by @christophby) (d746d85)
  • web: use absolute positioning for BottomSheetContainer in web (#1597) (d6e3dc9)
  • (BottomSheetTextInput): reset shouldHandleKeyboardEvents on unmount (#1495)(by @koplyarov) (81cd66f)
  • updated containerOffset top value to default to 0 (#1420)(by @beqramo) (b81cb93)
  • resume close animation when container gets resized (#1374) (#1392) (1f69625)
  • (bottom-sheet-modal): added container component prop to modal (#1309)(by @magrinj) (67e1e09)
  • updated scrollables mocks with ReactNative list equivalent (#1394)(by @gkueny) (630f87f)
  • crash on swipe down (#1367)(by @beqramo) (3ccbefc)
  • (BottomSheetScrollView): updated scroll responders props type (#1335)(by @eps1lon) (e42fafc)
  • fixed keyboard dismissing issue with Reanimated v3 (#1346)(by @janicduplessis) (1d1a464)
  • (#1119): fixed race condition between onmount and keyboard animations (a1ec74d)

Chores And Housekeeping

  • updated expo and react native deps (#1445) (f6f2304)
  • updated react native and other deps (#1412) (549e461)
  • fixed types (#1123)(by @stropho) (b440964)
  • updated reanimated to v3 (#1324) (4829316)