Skip to content

Bump org.jetbrains.compose from 1.12.0-alpha02 to 1.12.0-beta03 - #205

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/org.jetbrains.compose-1.12.0-beta03
Open

Bump org.jetbrains.compose from 1.12.0-alpha02 to 1.12.0-beta03#205
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/org.jetbrains.compose-1.12.0-beta03

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 29, 2026

Copy link
Copy Markdown
Contributor

Bumps org.jetbrains.compose from 1.12.0-alpha02 to 1.12.0-beta03.

Release notes

Sourced from org.jetbrains.compose's releases.

1.12.0-beta03

Changes since 1.12.0-beta02

Features

Desktop

Fixes

iOS

  • (prerelease fix) Fix crash when cancelling text input #3208
  • Fix rare crash that occurs when iOS accesses a disposed AccessibilityElement #3214
  • Fix crash on iOS 14 caused by referencing CAFrameRateRangeDefault, which is only available on iOS 15+ #3219
  • (prerelease fix) Fix an issue where taps near the screen edge could be missed when the back-swipe gesture recognizer was tracking touches #3220

Desktop

  • (prelease fix) Fix "Desktop release build fails with VerifyError: Bad return type" #5652

Web

  • Fix a regression in scrolling when ComposeViewport is embedded in HTML scrollable container #3221
  • Fix div#cmp_a11y_root having 0×0 dimensions on Compose for Web (Kotlin/WASM), which made Compose content invisible to hit-test-based accessibility tools such as Accessibility Inspector and Appium. The a11y container is now sized to match the canvas and stays in sync on resize #3226
  • Fixed the hidden software keyboard in mobile browsers in focused text fields #3235

Components

Gradle plugin

org.jetbrains.compose version 1.12.0-beta03

Libraries

Library group Coordinates Based on Jetpack
Runtime org.jetbrains.compose.runtime:runtime*:1.12.0-beta03 Runtime 1.12.0-beta02
UI org.jetbrains.compose.ui:ui*:1.12.0-beta03 UI 1.12.0-beta02
Foundation org.jetbrains.compose.foundation:foundation*:1.12.0-beta03 Foundation 1.12.0-beta02
Material org.jetbrains.compose.material:material*:1.12.0-beta03 Material 1.12.0-beta02
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-beta02 Material3 Adaptive 1.3.0-beta02
Lifecycle org.jetbrains.androidx.lifecycle:lifecycle-*:2.11.0 Lifecycle 2.11.0
Navigation org.jetbrains.androidx.navigation:navigation-*:2.10.0-alpha02 Navigation 2.10.0-alpha05
Navigation3 org.jetbrains.androidx.navigation3:navigation3-*:1.2.0-alpha02 Navigation3 1.2.0-alpha04
Navigation Event org.jetbrains.androidx.navigationevent:navigationevent-compose:1.1.0 Navigation Event 1.1.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

... (truncated)

Changelog

Sourced from org.jetbrains.compose's changelog.

1.12.0-beta03 (July 2026)

Changes since 1.12.0-beta02

Features

Desktop

Fixes

iOS

  • (prerelease fix) Fix crash when cancelling text input #3208
  • Fix rare crash that occurs when iOS accesses a disposed AccessibilityElement #3214
  • Fix crash on iOS 14 caused by referencing CAFrameRateRangeDefault, which is only available on iOS 15+ #3219
  • (prerelease fix) Fix an issue where taps near the screen edge could be missed when the back-swipe gesture recognizer was tracking touches #3220

Desktop

  • (prelease fix) Fix "Desktop release build fails with VerifyError: Bad return type" #5652

Web

  • Fix a regression in scrolling when ComposeViewport is embedded in HTML scrollable container #3221
  • Fix div#cmp_a11y_root having 0×0 dimensions on Compose for Web (Kotlin/WASM), which made Compose content invisible to hit-test-based accessibility tools such as Accessibility Inspector and Appium. The a11y container is now sized to match the canvas and stays in sync on resize #3226
  • Fixed the hidden software keyboard in mobile browsers in focused text fields #3235

Components

Gradle plugin

org.jetbrains.compose version 1.12.0-beta03

Libraries

Library group Coordinates Based on Jetpack
Runtime org.jetbrains.compose.runtime:runtime*:1.12.0-beta03 Runtime 1.12.0-beta02
UI org.jetbrains.compose.ui:ui*:1.12.0-beta03 UI 1.12.0-beta02
Foundation org.jetbrains.compose.foundation:foundation*:1.12.0-beta03 Foundation 1.12.0-beta02
Material org.jetbrains.compose.material:material*:1.12.0-beta03 Material 1.12.0-beta02
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-beta02 Material3 Adaptive 1.3.0-beta02
Lifecycle org.jetbrains.androidx.lifecycle:lifecycle-*:2.11.0 Lifecycle 2.11.0
Navigation org.jetbrains.androidx.navigation:navigation-*:2.10.0-alpha02 Navigation 2.10.0-alpha05
Navigation3 org.jetbrains.androidx.navigation3:navigation3-*:1.2.0-alpha02 Navigation3 1.2.0-alpha04
Navigation Event org.jetbrains.androidx.navigationevent:navigationevent-compose:1.1.0 Navigation Event 1.1.1
Savedstate org.jetbrains.androidx.savedstate:savedstate*:1.4.0 Savedstate 1.4.0

... (truncated)

Commits
  • 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)
  • 9a876be Update golden screenshots in the gradle plugin tests (#5637)
  • 4630201 Update golden screenshots in the gradle plugin tests
  • b93a79e Changelog for 1.12.0-beta01 (#5633)
  • 3e3d9c4 Bump CHR version to 1.2.0-beta01 (#5632)
  • 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.12.0-alpha02 to 1.12.0-beta03.
- [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.12.0-alpha02...v1.12.0-beta03)

---
updated-dependencies:
- dependency-name: org.jetbrains.compose
  dependency-version: 1.12.0-beta03
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Jul 29, 2026
@github-actions

Copy link
Copy Markdown

No large file size changes found

Generated by jacobras/size-diff-action

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