Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update circuit to v0.27.0 #751

Merged
merged 1 commit into from
Mar 1, 2025
Merged

Update circuit to v0.27.0 #751

merged 1 commit into from
Mar 1, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.slack.circuit:circuitx-overlays 0.26.1 -> 0.27.0 age adoption passing confidence
com.slack.circuit:circuitx-android 0.26.1 -> 0.27.0 age adoption passing confidence
com.slack.circuit:circuit-test 0.26.1 -> 0.27.0 age adoption passing confidence
com.slack.circuit:circuit-codegen-annotations 0.26.1 -> 0.27.0 age adoption passing confidence
com.slack.circuit:circuit-overlay 0.26.1 -> 0.27.0 age adoption passing confidence
com.slack.circuit:circuit-retained 0.26.1 -> 0.27.0 age adoption passing confidence
com.slack.circuit:circuit-runtime 0.26.1 -> 0.27.0 age adoption passing confidence
com.slack.circuit:circuit-foundation 0.26.1 -> 0.27.0 age adoption passing confidence

Release Notes

slackhq/circuit (com.slack.circuit:circuitx-overlays)

v0.27.0

Compare Source

Screen based animation overrides

We have added experimental support for animations based on the source/target screens and the type of navigation event. This can be accomplished with the the new AnimatedScreenTransform interface, allowing customization of the ContentTransform used when transitioning between screens. Having support for screen based animation overrides is especially important for use with shared element transitions, as it provides the ability to replace the transition before the shared elements are loaded.

See this PR for more details and example implementations. Please share feedback in this discussion.

Behaviour Changes:

State retention logic was simplified by removing LocalCanRetainChecker, with CanRetainChecker becoming an implementation detail of a RetainedStateRegistry.
This potentially impacts uses of rememberRetained that depended on LocalCanRetainChecker, as rememberRetained would use the composition local before using rememberCanRetainChecker. Also, as rememberCanRetainChecker was only needed for Continuity it has been renamed to rememberContinuityCanRetainChecker.

Misc:
  • Fix a crash caused by calling resetRoot while NavigableCircuitContent was animating.
  • Update androidx.activity to v1.10.1.
  • [code gen] Make assisted injection detection more robust.
  • [code gen] Update to KSP 2.1.10-1.0.31.
  • [code gen] Update to KotlinPoet 2.1.0.
  • [samples] Update mosaic to 0.16.0
  • [samples] Include shared element tutorial changes.

Special thanks to @​vulpeszerda 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.

@WhosNickDoglio WhosNickDoglio merged commit 38f082e into trunk Mar 1, 2025
11 checks passed
@renovate renovate bot deleted the renovate/circuit branch March 1, 2025 15:00
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant