Skip to content

Bump org.jetbrains.compose from 1.7.0-alpha03 to 1.9.0-alpha02#55

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/org.jetbrains.compose-1.9.0-alpha02
Closed

Bump org.jetbrains.compose from 1.7.0-alpha03 to 1.9.0-alpha02#55
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/org.jetbrains.compose-1.9.0-alpha02

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jul 1, 2025

Bumps org.jetbrains.compose from 1.7.0-alpha03 to 1.9.0-alpha02.

Release notes

Sourced from org.jetbrains.compose's releases.

1.9.0-alpha02

Changes since 1.8.1

Known issues

Desktop

  • Could not find org.jetbrains.androidx.window:window-core-desktop:1.4.0-alpha07 when using material-adaptive or material3-adaptive-navigation-suite. YouTrack issue. Workaround is to exclude one dependency and include another:
    // if you have material3AdaptiveNavigationSuite dependency
    implementation(compose.material3AdaptiveNavigationSuite) {
        exclude(group = "org.jetbrains.androidx.window")
    }
// if you have org.jetbrains.compose.material3.adaptive dependency
implementation("org.jetbrains.compose.material3.adaptive:adaptive:1.2.0-alpha02") {
    exclude(group = "org.jetbrains.androidx.window")
}

implementation("androidx.window:window-core-jvm:1.4.0")

Highlights

Multiple Platforms

  • material3 library now includes new experimental MaterialExpressiveTheme #2127

Migration Notes

Gradle Plugin

  • The Compose Gradle plugin requires the Kotlin Gradle plugin version 2.+ now. Old org.jetbrains.compose.compiler is not supported anymore and the API to configure it was removed #5283

Features

Multiple Platforms

  • Adopted a change in ComposeUiTest API. The block in runComposeUiTest is suspend now. It allows to call awaitIdle and other suspend functions. It ensures a correct execution of a test on all platforms. See the web specifics in kotlinx.coroutines.test.runTest documentation #2066

iOS

  • Add support for native IME configuration with PlatformImeOptions #2108

Desktop

  • Add accessibility role for Switch, reporting it as a checkbox #2136

Fixes

Multiple Platforms

... (truncated)

Changelog

Sourced from org.jetbrains.compose's changelog.

1.9.0-alpha02 (June 2025)

Changes since 1.8.1

Highlights

Multiple Platforms

  • material3 library now includes new experimental MaterialExpressiveTheme #2127

Migration Notes

Gradle Plugin

  • The Compose Gradle plugin requires the Kotlin Gradle plugin version 2.+ now. Old org.jetbrains.compose.compiler is not supported anymore and the API to configure it was removed #5283

Features

Multiple Platforms

  • Adopted a change in ComposeUiTest API. The block in runComposeUiTest is suspend now. It allows to call awaitIdle and other suspend functions. It ensures a correct execution of a test on all platforms. See the web specifics in kotlinx.coroutines.test.runTest documentation #2066

iOS

  • Add support for native IME configuration with PlatformImeOptions #2108

Desktop

  • Add accessibility role for Switch, reporting it as a checkbox #2136

Fixes

Multiple Platforms

  • Fixed TextField(TextFieldValue) when used with a visual transformation with a non-identity offset mapping (potentially even crashing) #2117
  • Fixed a memory leak and performance degradation when ComposeUiFlags.isRectTrackingEnabled set to true (default) #2112
  • Support Preview parameters for Previews in common source sets in IJ and AS. Note: IDEs also need to implement support on their end. Please check the respective IDE release notes to confirm this is supported #5319 Example usage:
    import androidx.compose.runtime.Composable
    import org.jetbrains.compose.ui.tooling.preview.Preview
    import org.jetbrains.compose.ui.tooling.preview.PreviewParameter
    import org.jetbrains.compose.ui.tooling.preview.PreviewParameterProvider
    class MyPreviewParameterProvider : PreviewParameterProvider<String> {
      override val values = sequenceOf("Hello, Compose!", "Hello, World!")
    }
    /**
     * This function will generate two preview images with different texts
     */
    @Preview
    

... (truncated)

Commits
  • ab2e690 Implement saving benchmark results to JSON for browser (#5327)
  • 87dae28 Update the repo url for kotlin react wrappers (#5328)
  • b50d966 Typo fix CHANGELOG.md (#5213)
  • 4985418 rework compose compiler tests for k2 (#5325)
  • da82a7f update: new logo and README cleanup (#5324)
  • 2eaa36f KMT-879: Make `org.jetbrains.compose.ui.tooling.preview.PreviewParameterProvi...
  • a8fe5a9 add changelog for Compose Multiplatform 1.8.1 (#5322)
  • 325217e Changelog script. Support cherry-pick PRs (#5321)
  • d80fdca Compose version update for benchmarks (#5320)
  • c3da6fa Update iOS stability in Compose Multiplatform README (#5318)
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
org.jetbrains.compose [< 1.8, > 1.7.0-alpha03]

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 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-jb) from 1.7.0-alpha03 to 1.9.0-alpha02.
- [Release notes](https://github.com/JetBrains/compose-jb/releases)
- [Changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md)
- [Commits](JetBrains/compose-multiplatform@v1.7.0-alpha03...v1.9.0-alpha02)

---
updated-dependencies:
- dependency-name: org.jetbrains.compose
  dependency-version: 1.9.0-alpha02
  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 Jul 1, 2025
@sergejsha sergejsha closed this Jul 8, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jul 8, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/gradle/org.jetbrains.compose-1.9.0-alpha02 branch July 8, 2025 08:17
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

None yet

Development

Successfully merging this pull request may close these issues.

1 participant