Skip to content

0.29.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Nov 13:56
· 50 commits to main since this release
0.29.0
c2f725e

Navigation

  • Replaced navigateToRoot and resetToRoot with switchBackStack and showRoot
    which have more predictable behavior and won't throw exceptions when called
    in certain back stack states.
  • Renamed replaceAll to replaceAllBackStacks.
  • Fixed an issue that would cause delayed state updates after a predictive back
    gesture. These delayed state updates could cause the app to be unresponsive for
    a moment or that the same back navigation was repeated.
  • Removed the deprecated NavEventNavigator.

Codegen

  • Remove support for running as an Anvil plugin. Khoshu's codegen now always needs to be
    used through KSP.

State Machine

  • Added Wasm/WASI target.