# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [2.5.1] - [2018-06-22](https://github.com/react-navigation/react-navigation/releases/tag/2.5.1) ### Fixed - `transitionConfig` in stack navigator no longer passes incorrect `fromTransitionProps` when navigating back ## [2.5.0] - [2018-06-22](https://github.com/react-navigation/react-navigation/releases/tag/2.5.0) ### 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](https://github.com/react-navigation/react-navigation/releases/tag/2.4.1) ### Changed - Improved examples [Unreleased]: https://github.com/react-navigation/react-navigation/compare/2.5.1...HEAD [2.5.0]: https://github.com/react-navigation/react-navigation/compare/2.5.0...2.5.1 [2.5.0]: https://github.com/react-navigation/react-navigation/compare/2.4.1...2.5.0 [2.4.1]: https://github.com/react-navigation/react-navigation/compare/2.4.0...2.4.1