Files
react-navigation/packages/routers/CHANGELOG.md
Satyajit Sahoo 35747a6066 chore: publish
- @react-navigation/bottom-tabs@5.11.4
 - @react-navigation/compat@5.3.12
 - @react-navigation/core@5.15.1
 - @react-navigation/devtools@5.1.20
 - @react-navigation/drawer@5.12.0
 - @react-navigation/material-bottom-tabs@5.3.12
 - @react-navigation/material-top-tabs@5.3.12
 - @react-navigation/native@5.9.1
 - @react-navigation/routers@5.7.1
 - @react-navigation/stack@5.14.0
2021-01-21 20:55:27 +01:00

22 KiB

Change Log

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

5.7.1 (2021-01-21)

Bug Fixes

  • fix StackRouter incorrectly handling invalid route if key is present (d3a9639)

5.7.0 (2021-01-14)

Bug Fixes

  • consider openByDefault prop when rehydrating drawer state (#9099) (2ad61a6)

Features

  • add a new backBehavior: firstRoute for TabRouter (3c87419)
  • add a way to specify an unique ID for screens (b19f76b)

5.6.2 (2020-11-09)

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

5.6.1 (2020-11-08)

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

5.6.0 (2020-11-04)

Features

  • add a merge option to navigate to control merging params (9beca3a)

5.5.1 (2020-10-28)

Bug Fixes

  • improve types for route prop in screenOptions (d26bcc0)

5.5.0 (2020-10-24)

Bug Fixes

  • handle pushing a route with duplicate key (091b2a2)

Features

5.4.12 (2020-09-22)

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

5.4.11 (2020-08-04)

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

5.4.10 (2020-07-28)

Bug Fixes

  • make sure history is correct after rehydration (b70e3fe)
  • make sure index is correct when rehydrating state for tabs (#8638) (1aa8219)

5.4.9 (2020-07-10)

Bug Fixes

  • mark some types as read-only (7c3a0a0)
  • only remove non-existed routes from tab history. closes #8567 (374b081)

5.4.8 (2020-06-24)

Bug Fixes

  • more improvements to types (d244488)

5.4.7 (2020-05-23)

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

5.4.6 (2020-05-20)

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

5.4.5 (2020-05-20)

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

5.4.4 (2020-05-08)

Bug Fixes

  • fix building typescript definitions. closes #8216 (47a1229)

5.4.3 (2020-05-08)

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

5.4.2 (2020-04-30)

Bug Fixes

5.4.1 (2020-04-27)

Bug Fixes

  • fix behaviour of openByDefault in drawer when focus changes (b172b51)

5.4.0 (2020-04-17)

Features

  • add openByDefault option to drawer (36689e2)

5.3.0 (2020-04-08)

Bug Fixes

  • separate normal exports and type exports (303f0b7)

Features

5.2.1 (2020-03-30)

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

5.2.0 (2020-03-22)

Features

  • add keys to routes missing keys during reset (813a590)

5.1.1 (2020-03-16)

Bug Fixes

  • don't handle action if no routes are present (660cac3)

5.1.0 (2020-03-03)

Bug Fixes

  • fix links for documentation (5bb0f40)

Features

5.0.3 (2020-02-26)

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

5.0.2 (2020-02-21)

Bug Fixes

  • tweak error message for navigate (c8ea419)

5.0.1 (2020-02-10)

Bug Fixes

  • merge initial params on replace (80629bf)

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

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

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

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

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

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

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

Bug Fixes

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

Bug Fixes

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

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

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

Bug Fixes

  • handle popping more than available screens in stack (68ed8a7)

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

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

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

Bug Fixes

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

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

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

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

Bug Fixes

  • change POP behaviour to remove elements from index only (7a3d652), closes #256

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

Bug Fixes

  • change POP behaviour to remove elements from index only (7a3d652), closes #256

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

Bug Fixes

  • preserve focused route in tab on changing screens list (adbeb29)

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

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

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

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

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

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

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

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

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

Bug Fixes

  • merge initial params on push (11efb06)

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

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

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

Bug Fixes

  • handle invalid initialRouteName gracefully (b5d9ad9)

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

Bug Fixes

  • close drawer on back button press (3a4c38b)

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

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

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

Bug Fixes

  • use index of first route when rehydrating tab state (7635373)

5.0.0-alpha.9 (2019-10-03)

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

5.0.0-alpha.8 (2019-09-27)

Bug Fixes

  • close drawer on navigate (655a220)

5.0.0-alpha.7 (2019-08-31)

Bug Fixes

  • handle route names change when all routes are removed (#86) (1b2983e)

5.0.0-alpha.6 (2019-08-29)

Features

  • handle navigating with both with both key and name (#83) (6b75cba)

5.0.0-alpha.5 (2019-08-28)

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

5.0.0-alpha.4 (2019-08-27)

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

5.0.0-alpha.3 (2019-08-22)

Bug Fixes

  • fix path to typescript definitions (f182315)

5.0.0-alpha.2 (2019-08-22)

Bug Fixes

  • properly handle pop action from stack (61dce7a)

5.0.0-alpha.1 (2019-08-21)

Bug Fixes

  • don't lose child state when rehydrating in tab router (5676dea)
  • don't use action.source for stack router (afa24c1)
  • fix peer deps and add git urls (6b4fc74)
  • handle partial initial state better when rehydrating (8ed54da)
  • implement canGoBack for tab router (#51) (2b8f2ed)

Features

  • add a simple stack and material tabs integration (#39) (e0bee10)
  • add a target key to actions and various fixes (747ce66)
  • add canGoBack (#50) (e9da86e)
  • add drawer navigator integration (#43) (d02277b)
  • add hook for deep link support (35987ae)
  • integrate reanimated based stack (#42) (dcf57c0)