Update decompose to v3.4.0 #403
Open
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:
3.3.0->3.4.03.3.0->3.4.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
arkivanov/Decompose (com.arkivanov.decompose:extensions-compose)
v3.4.0Compare Source
Changes since version 3.4.0-beta01
Earlier changes since version 3.3.0
StrictModewith restarting the Activity stack for deep links (#853)backHandlerPriorityargument tochildContextextension function (#859)1.8.0-rc01andcompileSdkVersionto 35 (#870)PagesNavigator#setItemsextension function (#881)Value#getValueoperator overload (#885, see #877)ChildPagesPagertypealias (#886, see #883)Modifier.graphicLayerin predictive back animatables (#884, see #877)1.8.2(#897)ClassCastExceptioninSlotNavigator#dismissonwasmJson Kotlin 2.2 (#888, see #879)StackAnimationScopefromChildStackinstead ofAnimatedVisibilityScope(#901, #925)graphicsLayerwithCompositingStrategy.Offscreenin predictive back animations (#919, see #918)androidPredictiveBackAnimatabletoandroidPredictiveBackAnimatableV1(#921)androidPredictiveBackAnimatableV2from Android Vanilla Ice Cream (#923)androidPredictiveBackAnimatablewhen not fullscreen (#922)ChildPagesanimation sometimes stuck when interrupted (#924)SlotNavigator#dismissonwasmJs(#915)ChildPagescomposable discards the selected index change while not in composition (#930, see #929)The new Child Items navigation model
This release introduces a new experimental navigation model – Child Items. It's designed specifically for displaying child components in lazy lists or grids, but can also be used to organize components in an arbitrary list with flexible lifecycles. See the updated docs.
New JetpackComponentContext API
This release adds a new module
jetpack-component-contextthat provides theJetpackComponentContextAPI for interop with AndroidX Architecture Components. See the updated docs for more information.The new
androidPredictiveBackAnimatableV2animationThe
androidPredictiveBackAnimatablehas been renamed toandroidPredictiveBackAnimatableV1. Plus the newandroidPredictiveBackAnimatableV2animation was added, resembling the standard predictive back animation from Android Vanilla Ice Cream and Baklava. See the updated docs for more information.BackGestureAndroidV2.mp4
The new StackAnimationScope
The
ChildStackcomposable function now exposesStackAnimationScopeinstead ofAnimatedVisibilityScope, providing access tostackAnimationDirection: Direction?property. This allows better UI customization during stack animations.Improved predictive back animation scaling quality
This release significantly improves the quality of scaling when performing predictive back animations with Jetpack Compose.
Versions and dependencies
Kotlin:
2.1.0Essenty:
2.5.0kotlinx-serialization:
1.6.3Multiplatform Compose:
1.8.2Configuration
📅 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.