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.9.3 age confidence

Release Notes

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

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/jetbrains.compose branch from b0cab01 to ea00e71 Compare October 29, 2025 18:48
@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 29, 2025
@renovate renovate bot force-pushed the renovate/jetbrains.compose branch from ea00e71 to d9c14c4 Compare November 6, 2025 21:09
@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/jetbrains.compose branch from d9c14c4 to 5e36357 Compare December 30, 2025 15:08
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