Changelog - nodegin/react-native-redux-routing GitHub Wiki

Version 1.2.7

  • Try to fix a bug with StatusBar
  • Follow up: issue #6700

Version 1.2.6

  • Update peer dependencies

Version 1.2.5

  • Fixed status bar size

Version 1.2.4

  • Added transparentStatusBar config item

Version 1.2.3

  • Fix layout error on status bar

Version 1.2.2

  • Added statusBarSize config item, the router will no longer calculates the height of the status bar for you

Version 1.2.1

  • this.props.actions._setNavAction now accept null as argument for reset

Version 1.2.0

  • Introducing new unload event, you can prompt user for confirmation when leaving scene

Version 1.1.9

  • Performance optimization

Version 1.1.8

  • Added data option for this.props.actions._navigate API and this.props.router.data for accessing scene data

Version 1.1.7

  • Fixed a bug when setting nav title

Version 1.1.6

  • Fixed a bug that causing registered focus and blur function triggers multiple times

Version 1.1.5

  • Fixed a bug of mergeProps function

Version 1.1.4

  • Fixed a bug when triggering registered blur functions

Version 1.1.3

  • Fixed a bug when triggering focus and blur event

Version 1.1.2

  • Fixed a bug of status bar in Android
  • Fixed a bug of page transition

Version 1.1.1

  • Fixed a bug in app bar menu icon

Version 1.1.0

  • Added replace option for this.props.actions._navigate API
  • Pop route now supports SceneConfig, you can pop with your own animation
  • Renamed dispatchable actions
  • Added this.props.router.transitioning for checking if the page is transitioning

Version 1.0.9

  • Fixed a bug in page transition
  • Added this.props.router.appBarSize for accessing app bar size

Version 1.0.8

  • Improved page transition

Version 1.0.7

  • Better error handling on route not found

Version 1.0.6

  • Added two new API: this.props.actions._addRouteListener and this.props.actions._removeRouteListener

Version 1.0.5

  • Minor bug fix for Android's back press

Version 1.0.4

  • Minor bug fix for status bar rendering

Version 1.0.3

  • Added this.props.router.statusBarSize for accessing status bar size

Version 1.0.2

  • Modified this.props.actions._navigate API, pass an object as the second parameter instead of boolean

Version 1.0.1

  • Added mergeProps function for importing

Version 1.0.0

  • Initial release