Skip to content

0.14.1

Compare
Choose a tag to compare
@ZacSweers ZacSweers released this 03 Sep 20:33
· 874 commits to main since this release
  • New: Add GestureNavigationDecoration to CircuitX courtesy of @chrisbanes.

This is a new NavDecoration that allows for gesture-based navigation, such as predictive back in Android 14 or drag gestures in iOS. See the docs for more details.

NavigableCircuitContent(
  navigator = navigator, 
  backstack = backstack,
  decoration = GestureNavigationDecoration(
    // Pop the back stack once the user has gone 'back'
    navigator::pop
  )
)
  • Fix embedded baseline profiles in published artifacts. Unfortunately GMDs used to generate these are quite finicky to run so these are sometimes tricky to regen each release.

Special thanks to @chrisbanes and @alexvanyo for contributing to this release!

What's Changed

New Contributors

Full Changelog: 0.14.0...0.14.1