-
Notifications
You must be signed in to change notification settings - Fork 5
Changelog
nodegin edited this page Sep 24, 2016
·
20 revisions
- Try to fix a bug with StatusBar
- Follow up: issue #6700
- Update peer dependencies
- Fixed status bar size
- Added
transparentStatusBar
config item
- Fix layout error on status bar
- Added
statusBarSize
config item, the router will no longer calculates the height of the status bar for you
-
this.props.actions._setNavAction
now acceptnull
as argument for reset
- Introducing new
unload
event, you can prompt user for confirmation when leaving scene
- Performance optimization
- Added
data
option forthis.props.actions._navigate
API andthis.props.router.data
for accessing scene data
- Fixed a bug when setting nav title
- Fixed a bug that causing registered
focus
andblur
function triggers multiple times
- Fixed a bug of
mergeProps
function
- Fixed a bug when triggering registered
blur
functions
- Fixed a bug when triggering
focus
andblur
event
- Fixed a bug of status bar in Android
- Fixed a bug of page transition
- Fixed a bug in app bar menu icon
- Added
replace
option forthis.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
- Fixed a bug in page transition
- Added
this.props.router.appBarSize
for accessing app bar size
- Improved page transition
- Better error handling on route not found
- Added two new API:
this.props.actions._addRouteListener
andthis.props.actions._removeRouteListener
- Minor bug fix for Android's back press
- Minor bug fix for status bar rendering
- Added
this.props.router.statusBarSize
for accessing status bar size
- Modified
this.props.actions._navigate
API, pass an object as the second parameter instead of boolean
- Added
mergeProps
function for importing
- Initial release