Skip to content

Bump org.jetbrains.compose from 1.12.0-alpha02 to 1.12.0-beta01#196

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Release notes

Sourced from org.jetbrains.compose's releases.

1.12.0-beta01

Changes since 1.12.0-alpha02

Migration Notes

Multiple Platforms

  • Deprecation level of NativeCanvas, NativePaint typealiases and related methods has been changed to ERROR #3127

Features

Multiple Platforms

  • Support LayerOutsets to GraphicsLayer & Modifier.graphicsLayer which can be used to increase the visual bounds of the layer beyond its measured size. This can be used to avoid the implicit clipToBounds behavior when the layer is promoted to an offscreen buffer #3144
  • Support MeshGradientPainter in Modifier.paint #3143

iOS

  • Support VerbatimTtsAnnotation and LocaleList attributes in accessibility VoiceOver #3145

Desktop

Fixes

Multiple Platforms

  • ComposeUiTest idle handling (waitForIdle/awaitIdle/runOnIdle) now matches Android: idleness is reached once composition, measure, and layout have settled (a pending draw is still flushed before returning). As a result, hasPendingWork() reflects composition/measure/layout state, and with mainClock.autoAdvance = false waiting now settles pending measure/layout #3108
  • Fix crash in method setComposingRegion when calling it with inverted or invalid region #3112

iOS

  • ViewModel now receives onCleared call when Compose Container is deallocated #3118
  • Fix incorrect frames order during high load rendering #3122
  • Fix swipe-back gesture conflict with horizontally scrollable components like HorizontalPager #3116

Desktop

  • (prerelease fix) Fixed getMinimumSize and getMaximumSize in ComposePanel to not assume UnspecifiedDimension by default #3114
  • Fixed the native keyCode for Key.NumPadDot to the correct KeyEvent.VK_DECIMAL #3142
  • Fixed LayoutCoordinates conversion to window/screen space in popups/dialogs with compose.layers.type=WINDOW #3154

Web

  • Added precise trackpad gesture detection in Chrome via heuristic methods #3123
  • Deliver both scroll axes in wheel events (fix diagonal scroll) #3147
  • Web: retry loading fallback fonts in case of network errors #3152

Resources

... (truncated)

Changelog

Sourced from org.jetbrains.compose's changelog.

1.12.0-beta01 (June 2026)

Changes since 1.12.0-alpha02

Migration Notes

Multiple Platforms

  • Deprecation level of NativeCanvas, NativePaint typealiases and related methods has been changed to ERROR #3127

Features

Multiple Platforms

  • Support LayerOutsets to GraphicsLayer & Modifier.graphicsLayer which can be used to increase the visual bounds of the layer beyond its measured size. This can be used to avoid the implicit clipToBounds behavior when the layer is promoted to an offscreen buffer #3144
  • Support MeshGradientPainter in Modifier.paint #3143

iOS

  • Support VerbatimTtsAnnotation and LocaleList attributes in accessibility VoiceOver #3145

Desktop

Fixes

Multiple Platforms

  • ComposeUiTest idle handling (waitForIdle/awaitIdle/runOnIdle) now matches Android: idleness is reached once composition, measure, and layout have settled (a pending draw is still flushed before returning). As a result, hasPendingWork() reflects composition/measure/layout state, and with mainClock.autoAdvance = false waiting now settles pending measure/layout #3108
  • Fix crash in method setComposingRegion when calling it with inverted or invalid region #3112

iOS

  • ViewModel now receives onCleared call when Compose Container is deallocated #3118
  • Fix incorrect frames order during high load rendering #3122
  • Fix swipe-back gesture conflict with horizontally scrollable components like HorizontalPager #3116

Desktop

  • (prerelease fix) Fixed getMinimumSize and getMaximumSize in ComposePanel to not assume UnspecifiedDimension by default #3114
  • Fixed the native keyCode for Key.NumPadDot to the correct KeyEvent.VK_DECIMAL #3142
  • Fixed LayoutCoordinates conversion to window/screen space in popups/dialogs with compose.layers.type=WINDOW #3154

Web

  • Added precise trackpad gesture detection in Chrome via heuristic methods #3123
  • Deliver both scroll axes in wheel events (fix diagonal scroll) #3147
  • Web: retry loading fallback fonts in case of network errors #3152

... (truncated)

Commits
  • 487ad0d Update examples to latest best practices (#5631)
  • 32d0077 Hardcode window-core to 1.5.1 in changelog script (#5630)
  • d950902 [benchmarks] CMP-10298: Extract Compose scene API into versioned modules for ...
  • 47c91c4 Add checkComposeUiTestConfigurationForJs task to validate JS browser test s...
  • d0d62e6 Add a karma.config.d/config.js to the jsNoExecutableTests test (#5625)
  • 4392bab Handle exceptions when loading resources and fetching assets (#5627)
  • 07d1e1d Release notes fixes for 1.12.0-alpha02 (#5626)
  • 240d1c8 Changelog for 1.12.0-alpha02 (#5622)
  • 8a4670a Web: ensure Skiko runtime is initialized before JS browser tests start (#5621)
  • 65bf5d6 Bump CHR version to 1.2.0-alpha02 (#5620)
  • 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-beta01.
- [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-beta01)

---
updated-dependencies:
- dependency-name: org.jetbrains.compose
  dependency-version: 1.12.0-beta01
  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 1, 2026
@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown

No large file size changes found

Generated by jacobras/size-diff-action

@jacobras

jacobras commented Jul 2, 2026

Copy link
Copy Markdown
Owner

Moved into #197

@jacobras jacobras closed this Jul 2, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 2, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/gradle/org.jetbrains.compose-1.12.0-beta01 branch July 2, 2026 15:59
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.

1 participant