Skip to content

Deps(deps): Bump org.jetbrains.compose.material3:material3 from 1.10.0-alpha05 to 1.11.0-alpha01 in the compose group#3

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/compose-d28794673d
Open

Deps(deps): Bump org.jetbrains.compose.material3:material3 from 1.10.0-alpha05 to 1.11.0-alpha01 in the compose group#3
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/compose-d28794673d

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 19, 2026

Bumps the compose group with 1 update: org.jetbrains.compose.material3:material3.

Updates org.jetbrains.compose.material3:material3 from 1.10.0-alpha05 to 1.11.0-alpha01

Release notes

Sourced from org.jetbrains.compose.material3:material3's releases.

1.11.0-alpha01

Changes since 1.10.0-rc02

Migration Notes

Multiple Platforms

  • The project has migrated to Kotlin language version and API version 2.2. The projects depending on Compose Multiplatform need to use the same version or newer #2614

Features

Multiple Platforms

  • Clicking outside of any focusable node using the mouse will now clear focus from the currently focused node, if any. This behavior can be disabled by setting isClearFocusOnMouseDownEnabled = false in ComposePanel, ComposeWindow or ComposeDialog #2533
  • Migrate window insets padding modifiers from composed API to InsetsPaddingModifierNode #2572
  • Add enter end exit animation for Dialog. It can be disabled via DialogProperties.animateTransition or via global feature flag ComposeUiFlags.isDialogAnimationEnabled #2596

Desktop

  • Allow specifying AWT AccessibleRole directly via SemanticsPropertyReceiver.awtRole #2577
  • Menu items in the context menu for text fields and SelectionContainer can now be disabled #2617

Gradle Plugin

  • Add a compatibility check for runtime libraries to ensure consistency with the expected Compose version #5485

Fixes

iOS

  • Fix incorrectly consumed insets in ModalBottomSheet #2572
  • The rendering queue is running with the highest priority when parallelRendering is enabled #2623
  • Fix possible text styles cache corruption (text color is sometimes randomly black) #2629

Desktop

  • Fix changing the pointer from one custom cursor to another #2613
  • Fix exception/crash when pasting in TextField in headless mode #2612
  • When there is no selection in SelectionContainer, the "Copy" menu item will be disabled #2617
  • Fix unnecessary redraws caused by WindowInsetsRulers implementation using RulerScope.coordinates.size #2628

Web

  • WebElementView is now available in webMain source set #2614
  • Deprecated CanvasBasedWindow has been deleted #2614

Resources

  • Fix crash in getSystemEnvironment on headless desktop #5471

... (truncated)

Changelog

Sourced from org.jetbrains.compose.material3:material3's changelog.

1.11.0-alpha01 (December 2025)

Changes since 1.10.0-rc02

Migration Notes

Multiple Platforms

  • The project has migrated to Kotlin language version and API version 2.2. The projects depending on Compose Multiplatform need to use the same version or newer #2614

Features

Multiple Platforms

  • Clicking outside of any focusable node using the mouse will now clear focus from the currently focused node, if any. This behavior can be disabled by setting isClearFocusOnMouseDownEnabled = false in ComposePanel, ComposeWindow or ComposeDialog #2533
  • Migrate window insets padding modifiers from composed API to InsetsPaddingModifierNode #2572
  • Add enter end exit animation for Dialog. It can be disabled via DialogProperties.animateTransition or via global feature flag ComposeUiFlags.isDialogAnimationEnabled #2596

Desktop

  • Allow specifying AWT AccessibleRole directly via SemanticsPropertyReceiver.awtRole #2577
  • Menu items in the context menu for text fields and SelectionContainer can now be disabled #2617

Gradle Plugin

  • Add a compatibility check for runtime libraries to ensure consistency with the expected Compose version #5485

Fixes

iOS

  • Fix incorrectly consumed insets in ModalBottomSheet #2572
  • The rendering queue is running with the highest priority when parallelRendering is enabled #2623
  • Fix possible text styles cache corruption (text color is sometimes randomly black) #2629

Desktop

  • Fix changing the pointer from one custom cursor to another #2613
  • Fix exception/crash when pasting in TextField in headless mode #2612
  • When there is no selection in SelectionContainer, the "Copy" menu item will be disabled #2617
  • Fix unnecessary redraws caused by WindowInsetsRulers implementation using RulerScope.coordinates.size #2628

Web

  • WebElementView is now available in webMain source set #2614
  • Deprecated CanvasBasedWindow has been deleted #2614

Resources

  • Fix crash in getSystemEnvironment on headless desktop #5471

... (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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the compose group with 1 update: [org.jetbrains.compose.material3:material3](https://github.com/JetBrains/compose-jb).


Updates `org.jetbrains.compose.material3:material3` from 1.10.0-alpha05 to 1.11.0-alpha01
- [Release notes](https://github.com/JetBrains/compose-jb/releases)
- [Changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md)
- [Commits](https://github.com/JetBrains/compose-jb/commits/v1.11.0-alpha01)

---
updated-dependencies:
- dependency-name: org.jetbrains.compose.material3:material3
  dependency-version: 1.11.0-alpha01
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: compose
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 19, 2026

Labels

The following labels could not be found: dependencies, gradle. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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