Skip to content

Changelog

nodegin edited this page Aug 21, 2016 · 20 revisions

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
Clone this wiki locally