- 
                Notifications
    You must be signed in to change notification settings 
- Fork 5
Changelog
        nodegin edited this page Aug 25, 2016 
        ·
        20 revisions
      
    - Performance optimization
- Added dataoption forthis.props.actions._navigateAPI andthis.props.router.datafor accessing scene data
- Fixed a bug when setting nav title
- Fixed a bug that causing registered focusandblurfunction triggers multiple times
- Fixed a bug of mergePropsfunction
- Fixed a bug when triggering registered blurfunctions
- Fixed a bug when triggering focusandblurevent
- Fixed a bug of status bar in Android
- Fixed a bug of page transition
- Fixed a bug in app bar menu icon
- Added replaceoption forthis.props.actions._navigateAPI
- Pop route now supports SceneConfig, you can pop with your own animation
- Renamed dispatchable actions
- Added this.props.router.transitioningfor checking if the page is transitioning
- Fixed a bug in page transition
- Added this.props.router.appBarSizefor accessing app bar size
- Improved page transition
- Better error handling on route not found
- Added two new API: this.props.actions._addRouteListenerandthis.props.actions._removeRouteListener
- Minor bug fix for Android's back press
- Minor bug fix for status bar rendering
- Added this.props.router.statusBarSizefor accessing status bar size
- Modified this.props.actions._navigateAPI, pass an object as the second parameter instead of boolean
- Added mergePropsfunction for importing
- Initial release