mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-24 09:08:15 +00:00
2.0 KiB
2.0 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
2.5.3 - 2018-06-23
Fixed
setParams
applies to the navigation object it is called on even if that is the navigation object for a navigation view (more details in https://github.com/react-navigation/react-navigation/issues/4497)
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 incorrectfromTransitionProps
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