Update composeMultiplatform to v1.10.1 #25

Merged
raphdf201 merged 1 commit from renovate/composemultiplatform into master 2026-02-18 10:03:53 -05:00
Collaborator

This PR contains the following updates:

Package Type Update Change
org.jetbrains.compose plugin patch 1.10.01.10.1
org.jetbrains.compose.ui:ui-tooling-preview dependencies patch 1.10.01.10.1
org.jetbrains.compose.components:components-resources dependencies patch 1.10.01.10.1
org.jetbrains.compose.ui:ui dependencies patch 1.10.01.10.1
org.jetbrains.compose.foundation:foundation dependencies patch 1.10.01.10.1
org.jetbrains.compose.runtime:runtime dependencies patch 1.10.01.10.1

Release Notes

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

v1.10.1

Changes since 1.10.0

Fixes

Multiple Platforms
  • Improved the deprecation message for compose.materialIconsExtended to explain that the artifact is pinned to version 1.7.3 and suggest migration to Material Symbols #​5521
iOS
  • Fix possible text styles cache corruption (text color is sometimes randomly black) #​2630
  • Fix an issue where fonts and icons may become corrupted #​2693
  • Fix an issue where the first frame may not be rendered on Compose container appearance #​2692
  • Fix the crash that may occur when the Compose container disposes #​2691
Web
  • Fix Ctrl/Cmd + C (copy) event handling for the selected text wrapped in SelectionContainer #​2701
  • Fix mouse wheel scrolling on web by accounting for screen density #​2725
Resources
  • Fixes an issue where web resources failed to load when calling the Cache Storage API with unsupported protocols (e.g., vscode-webview: in VS Code webviews) #​5518

Components

Gradle plugin

org.jetbrains.compose version 1.10.1

Libraries
Library group Coordinates Based on Jetpack
Runtime org.jetbrains.compose.runtime:runtime*:1.10.1 Runtime 1.10.2
UI org.jetbrains.compose.ui:ui*:1.10.1 UI 1.10.2
Foundation org.jetbrains.compose.foundation:foundation*:1.10.1 Foundation 1.10.2
Material org.jetbrains.compose.material:material*:1.10.1 Material 1.10.2
Material3 org.jetbrains.compose.material3:material3*:1.10.0-alpha05 Material3 1.5.0-alpha08
Material3 Adaptive org.jetbrains.compose.material3.adaptive:adaptive*:1.3.0-alpha02 Material3 Adaptive 1.3.0-alpha03
Lifecycle org.jetbrains.androidx.lifecycle:lifecycle-*:2.10.0-alpha06 Lifecycle 2.10.0
Navigation org.jetbrains.androidx.navigation:navigation-*:2.9.2 Navigation 2.9.7
Navigation3 org.jetbrains.androidx.navigation3:navigation3-*:1.0.0-alpha06 Navigation3 1.0.0
Navigation Event org.jetbrains.androidx.navigationevent:navigationevent-compose:1.0.1 Navigation Event 1.0.2
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: Branch creation - At any time (no schedule defined), 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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org.jetbrains.compose](https://github.com/JetBrains/compose-jb) | plugin | patch | `1.10.0` → `1.10.1` | | [org.jetbrains.compose.ui:ui-tooling-preview](https://github.com/JetBrains/compose-jb) | dependencies | patch | `1.10.0` → `1.10.1` | | [org.jetbrains.compose.components:components-resources](https://github.com/JetBrains/compose-jb) | dependencies | patch | `1.10.0` → `1.10.1` | | [org.jetbrains.compose.ui:ui](https://github.com/JetBrains/compose-jb) | dependencies | patch | `1.10.0` → `1.10.1` | | [org.jetbrains.compose.foundation:foundation](https://github.com/JetBrains/compose-jb) | dependencies | patch | `1.10.0` → `1.10.1` | | [org.jetbrains.compose.runtime:runtime](https://github.com/JetBrains/compose-jb) | dependencies | patch | `1.10.0` → `1.10.1` | --- ### Release Notes <details> <summary>JetBrains/compose-jb (org.jetbrains.compose)</summary> ### [`v1.10.1`](https://github.com/JetBrains/compose-jb/blob/HEAD/CHANGELOG.md#1101-February-2026) *Changes since 1.10.0* #### Fixes ##### Multiple Platforms - Improved the deprecation message for `compose.materialIconsExtended` to explain that the artifact is pinned to version `1.7.3` and suggest migration to Material Symbols [#&#8203;5521](https://github.com/JetBrains/compose-multiplatform/pull/5521) ##### iOS - Fix possible text styles cache corruption (text color is sometimes randomly black) [#&#8203;2630](https://github.com/JetBrains/compose-multiplatform-core/pull/2630) - Fix an issue where fonts and icons may become corrupted [#&#8203;2693](https://github.com/JetBrains/compose-multiplatform-core/pull/2693) - Fix an issue where the first frame may not be rendered on Compose container appearance [#&#8203;2692](https://github.com/JetBrains/compose-multiplatform-core/pull/2692) - Fix the crash that may occur when the Compose container disposes [#&#8203;2691](https://github.com/JetBrains/compose-multiplatform-core/pull/2691) ##### Web - Fix `Ctrl/Cmd + C` (copy) event handling for the selected text wrapped in `SelectionContainer` [#&#8203;2701](https://github.com/JetBrains/compose-multiplatform-core/pull/2701) - Fix mouse wheel scrolling on web by accounting for screen density [#&#8203;2725](https://github.com/JetBrains/compose-multiplatform-core/pull/2725) ##### Resources - Fixes an issue where web resources failed to load when calling the Cache Storage API with unsupported protocols (e.g., vscode-webview: in VS Code webviews) [#&#8203;5518](https://github.com/JetBrains/compose-multiplatform/pull/5518) #### Components ##### Gradle plugin `org.jetbrains.compose` version `1.10.1` ##### Libraries | Library group | Coordinates | Based on Jetpack | | ------------------ | ---------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------ | | Runtime | `org.jetbrains.compose.runtime:runtime*:1.10.1` | [Runtime 1.10.2](https://developer.android.com/jetpack/androidx/releases/compose-runtime#1.10.2) | | UI | `org.jetbrains.compose.ui:ui*:1.10.1` | [UI 1.10.2](https://developer.android.com/jetpack/androidx/releases/compose-ui#1.10.2) | | Foundation | `org.jetbrains.compose.foundation:foundation*:1.10.1` | [Foundation 1.10.2](https://developer.android.com/jetpack/androidx/releases/compose-foundation#1.10.2) | | Material | `org.jetbrains.compose.material:material*:1.10.1` | [Material 1.10.2](https://developer.android.com/jetpack/androidx/releases/compose-material#1.10.2) | | Material3 | `org.jetbrains.compose.material3:material3*:1.10.0-alpha05` | [Material3 1.5.0-alpha08](https://developer.android.com/jetpack/androidx/releases/compose-material3#1.5.0-alpha08) | | Material3 Adaptive | `org.jetbrains.compose.material3.adaptive:adaptive*:1.3.0-alpha02` | [Material3 Adaptive 1.3.0-alpha03](https://developer.android.com/jetpack/androidx/releases/compose-material3-adaptive#1.3.0-alpha03) | | Lifecycle | `org.jetbrains.androidx.lifecycle:lifecycle-*:2.10.0-alpha06` | [Lifecycle 2.10.0](https://developer.android.com/jetpack/androidx/releases/lifecycle#2.10.0) | | Navigation | `org.jetbrains.androidx.navigation:navigation-*:2.9.2` | [Navigation 2.9.7](https://developer.android.com/jetpack/androidx/releases/navigation#2.9.7) | | Navigation3 | `org.jetbrains.androidx.navigation3:navigation3-*:1.0.0-alpha06` | [Navigation3 1.0.0](https://developer.android.com/jetpack/androidx/releases/navigation3#1.0.0) | | Navigation Event | `org.jetbrains.androidx.navigationevent:navigationevent-compose:1.0.1` | [Navigation Event 1.0.2](https://developer.android.com/jetpack/androidx/releases/navigationevent#1.0.2) | | Savedstate | `org.jetbrains.androidx.savedstate:savedstate*:1.4.0` | [Savedstate 1.4.0](https://developer.android.com/jetpack/androidx/releases/savedstate#1.4.0) | | WindowManager Core | `org.jetbrains.androidx.window:window-core:1.5.1` | [WindowManager 1.5.1](https://developer.android.com/jetpack/androidx/releases/window#1.5.1) | *** </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuOTkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
Update composeMultiplatform to v1.10.1
All checks were successful
Build backend / build (push) Successful in 1m48s
Build frontend / build (push) Successful in 3m13s
40bb5aec65
raphdf201 merged commit 9b76aa9eec into master 2026-02-18 10:03:53 -05:00
raphdf201 deleted branch renovate/composemultiplatform 2026-02-18 10:03:53 -05:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
raphdf201/shapez2-generator!25
No description provided.