Skip to content

build(deps): Bump composeUi from 1.11.0-beta01 to 1.11.0-beta02#1374

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/composeUi-1.11.0-beta02
Closed

build(deps): Bump composeUi from 1.11.0-beta01 to 1.11.0-beta02#1374
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/composeUi-1.11.0-beta02

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Copy link
Copy Markdown
Contributor

Bumps composeUi from 1.11.0-beta01 to 1.11.0-beta02.
Updates org.jetbrains.compose.ui:ui-tooling-preview from 1.11.0-beta01 to 1.11.0-beta02

Release notes

Sourced from org.jetbrains.compose.ui:ui-tooling-preview's releases.

1.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

... (truncated)

Changelog

Sourced from org.jetbrains.compose.ui:ui-tooling-preview's changelog.

1.11.0-beta02 (April 2026)

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

... (truncated)

Commits

Updates org.jetbrains.compose.ui:ui-tooling from 1.11.0-beta01 to 1.11.0-beta02

Release notes

Sourced from org.jetbrains.compose.ui:ui-tooling's releases.

1.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

... (truncated)

Changelog

Sourced from org.jetbrains.compose.ui:ui-tooling's changelog.

1.11.0-beta02 (April 2026)

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

... (truncated)

Commits

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 `composeUi` from 1.11.0-beta01 to 1.11.0-beta02.

Updates `org.jetbrains.compose.ui:ui-tooling-preview` from 1.11.0-beta01 to 1.11.0-beta02
- [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.11.0-beta01...v1.11.0-beta02)

Updates `org.jetbrains.compose.ui:ui-tooling` from 1.11.0-beta01 to 1.11.0-beta02
- [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.11.0-beta01...v1.11.0-beta02)

---
updated-dependencies:
- dependency-name: org.jetbrains.compose.ui:ui-tooling-preview
  dependency-version: 1.11.0-beta02
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.compose.ui:ui-tooling
  dependency-version: 1.11.0-beta02
  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 Apr 13, 2026
@dependabot @github

dependabot Bot commented on behalf of github Apr 28, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Apr 28, 2026
@dependabot dependabot Bot deleted the dependabot/gradle/composeUi-1.11.0-beta02 branch April 28, 2026 18:02
@github-actions github-actions Bot locked and limited conversation to collaborators Apr 28, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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