Skip to content

0.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Feb 13:09
· 665 commits to main since this release
947af96

Navigator

  • new navigator-testing artifact to test NavEventNavigator, see docs
  • NavEvent and other APIs that were marked as visible for testing are now marked as internal
  • compose navigation APIs are not annotated with ExperimentalMaterialNavigationApi anymore

StateMachine

  • new state-machine-testing artifact, see docs

Whetstone

  • support for Anvil 2.4.4
  • injecting into Composable functions now supports generic types
  • added docs for Closeable support which allows cleaning up resources
  • Internal: clean up and streamline code in the code generator