Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.26.1
->0.27.0
0.26.1
->0.27.0
0.26.1
->0.27.0
0.26.1
->0.27.0
0.26.1
->0.27.0
0.26.1
->0.27.0
0.26.1
->0.27.0
0.26.1
->0.27.0
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 theContentTransform
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
, withCanRetainChecker
becoming an implementation detail of aRetainedStateRegistry
.This potentially impacts uses of
rememberRetained
that depended onLocalCanRetainChecker
, asrememberRetained
would use the composition local before usingrememberCanRetainChecker
. Also, asrememberCanRetainChecker
was only needed forContinuity
it has been renamed torememberContinuityCanRetainChecker
.Misc:
resetRoot
whileNavigableCircuitContent
was animating.v1.10.1
.2.1.10-1.0.31
.2.1.0
.0.16.0
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.
This PR was generated by Mend Renovate. View the repository job log.