- @react-navigation/bottom-tabs@5.0.0-alpha.39 - @react-navigation/compat@5.0.0-alpha.28 - @react-navigation/core@5.0.0-alpha.37 - @react-navigation/drawer@5.0.0-alpha.41 - @react-navigation/material-bottom-tabs@5.0.0-alpha.36 - @react-navigation/material-top-tabs@5.0.0-alpha.35 - @react-navigation/native-stack@5.0.0-alpha.29 - @react-navigation/native@5.0.0-alpha.29 - @react-navigation/routers@5.0.0-alpha.27 - @react-navigation/stack@5.0.0-alpha.63
19 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.37 (2020-01-24)
Bug Fixes
- add error message when trying to use v4 API with v5 (179e807)
- validate screen configs (2f1f0af)
- warn if non-serializable values found in state (5751e7f)
5.0.0-alpha.36 (2020-01-23)
Bug Fixes
- disallow canPreventDefault option if not present in types (d9059b5)
- don't add ?if query params is empty (3bf5ddd)
- fix types for useFocusEffect (23ab45a), closes #270
- make sure that we return correct value if selector changes (6c2acbb), closes /github.com/react-navigation/navigation-ex/pull/273#issuecomment-576581225
- use protected for private value store (ad4eaff)
Features
- add useNavigationState hook (32a2206)
- let the navigator specify if default can be prevented (da67e13)
- support nested config in getPathFromState (#266) (1e53821)
5.0.0-alpha.35 (2020-01-14)
Bug Fixes
- fix intellisense for CompositeNavigationProp (a912323)
5.0.0-alpha.34 (2020-01-13)
Bug Fixes
5.0.0-alpha.33 (2020-01-13)
Note: Version bump only for package @react-navigation/core
5.0.0-alpha.32 (2020-01-09)
Note: Version bump only for package @react-navigation/core
5.0.0-alpha.31 (2020-01-09)
Note: Version bump only for package @react-navigation/core
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)