Skip to content

Latest commit

 

History

History
93 lines (55 loc) · 3.93 KB

CHANGELOG.md

File metadata and controls

93 lines (55 loc) · 3.93 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.

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]