react-navigation/CHANGELOG.md
Rodrigo Bermúdez Schettino 452a6d2004 Improve changelog format (#4559)
Bug fixes should be listed in the "Fixed" section instead of "Changed" according to keepachangelog.
2018-06-22 10:41:58 -07:00

1.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.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