Skip to content

Conversation

@solrbot
Copy link
Collaborator

@solrbot solrbot commented Sep 21, 2025

This PR contains the following updates:

Package Type Update Change
com.arkivanov.decompose:extensions-compose dependencies minor 3.3.0 -> 3.4.0
com.arkivanov.decompose:decompose dependencies minor 3.3.0 -> 3.4.0
org.jetbrains.compose plugin minor 1.8.2 -> 1.10.0

Release Notes

arkivanov/Decompose (com.arkivanov.decompose:extensions-compose)

v3.4.0

Compare Source

Changes since version 3.4.0-beta01
  • Fixed Child Stack and Child Pages incorrectly initialized when state is not restored (#​938)
Earlier changes since version 3.3.0
  • Use SPDX identifier in POMs (#​851 by @​TheMrMilchmann)
  • Relax StrictMode with restarting the Activity stack for deep links (#​853)
  • Don't restart Activity stack when there is no deep link (#​854)
  • Added backHandlerPriority argument to childContext extension function (#​859)
  • Updated Compose to 1.8.0-rc01 and compileSdkVersion to 35 (#​870)
  • Added Child Items navigation model (#​878, #​882, #​880)
  • Added PagesNavigator#setItems extension function (#​881)
  • Deprecated Value#getValue operator overload (#​885, see #​877)
  • Exposed ChildPagesPager typealias (#​886, see #​883)
  • Avoid using Modifier.graphicLayer in predictive back animatables (#​884, see #​877)
  • Fixed IndexOutOfBoundsException in ChildPages (#​887, see #​866)
  • Added JetpackComponentContext API (#​895, #​896)
  • Updated Compose to 1.8.2 (#​897)
  • Fixed ClassCastException in SlotNavigator#dismiss on wasmJs on Kotlin 2.2 (#​888, see #​879)
  • Explicit error handling in Relay (#​899, see #​892)
  • Expose StackAnimationScope from ChildStack instead of AnimatedVisibilityScope (#​901, #​925)
  • Use graphicsLayer with CompositingStrategy.Offscreen in predictive back animations (#​919, see #​918)
  • Renamed androidPredictiveBackAnimatable to androidPredictiveBackAnimatableV1 (#​921)
  • Added androidPredictiveBackAnimatableV2 from Android Vanilla Ice Cream (#​923)
  • Fixed incorrect enter shape in androidPredictiveBackAnimatable when not fullscreen (#​922)
  • Fixed ChildPages animation sometimes stuck when interrupted (#​924)
  • Fixed Child Slot state not saved when not active (#​916)
  • Fixed CCE in SlotNavigator#dismiss on wasmJs (#​915)
  • Fixed ChildPages composable discards the selected index change while not in composition (#​930, see #​929)
  • Fixed Web History Navigation duplicates history items when nested (#​933, see #​907)
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-context that provides the JetpackComponentContext API for interop with AndroidX Architecture Components. See the updated docs for more information.

The new androidPredictiveBackAnimatableV2 animation

The androidPredictiveBackAnimatable has been renamed to androidPredictiveBackAnimatableV1. Plus the new androidPredictiveBackAnimatableV2 animation 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 ChildStack composable function now exposes StackAnimationScope instead of AnimatedVisibilityScope, providing access to stackAnimationDirection: 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.0
Essenty: 2.5.0
kotlinx-serialization: 1.6.3
Multiplatform Compose: 1.8.2


Configuration

📅 Schedule: Branch creation - Only on Sunday ( * * * * 0 ) (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Renovate Bot

@solrbot solrbot added the exempt-stale Prevent a PR from going stale label Sep 21, 2025
@solrbot solrbot force-pushed the renovate/admin-ui-libraries branch from 709b330 to 93b360a Compare October 3, 2025 16:44
@solrbot solrbot changed the title Update dependency org.jetbrains.compose to v1.9.0 Update Admin UI libraries Oct 3, 2025
@solrbot solrbot force-pushed the renovate/admin-ui-libraries branch 2 times, most recently from dd2456a to fb422d9 Compare October 19, 2025 13:01
@solrbot solrbot force-pushed the renovate/admin-ui-libraries branch from fb422d9 to 0b7d6df Compare October 23, 2025 02:29
@solrbot solrbot force-pushed the renovate/admin-ui-libraries branch from 0b7d6df to 648b113 Compare November 3, 2025 13:09
@solrbot solrbot force-pushed the renovate/admin-ui-libraries branch from 648b113 to a45579d Compare November 11, 2025 16:49
@solrbot solrbot force-pushed the renovate/admin-ui-libraries branch 2 times, most recently from ab5c042 to 5d8cc60 Compare December 12, 2025 17:14
@solrbot solrbot force-pushed the renovate/admin-ui-libraries branch from 7bffab4 to 767c557 Compare December 18, 2025 02:45
@solrbot solrbot force-pushed the renovate/admin-ui-libraries branch 16 times, most recently from 0d9f66a to 486efa9 Compare January 30, 2026 05:17
@solrbot solrbot force-pushed the renovate/admin-ui-libraries branch 3 times, most recently from dc9a9c7 to 02fa8fd Compare January 30, 2026 16:49
@solrbot solrbot force-pushed the renovate/admin-ui-libraries branch from bbdc3dc to 686a703 Compare January 30, 2026 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

admin-ui dependencies Dependency upgrades exempt-stale Prevent a PR from going stale tool:build

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant