0.14.1
- New: Add
GestureNavigationDecoration
toCircuitX
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
- Update benchmark to v1.2.0-beta05 by @slack-oss-bot in #836
- Update dependency pymdown-extensions to v10.2.1 by @slack-oss-bot in #838
- Update dagger to v2.48 by @slack-oss-bot in #839
- Update dependency mkdocs-material to v9.2.6 by @slack-oss-bot in #837
- [CircuitX] Add Gesture Navigation Decoration by @chrisbanes in #840
- Upload successful baseline profiles by @ZacSweers in #841
- Update dependency org.jetbrains.dokka to v1.9.0 by @slack-oss-bot in #842
- Improve logic for initial backstack setup in star by @alexvanyo in #843
- Update dependency dev.zacsweers.moshix to v0.24.1 by @slack-oss-bot in #846
- Update dependency pymdown-extensions to v10.3 by @slack-oss-bot in #848
- Update renovatebot/github-action action to v39 by @slack-oss-bot in #845
- Update dependency mkdocs-material to v9.2.7 by @slack-oss-bot in #847
New Contributors
- @alexvanyo made their first contribution in #843
Full Changelog: 0.14.0...0.14.1