Skip to content

Bump org.jetbrains.compose from 1.11.1 to 1.12.1 - #714

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/gradle/develop/org.jetbrains.compose-1.12.1
Open

dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/gradle/develop/org.jetbrains.compose-1.12.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 25, 2026

Copy link
Copy Markdown
Contributor

Bumps org.jetbrains.compose from 1.11.1 to 1.12.1.

Release notes

Sourced from org.jetbrains.compose's releases.

1.12.1

Changes since 1.12.0

Migration Notes

Multiple Platforms

  • Temporarily re-exposed LocalSystemTheme (as @InternalComposeUiApi) and deprecated it. It will be removed in a future release #3393

Fixes

Multiple Platforms

  • Fix crash in cases when Skia returns null ColorFilter due to no-op parameter combination #3324
  • Fixed crashes in certain scenarios when selecting text in a SelectionContainer #3420

iOS

  • Fix issue where Toolbar is not visible on iOS 16 or older #3404
  • Fix issue where Toolbar does not appear when SelectionContainer has at least one TextField inside #3404
  • Fix crash when iOS reads AccessibilityElement's properties after disposal #3403

Web

  • Fix virtual keyboard hiding after tapping on a selection handle without moving it #3329

Resources

  • Fix compatibility with Kotlin 2.5 #5717

Components

Gradle plugin

org.jetbrains.compose version 1.12.1

Libraries

Library group Coordinates Based on Jetpack
Runtime org.jetbrains.compose.runtime:runtime*:1.12.1 Runtime 1.12.1
UI org.jetbrains.compose.ui:ui*:1.12.1 UI 1.12.1
Foundation org.jetbrains.compose.foundation:foundation*:1.12.1 Foundation 1.12.1
Material org.jetbrains.compose.material:material*:1.12.1 Material 1.12.1
Material3 org.jetbrains.compose.material3:material3*:1.12.0-alpha03 Material3 1.5.0-alpha22
Material3 Adaptive org.jetbrains.compose.material3.adaptive:adaptive*:1.3.0-rc01 Material3 Adaptive 1.3.0
Lifecycle org.jetbrains.androidx.lifecycle:lifecycle-*:2.11.0 Lifecycle 2.11.0
Navigation org.jetbrains.androidx.navigation:navigation-*:2.10.0-beta01 Navigation 2.10.0
Navigation3 org.jetbrains.androidx.navigation3:navigation3-*:1.1.2 Navigation3 1.1.7
Navigation Event org.jetbrains.androidx.navigationevent:navigationevent-compose:1.1.0 Navigation Event 1.1.1

... (truncated)

Changelog

Sourced from org.jetbrains.compose's changelog.

1.12.1 (September 2026)

Changes since 1.12.0

Migration Notes

Multiple Platforms

  • Temporarily re-exposed LocalSystemTheme (as @InternalComposeUiApi) and deprecated it. It will be removed in a future release #3393

Fixes

Multiple Platforms

  • Fix crash in cases when Skia returns null ColorFilter due to no-op parameter combination #3324
  • Fixed crashes in certain scenarios when selecting text in a SelectionContainer #3420

iOS

  • Fix issue where Toolbar is not visible on iOS 16 or older #3404
  • Fix issue where Toolbar does not appear when SelectionContainer has at least one TextField inside #3404
  • Fix crash when iOS reads AccessibilityElement's properties after disposal #3403

Web

  • Fix virtual keyboard hiding after tapping on a selection handle without moving it #3329

Resources

  • Fix compatibility with Kotlin 2.5 #5717

Components

Gradle plugin

org.jetbrains.compose version 1.12.1

Libraries

Library group Coordinates Based on Jetpack
Runtime org.jetbrains.compose.runtime:runtime*:1.12.1 Runtime 1.12.1
UI org.jetbrains.compose.ui:ui*:1.12.1 UI 1.12.1
Foundation org.jetbrains.compose.foundation:foundation*:1.12.1 Foundation 1.12.1
Material org.jetbrains.compose.material:material*:1.12.1 Material 1.12.1
Material3 org.jetbrains.compose.material3:material3*:1.12.0-alpha03 Material3 1.5.0-alpha22
Material3 Adaptive org.jetbrains.compose.material3.adaptive:adaptive*:1.3.0-rc01 Material3 Adaptive 1.3.0
Lifecycle org.jetbrains.androidx.lifecycle:lifecycle-*:2.11.0 Lifecycle 2.11.0
Navigation org.jetbrains.androidx.navigation:navigation-*:2.10.0-beta01 Navigation 2.10.0
Navigation3 org.jetbrains.androidx.navigation3:navigation3-*:1.1.2 Navigation3 1.1.7

... (truncated)

Commits
  • bdd8e87 Add a fallback for deleted wasm API in Kotlin 2.5 (#5716) (#5717)
  • 2569a3e Add a fallback for deleted wasm API in Kotlin 2.5 (#5716)
  • d67175a [cherry-pick] Bump CHR version to 1.2.0 (#5671)
  • 5935bcd Bump CHR version to 1.2.0 (#5670)
  • 7cb29f1 (Cherry-pick) Proguard - exclude notes for Kt__ classes (#5660)
  • 79bf7ca Proguard - exclude notes for Kt__ classes (#5659)
  • 106e030 (Cherry-pick) Fix "Desktop release build fails with VerifyError: Bad return t...
  • 40197c0 Fix "Desktop release build fails with VerifyError: Bad return type" (#5652)
  • 96aba2f [cherry-pick] Bump CHR version to 1.2.0-rc01 (#5643)
  • e3a7213 Bump CHR version to 1.2.0-rc01 (#5641)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.jetbrains.compose](https://github.com/JetBrains/compose-multiplatform) from 1.11.1 to 1.12.1.
- [Release notes](https://github.com/JetBrains/compose-multiplatform/releases)
- [Changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md)
- [Commits](JetBrains/compose-multiplatform@v1.11.1...v1.12.1)

---
updated-dependencies:
- dependency-name: org.jetbrains.compose
  dependency-version: 1.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 25, 2026

This branch has not been deployed

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants