Skip to content

Latest commit

 

History

History
358 lines (184 loc) · 23.4 KB

CHANGELOG.md

File metadata and controls

358 lines (184 loc) · 23.4 KB

Change Log

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

2.0.0-alpha.17 (2024-03-25)

Features

  • pass href to headerLeft function (ce6d885) - by @satya164

2.0.0-alpha.16 (2024-03-22)

Note: Version bump only for package @react-navigation/elements

2.0.0-alpha.15 (2024-03-22)

Note: Version bump only for package @react-navigation/elements

2.0.0-alpha.14 (2024-03-20)

Note: Version bump only for package @react-navigation/elements

2.0.0-alpha.13 (2024-03-14)

Bug Fixes

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

2.0.0-alpha.12 (2024-03-10)

Bug Fixes

  • add a workaround for safe area frame not updating on web (3799b16), closes #8551 #11398 - by @satya164

2.0.0-alpha.11 (2024-03-09)

Note: Version bump only for package @react-navigation/elements

2.0.0-alpha.10 (2024-03-08)

Bug Fixes

  • update drawer and header styles according to material design 3 (#11872) (bfa5689) - by @groot007

2.0.0-alpha.9 (2024-03-04)

Note: Version bump only for package @react-navigation/elements

2.0.0-alpha.8 (2024-02-24)

Bug Fixes

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

2.0.0-alpha.7 (2024-02-23)

Bug Fixes

  • iOS: disable collapsable option from Background in Screen (#11840) (c1e327c), closes #1997 - by @tboba

2.0.0-alpha.6 (2024-02-23)

Bug Fixes

  • fix header height for iOS devices with dynamic island (#11786) (4c521b5), closes #11655 - by @gianlucalippolis

Features

  • add a HeaderButton component to elements (d8de228) - by @satya164

2.0.0-alpha.5 (2024-01-17)

Note: Version bump only for package @react-navigation/elements

2.0.0-alpha.4 (2023-11-17)

Bug Fixes

  • darken the tint color for light colored button text (d5e6b9e) - by @satya164
  • update peer dependencies when publishing (c440703) - by @

2.0.0-alpha.3 (2023-11-12)

Bug Fixes

Features

  • add a button element to elements package (#11669) (25a85c9) - by @satya164

2.0.0-alpha.2 (2023-09-25)

Note: Version bump only for package @react-navigation/elements

2.0.0-alpha.1 (2023-09-13)

Features

  • add option to show tabs on the side (#11578) (cd15fda) - by @satya164

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

Bug Fixes

  • add default value to labelVisible in HeaderBackBox (#11308) (bd96d89) - by @gkasdorf

  • Allow to use PlatformColor in the theme (#11570) (64734e7) - by @retyui

  • make back button ripple visible (#11386) (c43208f), closes #9794 - by @vonovak

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

Features

  • add animation prop to bottom tab (#11323) (8d2a6d8) - by @teneeto
  • add shifting animation to bottom-tabs and various fixes (#11581) (6d93c2d) - 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.

1.4.0-alpha.1 (2023-06-22)

Note: Version bump only for package @react-navigation/elements

1.4.0-alpha.0 (2023-03-01)

Bug Fixes

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

Features

  • add ability to customize the fonts with the theme (#11243) (1cd6836) - by @satya164

1.3.9-alpha.0 (2023-02-17)

Note: Version bump only for package @react-navigation/elements

1.3.7 (2022-11-21)

Bug Fixes

  • add accessibility props to NativeStack screens (#11022) (3ab05af)
  • supersede Platform.isTVOS for Platform.isTV (#10973) (1846de6)

1.3.6 (2022-09-16)

Bug Fixes

  • replace deprecated I18nManager.isRTL with 18nManager.getConstants().isRTL (#10547) (50b88d4)

1.3.5 (2022-08-24)

Bug Fixes

  • replace deprecated I18nManager.isRTL with 18nManager.getConstants().isRTL (#10547) (50b88d4)

1.3.4 (2022-07-05)

Bug Fixes

1.3.3 (2022-04-01)

Note: Version bump only for package @react-navigation/elements

1.3.2 (2022-04-01)

Bug Fixes

  • fix type errors when passing animated styles to header (9058b1c)

1.3.1 (2022-02-02)

Note: Version bump only for package @react-navigation/elements

1.3.0 (2022-01-29)

Bug Fixes

  • fix exposing custom header height with modals (3b4edf7)

Features

  • native-stack: add support for header background image (393773b)
  • pass canGoBack to headerRight (82a1669)

1.2.1 (2021-10-12)

Note: Version bump only for package @react-navigation/elements

1.2.0 (2021-10-09)

Features

  • add a headerShadowVisible option to header (8e7ba69)

1.1.2 (2021-09-26)

Note: Version bump only for package @react-navigation/elements

1.1.1 (2021-09-26)

Bug Fixes

1.1.0 (2021-08-17)

Features

  • elements: add style to SafeAreaProviderCompat props (#9793) (f73aa55)

1.0.4 (2021-08-11)

Bug Fixes

  • fix headerTransparent not working outside stack navigator (42c43ff)

1.0.3 (2021-08-09)

Bug Fixes

1.0.2 (2021-08-07)

Note: Version bump only for package @react-navigation/elements

1.0.1 (2021-08-03)

Note: Version bump only for package @react-navigation/elements

1.0.0 (2021-08-01)

Bug Fixes

  • match native iOS header height in stack (51b636d)

Features

  • basic web implementation for native stack (de84458)
  • expose header height in native-stack (#9774) (20abccd)

1.0.0-next.21 (2021-07-16)

Note: Version bump only for package @react-navigation/elements

1.0.0-next.20 (2021-07-16)

Note: Version bump only for package @react-navigation/elements

1.0.0-next.19 (2021-07-01)

Note: Version bump only for package @react-navigation/elements

1.0.0-next.18 (2021-06-10)

Note: Version bump only for package @react-navigation/elements

1.0.0-next.17 (2021-06-01)

Bug Fixes

  • tweak opacity animation for PlatformPressable (b46c433)

1.0.0-next.16 (2021-05-29)

Note: Version bump only for package @react-navigation/elements

1.0.0-next.15 (2021-05-29)

Note: Version bump only for package @react-navigation/elements

1.0.0-next.14 (2021-05-27)

Note: Version bump only for package @react-navigation/elements

1.0.0-next.13 (2021-05-26)

Note: Version bump only for package @react-navigation/elements

1.0.0-next.12 (2021-05-25)

Note: Version bump only for package @react-navigation/elements

1.0.0-next.11 (2021-05-23)

Note: Version bump only for package @react-navigation/elements

1.0.0-next.10 (2021-05-16)

Bug Fixes

  • fix drawer content padding in RTL (ea8ea20)

1.0.0-next.9 (2021-05-10)

Note: Version bump only for package @react-navigation/elements

1.0.0-next.8 (2021-05-09)

Note: Version bump only for package @react-navigation/elements

1.0.0-next.7 (2021-05-09)

Note: Version bump only for package @react-navigation/elements

1.0.0-next.6 (2021-05-09)

Bug Fixes

  • animate pressable opacity (459fd27)

1.0.0-next.5 (2021-05-01)

Note: Version bump only for package @react-navigation/elements

1.0.0-next.4 (2021-04-08)

Note: Version bump only for package @react-navigation/elements

1.0.0-next.3 (2021-03-22)

Features

  • add a Background component (cbaabc1)

1.0.0-next.2 (2021-03-12)

Bug Fixes

  • use theme in PlatformPressable (40439cc)

Features

  • return nearest parent header height for useHeaderHeight (24b3f73)

1.0.0-next.1 (2021-03-10)

Bug Fixes

1.0.0-next.0 (2021-03-09)

Bug Fixes

  • show a missing icon symbol instead of empty area in bottom tab bar (2bc4882)

Features

  • initial implementation of @react-navigation/elements (07ba7a9)