mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-30 05:15:25 +08:00
- @react-navigation/bottom-tabs@5.0.0-alpha.27 - @react-navigation/compat@5.0.0-alpha.18 - @react-navigation/core@5.0.0-alpha.28 - @react-navigation/drawer@5.0.0-alpha.29 - @react-navigation/material-bottom-tabs@5.0.0-alpha.26 - @react-navigation/material-top-tabs@5.0.0-alpha.24 - @react-navigation/native-stack@5.0.0-alpha.18 - @react-navigation/native@5.0.0-alpha.20 - @react-navigation/routers@5.0.0-alpha.17 - @react-navigation/stack@5.0.0-alpha.45
6.4 KiB
6.4 KiB
Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
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
5.0.0-alpha.6 (2019-08-29)
Features
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)