Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2025

This PR contains the following updates:

Package Change Age Confidence
com.slack.circuit:circuit-codegen-annotations 0.30.00.31.0 age confidence
com.slack.circuit:circuit-runtime 0.30.00.31.0 age confidence
com.slack.circuit:circuit-foundation 0.30.00.31.0 age confidence
com.slack.circuit:circuit-codegen 0.30.00.31.0 age confidence

Release Notes

slackhq/circuit (com.slack.circuit:circuit-codegen-annotations)

v0.31.0

Compare Source

2025-11-04

Breaking Changes:

Remove kotlinx-immutable dependency. With Compose's strong skipping mode, we no longer feel this is necessary.

Result delivery is now handled by NavigableCircuitContent via an internal AnsweringResultNavigator wrapper, and result
handling APIs have been removed from BackStack and SaveableBackStack as this is now purely a navigation concern. This
separates result handling concerns from the backstack implementation and provides better encapsulation.

The callback block in rememberAnsweringNavigator is no longer suspendable as it was never intended for any long running operations.

Behaviour Changes:

On iOS GestureNavigationDecorationFactory now uses IOSPredictiveBackNavDecorator instead of CupertinoGestureNavigationDecorator.
This new decorator uses the Compose multiplatform PredictiveBackHandler to drive the back animation, instead of a swipeable gesture or nested scroll.

The Navigator.resetRoot API is now using a StateOptions class to allow saving, restoring, and
clearing of back stack state. The previous resetRoot function with saveState and restoreState booleans is available as an extension function.

Misc:
  • Switched Compose uses to depend on Compose Multiplatform over Jetpack Compose
  • Android minimum SDK is now minSdk 23
  • Added saved state peek/remove to Backstack
  • Fixed Navigator.onNavEvent() not passing all arguments to resetRoot()
  • Fixes to rememberCircuitNavigator() capturing onRootPop and not recreating if a new backstack was provided
  • Update Compose Multiplatform to 1.9.2.
  • Update to Kotlin 2.2.21.
  • Update to Molecule 2.2.0.
  • Build against KSP 2.2.20-2.0.4.

Special thanks to @​simon-duchastel and @​eboudrant for contributing to this release!


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/circuit branch from c122d67 to a84ae07 Compare December 30, 2025 13:34
@renovate renovate bot force-pushed the renovate/circuit branch from a84ae07 to f2a29e7 Compare December 31, 2025 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant