mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-29 04:45:19 +08:00
- @react-navigation/bottom-tabs@5.0.0-alpha.29 - @react-navigation/compat@5.0.0-alpha.20 - @react-navigation/core@5.0.0-alpha.30 - @react-navigation/drawer@5.0.0-alpha.31 - @react-navigation/material-bottom-tabs@5.0.0-alpha.28 - @react-navigation/material-top-tabs@5.0.0-alpha.26 - @react-navigation/native-stack@5.0.0-alpha.20 - @react-navigation/native@5.0.0-alpha.22 - @react-navigation/routers@5.0.0-alpha.19 - @react-navigation/stack@5.0.0-alpha.47
14 KiB
14 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.30 (2020-01-01)
Bug Fixes
- cleanup transaction even if action wasn't handled (f462d67)
- show error if an action was not handled (0252bdc)
5.0.0-alpha.29 (2019-12-19)
Note: Version bump only for package @react-navigation/core
5.0.0-alpha.28 (2019-12-16)
Bug Fixes
Features
5.0.0-alpha.27 (2019-12-10)
Note: Version bump only for package @react-navigation/core
5.0.0-alpha.26 (2019-12-07)
Bug Fixes
5.0.0-alpha.25 (2019-11-29)
Bug Fixes
5.0.0-alpha.24 (2019-11-20)
Bug Fixes
5.0.0-alpha.23 (2019-11-17)
Bug Fixes
- merge initial params on push (11efb06)
5.0.0-alpha.22 (2019-11-10)
Bug Fixes
- throw when containers are nested within another (d4072e7)
5.0.0-alpha.21 (2019-11-08)
Bug Fixes
5.0.0-alpha.20 (2019-11-02)
Bug Fixes
- pass rehydrated state in onStateChange and devtools (5a34764)
5.0.0-alpha.19 (2019-10-30)
Bug Fixes
5.0.0-alpha.18 (2019-10-29)
Bug Fixes
- improve type annotation for screens (8f16085)
5.0.0-alpha.17 (2019-10-22)
Note: Version bump only for package @react-navigation/core
5.0.0-alpha.16 (2019-10-18)
Bug Fixes
- rehydrate state before using it (3e92e22)
Features
5.0.0-alpha.15 (2019-10-15)
Features
5.0.0-alpha.14 (2019-10-06)
Note: Version bump only for package @react-navigation/core
5.0.0-alpha.13 (2019-10-03)
Note: Version bump only for package @react-navigation/core
5.0.0-alpha.12 (2019-10-03)
Bug Fixes
- don't merge state with existing state during reset. fixes #111 (7393464)
- don't throw when switching navigator. fixes #91 (19be2b4)
Features
5.0.0-alpha.11 (2019-09-27)
Bug Fixes
Features
- add a method to reset root navigator state (e61f594)
5.0.0-alpha.10 (2019-09-17)
Note: Version bump only for package @react-navigation/core
5.0.0-alpha.9 (2019-09-16)
Features
- compatibility layer (e0f28a4)
- make deep link handling more flexible (849d952)
- make example run as bare react-native project as well (#85) (d16c20c)
5.0.0-alpha.8 (2019-09-04)
Note: Version bump only for package @react-navigation/core
5.0.0-alpha.7 (2019-08-31)
Bug Fixes
- fix navigation object changing too often (3c840bb)
Features
5.0.0-alpha.6 (2019-08-31)
Features
5.0.0-alpha.5 (2019-08-30)
Note: Version bump only for package @react-navigation/core
5.0.0-alpha.4 (2019-08-29)
Bug Fixes
Features
- export NavigationContext (9245c79)
- handle navigating with both with both key and name (#83) (6b75cba)
5.0.0-alpha.3 (2019-08-27)
Features
5.0.0-alpha.2 (2019-08-22)
Bug Fixes
- fix path to typescript definitions (f182315)
5.0.0-alpha.1 (2019-08-21)
Bug Fixes
- don't apply action to an unrelated router (e1d7333)
- fix peer deps and add git urls (6b4fc74)
- handle partial initial state better when rehydrating (8ed54da)
- implement canGoBack for tab router (#51) (2b8f2ed)
- properly infer route type in screen elements (7e3a2c8)
- throw when duplicate screens are defined (adc2fe4)
- use correct dispatch in methods in screen's navigation prop (8134895)
Features
- add a target key to actions and various fixes (747ce66)
- add a useIsFocused hook to get focus state (#52) (2b59f7e)
- add canGoBack (#50) (e9da86e)
- add dangerouslyGetParent (#62) (c0045d8)
- add dangerouslyGetState (#63) (f7ff0c1)
- add helpers to convert between url and state (dbe2b91)
- add hook for deep link support (35987ae)
- add integration with redux devtools extension (ca985bb)
- add native container with back button integration (#48) (b7735af)
- integrate reanimated based stack (#42) (dcf57c0)