Skip to content

0.23.1

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Mar 12:54
· 71 commits to main since this release
e95cfe3

Navigation

  • Fix an issue where SaveableStateHolder would not be properly cleared when the destination
    is removed from the back stack after configuration changes. Thanks to @hoc081098 for the contribution.

Codegen

  • Add remember for the set of destinations, deep link handlers and deep link prefixes obtained
    from the generated component, to avoid creating a new NavigationExecutor on re-compositions.
  • Remove Experimental prefix from generated code when experimentalNavigation is `true.