Skip to content

v1.0.2

Compare
Choose a tag to compare
@qii qii released this 07 Dec 12:11
· 231 commits to master since this release

feature

  • NavigationScene GroupScene provide disableSupportRestore() to control child Scene save/restore policy 009e304
  • add ScenePlaceHolderView.setSceneComponentFactory c56b99c
  • add GroupSceneUtility, provides the ability to bind GroupScene to Activity directly 78e48a1
  • add GroupSceneCompatUtility, provides the ability to bind GroupScene to Fragment directly 3be4397
  • add Scope[] operator 043fab3
  • add ViewUtility.findSceneByView(View) View.requireScene() View.requireNavigationScene() fc90c6b

refactor

  • deprecate NavigationSceneAvailableCallback 800214b
  • ScenePlaceHolderView can use empty class name and tag when it is used in xml layout 237fec2
  • Scene library remove APPCOMPAT_LIB dependency 11dca0b

fix

  • fix NavigationBarView StatusBarView requestLayout not working issue 0fe470c
  • SceneDelegate abandon() should remove NavigationScene view c3e2466
  • if navigation operation is invoked in lifecycle callbacks, post it to next handler message 8e9ddcc