Skip to content

Latest commit

 

History

History
253 lines (130 loc) · 16.4 KB

File metadata and controls

253 lines (130 loc) · 16.4 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

4.1.12 (2025-07-07)

Bug Fixes

4.1.11 (2025-06-14)

Note: Version bump only for package react-native-drawer-layout

4.1.10 (2025-05-30)

Bug Fixes

  • position drawer offscreen by default on web (833bfa6) - by @

4.1.9 (2025-05-30)

Bug Fixes

  • allow Overlay to be focusable in iOS with Full Keyboard Access enabled (#12600) (e1a6387) - by @ckknight
  • fix drawer tab order on web for better accessibility (#12616) (ac51096) - by @angelalagao
  • keep drawer anchored to left/right on web (0d7379b) - by @satya164

4.1.8 (2025-05-04)

Bug Fixes

4.1.7 (2025-05-02)

Bug Fixes

  • use aria props instead of accessibilityX (#11848) (347ca97) - by @satya164

4.1.6 (2025-04-08)

Bug Fixes

  • add types field back to support legacy moduleResolution (6c021d4), closes #12534 - by @

4.1.5 (2025-04-04)

Bug Fixes

  • drop commonjs module to avoid dual package hazard (f0fbcc5) - by @satya164

4.1.4 (2025-04-02)

Note: Version bump only for package react-native-drawer-layout

4.1.3 (2025-04-01)

Note: Version bump only for package react-native-drawer-layout

4.1.2 (2025-03-19)

Note: Version bump only for package react-native-drawer-layout

4.1.1 (2024-12-12)

Bug Fixes

  • fix pressables not receiving touch in drawer (9831292), closes #12324 - by @

4.1.0 (2024-12-11)

Features

  • provide gesture in DrawerGestureContext (#12326) (fcf3f77) - by @gaearon

4.0.4 (2024-12-03)

Bug Fixes

  • remove zIndex from overlay to avoid flicker (f662e27), closes #12137 - by @

4.0.3 (2024-11-28)

Note: Version bump only for package react-native-drawer-layout

4.0.2 (2024-11-22)

Note: Version bump only for package react-native-drawer-layout

4.0.1 (2024-11-09)

Bug Fixes

  • drawer: fix gesture handler warnings to mark worklets explicitly (#12240) (13c0cc4) - by @efstathiosntonas

4.0.0 (2024-11-06)

Note: Version bump only for package react-native-drawer-layout

4.0.0-rc.11 (2024-10-24)

Bug Fixes

  • use * for react-native peer dep to support pre-release versions (07267e5) - by @satya164

4.0.0-rc.10 (2024-08-01)

Note: Version bump only for package react-native-drawer-layout

4.0.0-rc.9 (2024-07-25)

Bug Fixes

  • remove transition listeners in effect cleanup (000f7ba) - by @satya164

4.0.0-rc.8 (2024-07-14)

Bug Fixes

  • fix drawer animation when reduceMotion enabled. closes #1198 (c2caf87) - by @satya164

4.0.0-rc.7 (2024-07-11)

Bug Fixes

  • upgrade react-native-builder-bob (1575287) - by @

4.0.0-rc.6 (2024-07-10)

Bug Fixes

  • bump use-latest-callback to fix require (40ddae9) - by @satya164

4.0.0-rc.5 (2024-07-07)

Bug Fixes

  • add missing exports entry to package.json (ae16f52) - by @satya164
  • upgrade use-latest-callback for esm compat (187d41b) - by @satya164

4.0.0-rc.4 (2024-07-04)

Bug Fixes

  • fix published files (829caa0) - by @

4.0.0-rc.3 (2024-07-04)

Note: Version bump only for package react-native-drawer-layout

4.0.0-rc.2 (2024-07-04)

Features

  • add package.json exports field (1435cfe) - by @

4.0.0-rc.1 (2024-07-01)

Bug Fixes

  • stop using react-native field in package.json (efc33cb) - by @

4.0.0-rc.0 (2024-06-27)

Bug Fixes

  • fix drawer rtl on ios & android (6fba631) - by @satya164
  • fix drawer rtl on web (06209b9) - by @satya164

4.0.0-alpha.9 (2024-03-25)

Features

4.0.0-alpha.8 (2024-03-14)

Bug Fixes

  • adjust drawer width according to md3 (a88b2ea) - by @satya164

4.0.0-alpha.7 (2024-03-10)

Note: Version bump only for package react-native-drawer-layout

4.0.0-alpha.6 (2024-03-08)

Bug Fixes

  • fix right drawer layouts display over content (#11651) (f6772c6) - by @brannonvann
  • update drawer and header styles according to material design 3 (#11872) (bfa5689) - by @groot007

4.0.0-alpha.5 (2024-02-24)

Bug Fixes

  • fix peer dependency versions (4b93b63) - by @

4.0.0-alpha.4 (2024-02-23)

Note: Version bump only for package react-native-drawer-layout

4.0.0-alpha.3 (2023-11-17)

Note: Version bump only for package react-native-drawer-layout

4.0.0-alpha.2 (2023-11-12)

Bug Fixes

  • cannot resolve use-latest-callback (#11696) (361bc6a) - by @jkaveri

4.0.0-alpha.1 (2023-09-25)

Bug Fixes

  • call onGestureCancel correctly for drawer (3cfb3e6) - by @satya164

4.0.0-alpha.0 (2023-09-07)

  • feat!: add a direction prop to NavigationContainer to specify rtl (#11393) (8309636), closes #11393 - by @satya164

BREAKING CHANGES

  • Previously the navigators tried to detect RTL automatically and adjust the UI. However this is problematic since we cannot detect RTL in all cases (e.g. on Web).

This adds an optional direction prop to NavigationContainer instead so that user can specify when React Navigation's UI needs to be adjusted for RTL. It defaults to the value from I18nManager on native platforms, however it needs to be explicitly passed for Web.

3.2.1 (2023-06-22)

Note: Version bump only for package react-native-drawer-layout

3.2.0 (2023-03-01)

Bug Fixes

  • fix paths in sourcemap files (368e069) - by @satya164

Features

  • add gesture and transition events to drawer (#11240) (50b94e4) - by @BeeMargarida

3.1.0 (2023-02-17)

Bug Fixes

  • added close drawer accessibility tap area (#11184) (20ec204) - by @mikegarfinkle

Features

  • extract drawer to a separate package (58b7cae) - by @satya164