Skip to content

2.0.0

Compare
Choose a tag to compare
@ncapdevi ncapdevi released this 04 Apr 04:16
· 250 commits to master since this release

Lots of new things!

  • FragNavTransactionOptions Use these with your transactions to do things like SharedElementAnimations, TransitionAnimations, or setting breadcrumbs.
  • FragNavController now created via a builder. The number of possible constructors was growing way too wildly, so instead, we're switching to a builder pattern. The main Builder constructor takes in the required things. It is required that at least one of the following is set: trootfragment, rootfragments, or a rootfragmentlistner.
  • general code cleanup and bug fixex
  • Lots more testing to keep things going