Skip to content

Version 7.0

Compare
Choose a tag to compare
@terrakok terrakok released this 17 Apr 11:40
· 13 commits to master since this release

Breaking changes!

  • now all navigator's operations are launched via Main Thread queue (fix for FragmentManager is already executing transactions. TNX @VitalyPeryatin)
  • Fragment transaction type was moved to FragmentScreen (design refactoring)
  • Screen instance was added to setupFragmentTransaction (#149)
  • Default screen key was updated for fix BackTo command without explicitly key declaration (TNX @eduard1abdulmanov123)
  • FragmentScreen and ActivityScreen are interfaces now (for better flexibility #144)