Skip to content

2.0.0-rc01

Compare
Choose a tag to compare
@saket saket released this 12 Feb 19:22
· 60 commits to trunk since this release

New project website: https://saket.github.io/cascade

Compose UI

  • Significant improvement in performance
  • Nicer entry & exit animations than material3
  • 0dp vertical content paddings
  • Customizable shadow elevation (up to 8dp)

Breaking changes

  • minSdk = 23
  • DropdownMenuHeader() is no longer an extension function.
  • CascadeState#navigateBack() no longer returns a boolean. You can use CascadeState#isBackStackEmpty() instead.