mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-29 21:05:29 +08:00
- @react-navigation/bottom-tabs@5.0.0-alpha.5 - @react-navigation/drawer@5.0.0-alpha.5 - @react-navigation/material-bottom-tabs@5.0.0-alpha.5 - @react-navigation/material-top-tabs@5.0.0-alpha.5 - @react-navigation/routers@5.0.0-alpha.5 - @react-navigation/stack@5.0.0-alpha.6
2.9 KiB
2.9 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.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)