Skip to content

⬆️ Update compose-multiplatform#26

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/compose-multiplatform
Open

⬆️ Update compose-multiplatform#26
renovate[bot] wants to merge 1 commit intomainfrom
renovate/compose-multiplatform

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate bot commented Mar 20, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jetbrains.compose 1.11.0-alpha041.11.0-beta02 age adoption passing confidence
org.jetbrains.compose:org.jetbrains.compose.gradle.plugin 1.11.0-alpha041.11.0-beta02 age adoption passing confidence
org.jetbrains.compose.ui:ui-tooling-preview 1.11.0-alpha041.11.0-beta02 age adoption passing confidence
org.jetbrains.compose.ui:ui-tooling 1.11.0-alpha041.11.0-beta02 age adoption passing confidence
org.jetbrains.compose.ui:ui 1.11.0-alpha041.11.0-beta02 age adoption passing confidence
org.jetbrains.compose.runtime:runtime 1.11.0-alpha041.11.0-beta02 age adoption passing confidence
org.jetbrains.compose.foundation:foundation 1.11.0-alpha041.11.0-beta02 age adoption passing confidence
org.jetbrains.compose.components:components-resources 1.11.0-alpha041.11.0-beta02 age adoption passing confidence
org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-navigation3 2.10.0-beta012.10.0 age adoption passing confidence
org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose 2.10.0-beta012.10.0 age adoption passing confidence
org.jetbrains.androidx.lifecycle:lifecycle-viewmodel 2.10.0-beta012.10.0 age adoption passing confidence
org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose 2.10.0-beta012.10.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v1.11.0-beta02

Changes since 1.11.0-beta01

Migration Notes

Multiple Platforms
  • runComposeUiTest, runSkikoComposeUiTest, runDesktopComposeUiTest are deprecated in favor v2 versions #​2919
Web
  • Kotlin 2.3.20 is required when using Compose Multiplatform with Kotlin/JS or Kotlin/Wasm #​2918

Features

Multiple Platforms
  • Support v2 Compose UI Tests APIs on non-android targets which uses StandardTestDispatcher by default instead of UnconfinedTestDispatcher #​2919
  • Support a customization of effectContext in Compose UI tests #​2919

Fixes

Multiple Platforms
  • (prerelease fix) Fixed a path regression where PathMeasure.getSegment(..., startWithMoveTo = true) could produce incorrect results when reusing destination paths #​2902
  • Ctrl+Home/Ctrl+End or Cmd+Home/Cmd+End shortcuts should now work correctly in text fields #​2931
iOS
  • Fix an issue with scrolling when scrollable content is displayed in modal view controller #​2883
  • (prerelease fix) Fix crash during triple tap on empty textfield with usingNativeTextInput flag enabled #​2910
  • (prerelease fix) Fix crash after applying autocorrection change or keyboard suggestion in TextField when usingNativeTextInput flag is enabled #​2921
  • Fix crash caused by the missing symbol UIWindowSceneGeometry on iOS 15 #​2924
  • (prerelease fix) Fix regression with the outdated and wrongly inserted keyboard suggestions in BasicTextField(TextFieldValue) and BasicTextField(TextFieldState) #​2925
  • (prerelease fix) Fix missing handles and caret in TextField on new line at the end of the text when usingNativeTextInput flag is enabled #​2908
  • The structure of accessibility elements is now better aligned with Android semantic nodes #​2916
  • Fix issues with accessibility elements not focusing at runtime #​2916
  • (prerelease fix) Fix incorrect appearance of Autofill context menu item in the BasicTextField(TextFieldValue) and BasicTextField(TextFieldState) #​2937
  • Fix ModalBottomSheetDialog content inset calculation #​2849
Desktop
  • Fix memory leak in dialogs with non-default compose.layers.type setting #​2864
  • [Accessibility] Improve performance of traversal groups with a large amount of children #​2900
  • Clear some scheduled tasks on scene closure #​2888
  • (prerelease fix) Bump Compose Hot Reload to 1.1.0-beta02 #​5569
Web
  • Fix identity hash code not being correctly cached #​2913
  • [iOS] Fix 'Fast delete' not working correctly for text containing emojis #​2927

Components

Gradle plugin

org.jetbrains.compose version 1.11.0-beta02

Libraries
Library group Coordinates Based on Jetpack
Runtime org.jetbrains.compose.runtime:runtime*:1.11.0-beta02 Runtime 1.11.0-beta02
UI org.jetbrains.compose.ui:ui*:1.11.0-beta02 UI 1.11.0-beta02
Foundation org.jetbrains.compose.foundation:foundation*:1.11.0-beta02 Foundation 1.11.0-beta02
Material org.jetbrains.compose.material:material*:1.11.0-beta02 Material 1.11.0-beta02
Material3 org.jetbrains.compose.material3:material3*:1.11.0-alpha06 Material3 1.5.0-alpha16
Material3 Adaptive org.jetbrains.compose.material3.adaptive:adaptive*:1.3.0-alpha06 Material3 Adaptive 1.3.0-alpha09
Lifecycle org.jetbrains.androidx.lifecycle:lifecycle-*:2.11.0-alpha03 Lifecycle 2.11.0-alpha03
Navigation org.jetbrains.androidx.navigation:navigation-*:2.9.2 Navigation 2.9.7
Navigation3 org.jetbrains.androidx.navigation3:navigation3-*:1.1.0-rc01 Navigation3 1.1.0-rc01
Navigation Event org.jetbrains.androidx.navigationevent:navigationevent-compose:1.1.0-alpha01 Navigation Event 1.1.0-alpha01
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

v1.11.0-beta01

Changes since 1.11.0-alpha04

Breaking Changes

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

Fixes

Multiple Platforms
  • Remove check for arbitrary transforms in Matrix conversions due to incorrect detection of regular rotation. Now the behaviour is aligned with Android #​2850
iOS
  • Fix an issue where Popup and Dialog may not close when clicked outside of their bounds #​2815
  • Fix crash caused by mouse hover #​2834
  • Fix an issue where the text cursor appeared in the wrong position when dragging it after selecting text #​2833
  • Fix an issue where selection handles were not rendered inside the magnifier #​2833
  • Fix an issue where popups and dialogs were displayed above a modally presented view controller #​2833
  • Traversal groups now convert into an additional node in the accessibility hierarchy #​2848
  • (prerelease fix) Fix issues with interop views addition and removal #​2842
  • (prerelease fix) Fix an issue where system context menu items (Look Up, Translate, Search, etc.) are not presented #​2837
  • Fix Cmd + C (copy) event handling for the selected text wrapped in SelectionContainer when using a hardware keyboard #​2872
  • Fix the scrolling inertia issue when performing short scroll gestures #​2851
  • Fix an issue where a fling may occur unexpectedly when lifting a finger #​2851
  • (prerelease fix) Fix high memory consumption caused by the Compose container resizing when parallelRendering is enabled #​2882
Desktop
Web
  • Fix incorrect mouse click detection #​2844
  • Fix an issue where wheel events reported incorrect mouse button state in Safari and Firefox #​2844
  • The browser now handles additional cut, copy, and paste keyboard shortcuts, such as Shift+Insert #​2871
  • Fix an issue where "fast delete" action removed characters one by one instead of deleting whole words in text fields on iOS #​2875

Components

Gradle plugin

org.jetbrains.compose version 1.11.0-beta01

Libraries
Library group Coordinates Based on Jetpack
Runtime org.jetbrains.compose.runtime:runtime*:1.11.0-beta01 Runtime 1.11.0-beta01
UI org.jetbrains.compose.ui:ui*:1.11.0-beta01 UI 1.11.0-beta01
Foundation org.jetbrains.compose.foundation:foundation*:1.11.0-beta01 Foundation 1.11.0-beta01
Material org.jetbrains.compose.material:material*:1.11.0-beta01 Material 1.11.0-beta01
Material3 org.jetbrains.compose.material3:material3*:1.11.0-alpha05 Material3 1.5.0-alpha15
Material3 Adaptive org.jetbrains.compose.material3.adaptive:adaptive*:1.3.0-alpha06 Material3 Adaptive 1.3.0-alpha09
Lifecycle org.jetbrains.androidx.lifecycle:lifecycle-*:2.11.0-alpha02 Lifecycle 2.11.0-alpha02
Navigation org.jetbrains.androidx.navigation:navigation-*:2.9.2 Navigation 2.9.7
Navigation3 org.jetbrains.androidx.navigation3:navigation3-*:1.1.0-beta01 Navigation3 1.1.0-beta01
Navigation Event org.jetbrains.androidx.navigationevent:navigationevent-compose:1.1.0-alpha01 Navigation Event 1.1.0-alpha01
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


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At 10:00 PM through 11:59 PM and 12:00 AM through 04:59 AM (* 22-23,0-4 * * *)
    • Only on Sunday and Saturday (* * * * 0,6)
  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/compose-multiplatform branch from f815f4f to a3cc16a Compare March 26, 2026 13:54
@renovate renovate bot changed the title ⬆️ Update compose-multiplatform to v2.10.0 ⬆️ Update compose-multiplatform Mar 26, 2026
@renovate renovate bot force-pushed the renovate/compose-multiplatform branch from a3cc16a to 0b32d28 Compare April 10, 2026 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants