Skip to content

Latest commit

 

History

History
541 lines (286 loc) · 41.3 KB

CHANGELOG.md

File metadata and controls

541 lines (286 loc) · 41.3 KB

Change Log

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

6.9.20 (2024-02-24)

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

6.9.19 (2024-02-24)

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

6.9.18 (2024-02-08)

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

6.9.17 (2023-11-03)

Bug Fixes

  • fix custom header background in native stack (9cfdf53) - by @satya164

6.9.16 (2023-10-23)

Bug Fixes

6.9.15 (2023-10-19)

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

6.9.14 (2023-09-25)

Bug Fixes

  • buggy behaviour of search bar / large title on Fabric with native stack v6 (#11502) (cbdcbfb) - by @kkafar

6.9.13 (2023-06-22)

Bug Fixes

  • fix headerBackTitleVisible in native-stack (#11423) (596c633) - by @kacperkapusciak

6.9.12 (2023-02-26)

Bug Fixes

  • fix paths in sourcemap files (42c906d) - by @

6.9.11 (2023-02-23)

Bug Fixes

  • fix headerBackVisible type annotation (#11220) (fac8f32) - by @Vin-Xi

6.9.10 (2023-02-14)

Bug Fixes

  • make headerBackground visible with transparent header (#11109) (d7ef2bf) - by @yhkaplan

6.9.9 (2023-01-31)

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

6.9.8 (2023-01-10)

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

6.9.7 (2022-12-16)

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

6.9.6 (2022-12-12)

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

6.9.5 (2022-12-07)

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

6.9.4 (2022-11-29)

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

6.9.2 (2022-11-21)

Bug Fixes

  • add accessibility props to NativeStack screens (#11022) (3ab05af)
  • let headerShadowVisible: true display a shadow even if headerTransparent is true (#10993) (06b6be2), closes #10845
  • supersede Platform.isTVOS for Platform.isTV (#10973) (1846de6)

6.9.1 (2022-10-11)

Bug Fixes

6.9.0 (2022-09-16)

Bug Fixes

Features

6.8.0 (2022-08-24)

Bug Fixes

  • improve when back button is shown in nested native stacks (#10761) (05dab7d)
  • replace deprecated I18nManager.isRTL with 18nManager.getConstants().isRTL (#10547) (50b88d4)

Features

6.7.0 (2022-07-05)

Bug Fixes

Features

  • add missing props from react-native-screens to native-stack (#10578) (7e9027b), closes #10454

6.6.2 (2022-04-22)

Bug Fixes

  • fix incorrect header title when headerLeft is specified (bc6f6b5), closes #10452
  • fix incorrect warning for headerTransparent in native-stack (4ff1ef5), closes #10502

6.6.1 (2022-04-01)

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

6.6.0 (2022-04-01)

Features

  • add an ID prop to navigators (4e4935a)

6.5.2 (2022-03-23)

Bug Fixes

  • provide proper context to header elements in native stack (5b01241), closes #10453

6.5.1 (2022-03-23)

Bug Fixes

  • take screen count to dismiss from native side for native stack (#10377) (27225a2)

6.5.0 (2022-02-06)

Features

  • add customAnimationOnGesture & fullScreenSwipeEnabled props to native-stack (#10321) (ab86045)

6.4.1 (2022-02-03)

Bug Fixes

  • correctly set header to translucent (c9eed38)

6.4.0 (2022-02-02)

Bug Fixes

  • set header to translucent when using searchbar or large title (a410f84)

Features

  • add search bar to native-stack on Android (e329c43)

6.3.0 (2022-01-29)

Bug Fixes

Features

  • native-stack: add support for header background image (393773b)
  • native-stack: export NativeStackView to support custom routers on native-stack (#10260) (7b761f1)
  • native-stack: expose custom header height (#10113) (e93b2e9)
  • pass canGoBack to headerRight (82a1669)

6.2.5 (2021-10-16)

Bug Fixes

  • fix default for animationTypeForReplace to match with JS stack (ec4c8cc)

6.2.4 (2021-10-12)

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

6.2.3 (2021-10-09)

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

6.2.2 (2021-09-27)

Bug Fixes

  • fix invalid headerTintColor in native-stack (#9972) (43d3211)

6.2.1 (2021-09-26)

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

6.2.0 (2021-09-26)

Bug Fixes

  • export header props for other navigators (8475481), closes #9965
  • pass title style to . fixes #9885 (127e030)
  • support same styles in centered title in native stack (77080d8)

Features

6.1.0 (2021-08-18)

Bug Fixes

  • content container in native web stack should fill parent (#9832) (ec0d113)

Features

  • add headerTitleAlign prop in native stack. closes #9829 (fe692c2)

6.0.6 (2021-08-17)

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

6.0.5 (2021-08-11)

Bug Fixes

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

6.0.4 (2021-08-09)

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

6.0.3 (2021-08-07)

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

6.0.2 (2021-08-05)

Bug Fixes

  • fix incorrect name for headerTransparent (1da575e)

6.0.1 (2021-08-03)

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

6.0.0 (2021-08-01)

Bug Fixes

  • show error when beforeRemove is used to prevent action in naive stack (6d518a4)

Features

  • add custom header option to native-stack (1a39632)
  • basic web implementation for native stack (de84458)
  • expose header height in native-stack (#9774) (20abccd)

6.0.0-next.11 (2021-07-16)

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

6.0.0-next.10 (2021-07-16)

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

6.0.0-next.9 (2021-07-01)

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

6.0.0-next.8 (2021-06-10)

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

6.0.0-next.7 (2021-06-01)

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

6.0.0-next.6 (2021-05-29)

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

6.0.0-next.5 (2021-05-29)

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

6.0.0-next.4 (2021-05-27)

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

6.0.0-next.3 (2021-05-26)

Features

  • add screenListeners prop on navigators similar to screenOptions (cde44a5)

6.0.0-next.2 (2021-05-25)

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

6.0.0-next.1 (2021-05-23)

Bug Fixes

  • automatically set top inset on Android in native stack (2cb44a5)

Features

5.0.5 (2020-02-14)

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

5.0.4 (2020-02-14)

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

5.0.3 (2020-02-12)

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

5.0.2 (2020-02-11)

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

5.0.1 (2020-02-10)

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

5.0.0-alpha.35 (2020-02-04)

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

5.0.0-alpha.34 (2020-02-04)

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

5.0.0-alpha.33 (2020-02-03)

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

5.0.0-alpha.32 (2020-02-02)

Bug Fixes

5.0.0-alpha.30 (2020-02-02)

Bug Fixes

5.0.0-alpha.29 (2020-01-24)

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

5.0.0-alpha.28 (2020-01-23)

Bug Fixes

  • fix types for native stack (1da4a64)

Features

  • emit appear and dismiss events for native stack (f1df4a0)
  • let the navigator specify if default can be prevented (da67e13)

5.0.0-alpha.27 (2020-01-14)

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

5.0.0-alpha.26 (2020-01-13)

Bug Fixes

  • make sure paths aren't aliased when building definitions (65a5dac), closes #265

5.0.0-alpha.25 (2020-01-13)

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

5.0.0-alpha.24 (2020-01-09)

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

5.0.0-alpha.23 (2020-01-09)

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

5.0.0-alpha.22 (2020-01-05)

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

5.0.0-alpha.21 (2020-01-03)

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

5.0.0-alpha.20 (2020-01-01)

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

5.0.0-alpha.19 (2019-12-19)

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

5.0.0-alpha.18 (2019-12-16)

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

5.0.0-alpha.17 (2019-12-14)

Features

5.0.0-alpha.16 (2019-12-11)

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

5.0.0-alpha.15 (2019-12-07)

Features

  • export underlying views used to build navigators (#191) (d618ab3)

5.0.0-alpha.14 (2019-11-20)

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

5.0.0-alpha.13 (2019-11-17)

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

5.0.0-alpha.12 (2019-11-10)

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

5.0.0-alpha.11 (2019-11-08)

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

5.0.0-alpha.10 (2019-11-04)

Bug Fixes

  • popToTop on tab press in native stack (301c35e)

5.0.0-alpha.9 (2019-11-04)

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

5.0.0-alpha.8 (2019-11-02)

Features

  • add headerBackTitleVisible to navigation options in native stack (77f29d3)

5.0.0-alpha.7 (2019-11-02)

Bug Fixes

  • remove top margin from screen in native stack on Android (5cd6940)

5.0.0-alpha.6 (2019-10-30)

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

5.0.0-alpha.5 (2019-10-29)

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

5.0.0-alpha.4 (2019-10-22)

Features

  • native-stack: add support for large title attributes (#135) (6cf1a04)

5.0.0-alpha.3 (2019-10-18)

Bug Fixes

  • remove top margin when header is hidden in native stack. fixes #131 (fb726ee)

5.0.0-alpha.2 (2019-10-18)

Bug Fixes

  • fix header font size config in native stack (#128) (477c088)

5.0.0-alpha.1 (2019-10-15)

Bug Fixes

  • increase hitSlop of back button on Android (c7da1e4)
  • update supported options for native stack (b71f4e5)

Features