Skip to content

chore: Bump org.jetbrains.compose from 1.10.3 to 1.11.1#193

Merged
MessiasLima merged 2 commits into
mainfrom
dependabot/gradle/org.jetbrains.compose-1.11.1
Jun 24, 2026
Merged

chore: Bump org.jetbrains.compose from 1.10.3 to 1.11.1#193
MessiasLima merged 2 commits into
mainfrom
dependabot/gradle/org.jetbrains.compose-1.11.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 2, 2026

Copy link
Copy Markdown
Contributor

Bumps org.jetbrains.compose from 1.10.3 to 1.11.1.

Release notes

Sourced from org.jetbrains.compose's releases.

1.11.1

Changes since 1.11.0

Fixes

iOS

  • Fix element selection with Full Keyboard Access #3043

Web

  • Fix an unexpected crash in A11Y: Node $id not found #3065

Components

Gradle plugin

org.jetbrains.compose version 1.11.1

Libraries

Library group Coordinates Based on Jetpack
Runtime org.jetbrains.compose.runtime:runtime*:1.11.1 Runtime 1.11.2
UI org.jetbrains.compose.ui:ui*:1.11.1 UI 1.11.2
Foundation org.jetbrains.compose.foundation:foundation*:1.11.1 Foundation 1.11.2
Material org.jetbrains.compose.material:material*:1.11.1 Material 1.11.2
Material3 org.jetbrains.compose.material3:material3*:1.11.0-alpha07 Material3 1.5.0-alpha17
Material3 Adaptive org.jetbrains.compose.material3.adaptive:adaptive*:1.3.0-alpha07 Material3 Adaptive 1.3.0-alpha10
Lifecycle org.jetbrains.androidx.lifecycle:lifecycle-*:2.11.0-beta01 Lifecycle 2.11.0-beta01
Navigation org.jetbrains.androidx.navigation:navigation-*:2.9.2 Navigation 2.9.7
Navigation3 org.jetbrains.androidx.navigation3:navigation3-*:1.1.2 Navigation3 1.1.2
Navigation Event org.jetbrains.androidx.navigationevent:navigationevent-compose:1.1.1 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

1.11.0

Changes since 1.10.3

Breaking Changes

Multiple Platforms

  • To decouple common Compose graphics APIs from direct Skia/Skiko types, non-Android Shader is now a dedicated Compose wrapper type. Since it's not an ABI-compatible change, you might need to update some libraries that use this API to newer, compatible versions. Migration: #2810
    • If you pass raw Skia/Skiko shaders into Compose APIs, wrap with SkShader.asComposeShader().
    • If you need low-level Skia/Skiko access from Compose Shader, use Shader.skiaShader extension.

iOS

  • Dialog and Popup container views are now located on a system transition view above the root view controller, but below modally presented view controllers. This may affect presentation of interop view controllers #2833

... (truncated)

Changelog

Sourced from org.jetbrains.compose's changelog.

1.11.1 (June 2026)

Changes since 1.11.0

Fixes

iOS

  • Fix element selection with Full Keyboard Access #3043

Web

  • Fix an unexpected crash in A11Y: Node $id not found #3065

Components

Gradle plugin

org.jetbrains.compose version 1.11.1

Libraries

Library group Coordinates Based on Jetpack
Runtime org.jetbrains.compose.runtime:runtime*:1.11.1 Runtime 1.11.2
UI org.jetbrains.compose.ui:ui*:1.11.1 UI 1.11.2
Foundation org.jetbrains.compose.foundation:foundation*:1.11.1 Foundation 1.11.2
Material org.jetbrains.compose.material:material*:1.11.1 Material 1.11.2
Material3 org.jetbrains.compose.material3:material3*:1.11.0-alpha07 Material3 1.5.0-alpha17
Material3 Adaptive org.jetbrains.compose.material3.adaptive:adaptive*:1.3.0-alpha07 Material3 Adaptive 1.3.0-alpha10
Lifecycle org.jetbrains.androidx.lifecycle:lifecycle-*:2.11.0-beta01 Lifecycle 2.11.0-beta01
Navigation org.jetbrains.androidx.navigation:navigation-*:2.9.2 Navigation 2.9.7
Navigation3 org.jetbrains.androidx.navigation3:navigation3-*:1.1.2 Navigation3 1.1.2
Navigation Event org.jetbrains.androidx.navigationevent:navigationevent-compose:1.1.1 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

1.12.0-alpha01 (May 2026)

Changes since 1.11.0

Migration Notes

Desktop

  • The background parameter of SwingPanel has been deprecated. Instead set the background manually in the factory method. There's a new (experimental) Color.toAwtColor() function to convert Compose color objects to AWT ones #3024

Features

... (truncated)

Commits

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.10.3 to 1.11.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.10.3...v1.11.1)

---
updated-dependencies:
- dependency-name: org.jetbrains.compose
  dependency-version: 1.11.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 Jun 2, 2026
@MessiasLima MessiasLima added this to the next milestone Jun 23, 2026
@MessiasLima MessiasLima merged commit 8be09f7 into main Jun 24, 2026
4 checks passed
@MessiasLima MessiasLima deleted the dependabot/gradle/org.jetbrains.compose-1.11.1 branch June 24, 2026 17:25
@github-project-automation github-project-automation Bot moved this from To Do to Done in Umami Kotlin Jun 24, 2026
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

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant