react-navigation/CHANGELOG.md

2.6 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

  • Throw error in development mode when header navigation option is set to a string - a common mistake that would otherwise result in a cryptic error message.
  • Update react-navigation-drawer to 0.4.3 to fix initialRouteParams option
  • Throw error in development mode when title is not a string.

2.5.4 - 2018-06-27

Fixed

  • Header no longer sometimes flashes for 1 frame when using header: null on initial route of stack with floating header.
  • Export createSwitchNavigator in react-navigation.web.js

2.5.3 - 2018-06-23

Fixed

2.5.2 - 2018-06-23

Fixed

  • Update react-navigation-drawer to fix regression in toggleDrawer

2.5.1 - 2018-06-22

Fixed

  • transitionConfig in stack navigator no longer passes incorrect fromTransitionProps when navigating back

2.5.0 - 2018-06-22

Changed

  • Refactor internals to make it play more nicely with web

Fixed

  • const defaultGetStateForAction = SwitchBasedNavigator.router.getStateForAction no longer throws error.
  • Updated react-navigation-drawer to 0.4.1 which should fix issues related to automatically closing drawer when changing routes.

2.4.1 - 2018-06-21

Changed

  • Improved examples