Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 14, 2025

This PR contains the following updates:

Package Change Age Confidence
org.jetbrains.compose 1.9.01.10.0 age confidence

Release Notes

JetBrains/compose-jb (org.jetbrains.compose)

v1.10.0

Changes since 1.10.0-rc01

Fixes

Multiple Platforms
  • Fix possible corruption of the layout nodes tree #​2611
iOS
  • Fix crash in accessibility when SemanticNode is not attached #​2616

Components

Gradle plugin

org.jetbrains.compose version 1.10.0-rc02

Libraries
Library group Coordinates Based on Jetpack
Runtime org.jetbrains.compose.runtime:runtime*:1.10.0-rc02 Runtime 1.10.0
UI org.jetbrains.compose.ui:ui*:1.10.0-rc02 UI 1.10.0
Foundation org.jetbrains.compose.foundation:foundation*:1.10.0-rc02 Foundation 1.10.0
Material org.jetbrains.compose.material:material*:1.10.0-rc02 Material 1.10.0
Material3 org.jetbrains.compose.material3:material3*:1.10.0-alpha05 Material3 1.5.0-alpha08
Material3 Adaptive org.jetbrains.compose.material3.adaptive:adaptive*:1.3.0-alpha02 Material3 Adaptive 1.3.0-alpha03
Lifecycle org.jetbrains.androidx.lifecycle:lifecycle-*:2.10.0-alpha06 Lifecycle 2.10.0
Navigation org.jetbrains.androidx.navigation:navigation-*:2.9.1 Navigation 2.9.4
Navigation3 org.jetbrains.androidx.navigation3:navigation3-*:1.0.0-alpha06 Navigation3 1.0.0
Navigation Event org.jetbrains.androidx.navigationevent:navigationevent-compose:1.0.0-rc02 Navigation Event 1.0.1
Savedstate org.jetbrains.androidx.savedstate:savedstate*:1.4.0 Savedstate 1.4.0
WindowManager Core org.jetbrains.androidx.window:window-core:1.5.1 WindowManager 1.5.1

v1.9.3

Changes since 1.9.2

Fixes

iOS
  • Fix crash on iOS older than 17 when accessibility is enabled #​2541
Gradle Plugin

Dependencies


v1.9.2

Changes since 1.9.1

Fixes

Multiple Platforms
  • Prevent possible symbol duplicates in savedstate-compose due to redirects to Google's runtime-saveable that supports all KMP platforms #​2503
Web
  • Removed an outline on a Canvas element when it's focused #​2450
  • Fix focus with Tab behaviour in Text Fields #​2452

Dependencies


v1.9.1

Changes since 1.9.0

Migration Notes

Multiple Platforms
  • compose.material3 alias from Gradle plugin now points to org.jetbrains.compose.material3:material3:1.9.0 (based on Jetpack Compose Material3 1.4.0), it was org.jetbrains.compose.material3:material3:1.8.2 (based on Jetpack Compose Material3 1.3.2) in Compose Multiplatform 1.9.0. If you want to stay on the same minor version, replace the alias by an explicit dependency: #​5441

    // was
    implementation(compose.material3)
    
    // replace by
    implementation("org.jetbrains.compose.material3:material3:1.8.2")
    

Fixes

iOS
  • Add ability to reach internal accessibility elements inside accessibility nodes #​2416
  • Fix input session restarts triggered by PlatformImeOptionsImpl not being @Immutable #​2413
  • Fix crash when removing characters after string replacement #​2361
  • Fix context menu appearance for text fields with transformation #​2377
Desktop
  • ComposePanel can now re-dispatch unconsumed mouse wheel events, allowing scrollable components beneath to be scrolled. To enable this behavior, set the system property "compose.swing.redispatchMouseWheelEvents" to "true" #​2438

Dependencies



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 this update 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/compose.multiplatform branch from fdd3251 to 53b3555 Compare October 30, 2025 07:34
@renovate renovate bot changed the title Update dependency org.jetbrains.compose to v1.9.1 Update dependency org.jetbrains.compose to v1.9.2 Oct 30, 2025
@renovate renovate bot changed the title Update dependency org.jetbrains.compose to v1.9.2 Update dependency org.jetbrains.compose to v1.9.3 Nov 6, 2025
@renovate renovate bot force-pushed the renovate/compose.multiplatform branch from 53b3555 to c84a816 Compare November 6, 2025 16:11
@renovate renovate bot force-pushed the renovate/compose.multiplatform branch from c84a816 to ef88822 Compare January 13, 2026 16:57
@renovate renovate bot changed the title Update dependency org.jetbrains.compose to v1.9.3 Update dependency org.jetbrains.compose to v1.10.0 Jan 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant