Skip to content

Conversation

renovate[bot]
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.0 -> 1.9.1 age confidence

Release Notes

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

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 1.4.0), it was org.jetbrains.compose.material3:material3:1.8.2 (based on Jetpack Compose 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.

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.

0 participants