Skip to content

Version 4.0.0

Compare
Choose a tag to compare
@terrakok terrakok released this 27 Sep 19:29
· 118 commits to master since this release
  • Now screen is a typed class! You have to use it for screen parameters and as screen factory
  • setupFragmentTransactionAnimation renamed to setupFragmentTransaction (use it for transaction setup)
  • FragmentNavigator is united with AppNavigator
  • New router methods: newChain and newRootChain (opens several screens inside single transaction)
  • Removed router methods: exitWithResult and newScreenChain
  • Removed SystemMessage command (it's not navigation)
  • Removed ResultListener (it's not navigation. check out the sample)