mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-12 17:31:06 +08:00
6.3 KiB
6.3 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Unreleased
3.2.0 - 2019-02-08
Added
- Add support for
backBehavior: history'andbackBehavior: 'order'to any navigator based on SwitchRouter (eg: tab navigators). (https://github.com/react-navigation/react-navigation-core/pull/31)
3.1.5 - 2019-02-06
Fixed
- Revert "Transparent header measurement fix (https://github.com/react-navigation/react-navigation-stack/pull/71)"
3.1.4 - 2019-02-05
Fixed
- Fix references to onGestureFinish in StackViewLayout, should be onGestureEnd
3.1.3 - 2019-02-04
Fixed
- Stack navigator properly dismisses and restores keyboard when gesture starts and is cancelled
- Transparent header measurement fix (https://github.com/react-navigation/react-navigation-stack/pull/71)
3.1.2 - 2019-02-01
Fixed
- Update flow definition for
withNavigationandwithNavigationFocusto supportdefaultProps - Prevent onRef callback be called twice on withNavigationFocus components (https://github.com/react-navigation/react-navigation-core/pull/30)
- Bump react-navigation-drawer version to improve performance - if you use Expo, you will need expo@^32.0.3 to update!
3.0.9 - 2018-12-19
Fixed
- Intermittent flicker when changing tabs while using react-native-screens fixed by not changing opacity (https://github.com/react-navigation/react-navigation-tabs/pull/80)
- Prevent fading the previous screen on push/pop on Android (https://github.com/react-navigation/react-navigation-stack/pull/73)
3.0.8 - 2018-12-08
Changed
- Lock create-react-context to 0.2.2
3.0.7 - 2018-12-08
Changed
- Optimize stack gesture to avoid a setState and reduce unnecessary Animated node creation (https://github.com/react-navigation/react-navigation-stack/pull/70)
3.0.6 - 2018-12-06
Fixes
- Fix drawer accessibility label when drawer label is not a string
3.0.5 - 2018-12-03
Fixes
- Fix crash in rare case where onNavigationStateChange on container leads to setState and container has screenProps (https://github.com/react-navigation/react-navigation/issues/5301)
- Expose underlaying ScrollView methods to NavigationAwareScrollable (https://github.com/react-navigation/react-navigation-native/pull/8)
3.0.4 - 2018-11-30
Changed
- Lock dependencies to exact versions
Fixes
- Fix crash when screenInterpolator is null (https://github.com/react-navigation/react-navigation-stack/issues/64)
- Fix renderPager override (https://github.com/react-navigation/react-navigation-tabs/pull/70)
Added
- Accessibility labels on drawer items (https://github.com/react-navigation/react-navigation-drawer/pull/30)
3.0.3 - 2018-11-30
Fixes
- Fix bug where if you navigate immediately when the navigator is first mounted the stack could get in an invalid state.
- Transparent stack card factors in header height now, even though you probably won't want to use this.
- Fix bug where shadow was still rendered on transparent stack
- Fix gestureResponseDistance custom values being ignored for modal stack
3.0.2 - 2018-11-27
Fixes
- Fix
drawerLockModeon drawer navigator - Fix RTL support in drawer navigator
3.0.1 - 2018-11-26
Fixes
- fix NavigationTestUtils.js deprecated file import.
- Update
getParamflow typings to checkkeyandfallbackarguments, as well as return the correct type automatically. - Fix regression in backgroundColor on cardStyle for stack navigator.
3.0.0 - 2018-11-17
- Changes between the latest 2.x release and 3.0.0 are listed on the blog at https://reactnavigation.org/blog/2018/11/17/react-navigation-3.0.html