Skip to content

Latest commit

 

History

History
110 lines (66 loc) · 4.95 KB

CHANGELOG.md

File metadata and controls

110 lines (66 loc) · 4.95 KB

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.

Fixed

  • Update flow definition for withNavigation and withNavigationFocus to support defaultProps
  • Prevent onRef callback be called twice on withNavigationFocus components (react-navigation/core#30)
  • Bump react-navigation-drawer version to improve performance - if you use Expo, you will need expo@^32.0.3 to update!

Fixed

Changed

  • Lock create-react-context to 0.2.2

Changed

Fixes

  • Fix drawer accessibility label when drawer label is not a string

Fixes

  • Fix crash in rare case where onNavigationStateChange on container leads to setState and container has screenProps (react-navigation#5301)
  • Expose underlaying ScrollView methods to NavigationAwareScrollable (react-navigation/native#8)

Changed

  • Lock dependencies to exact versions

Fixes

Added

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

Fixes

  • Fix drawerLockMode on drawer navigator
  • Fix RTL support in drawer navigator

Fixes

  • fix NavigationTestUtils.js deprecated file import.
  • Update getParam flow typings to check key and fallback arguments, as well as return the correct type automatically.
  • Fix regression in backgroundColor on cardStyle for stack navigator.

[Previous major versions]