Bump org.jetbrains.compose from 1.8.0 to 1.8.2 #59

Closed
dependabot[bot] wants to merge 1 commits from dependabot/gradle/org.jetbrains.compose-1.8.2 into master
dependabot[bot] commented 2025-06-18 05:55:54 +03:00 (Migrated from github.com)

Bumps org.jetbrains.compose from 1.8.0 to 1.8.2.

Release notes

Sourced from org.jetbrains.compose's releases.

1.8.2

Changes since 1.8.1

Fixes

Multiple Platforms

  • Fixed TextField(TextFieldValue) when used with a visual transformation with a non-identity offset mapping (potentially even crashing) #2130

  • Fixed a memory leak and performance degradation when ComposeUiFlags.isRectTrackingEnabled set to true (by default) #2123

  • Fixed caret placement near glyphs if glyphs are compound symbols and part of them are non-spacing marks #2155

  • 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 #5323

    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!") }

    /**

Desktop

  • Fix the positioning of the IME popup being too far away from the text, on screens with density greater than 1.0 #2158

Navigation

  • Fix the browser navigation integration problem due encoded routes #2143
  • Fix a crash on iOS when a NavHost is located in a scrollable container #2146

Dependencies

... (truncated)

Changelog

Sourced from org.jetbrains.compose's changelog.

1.8.2 (June 2025)

Changes since 1.8.1

Fixes

Multiple Platforms

  • Fixed TextField(TextFieldValue) when used with a visual transformation with a non-identity offset mapping (potentially even crashing) #2130

  • Fixed a memory leak and performance degradation when ComposeUiFlags.isRectTrackingEnabled set to true (by default) #2123

  • Fixed caret placement near glyphs if glyphs are compound symbols and part of them are non-spacing marks #2155

  • 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 #5323

    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!") }

    /**

Desktop

  • Fix the positioning of the IME popup being too far away from the text, on screens with density greater than 1.0 #2158

Navigation

  • Fix the browser navigation integration problem due encoded routes #2143
  • Fix a crash on iOS when a NavHost is located in a scrollable container #2146

Dependencies

  • Gradle Plugin org.jetbrains.compose, version 1.8.2. Based on Jetpack Compose libraries:

... (truncated)

Commits
  • a149d0f [Cherry-pick] Update the repo url for kotlin react wrappers (#5328) (#5333)
  • f31f781 git checkout origin/master -- tools/changelog/changelog.main.kts
  • 7f2e74d Update the repo url for kotlin react wrappers (#5328)
  • 03fe09d KMT-879: Make `org.jetbrains.compose.ui.tooling.preview.PreviewParameterProvi...
  • a9f2589 KMT-879: Make `org.jetbrains.compose.ui.tooling.preview.PreviewParameterProvi...
  • afe6a5b [Cherry-pick] Bundle kotlinx serialization ProGuard rules into the Compose pl...
  • 8ba7ac7 Fix code generation for the customized Res class name. (#5311)
  • 7eca24b Refactor test for disabling multi-module resources (#5310)
  • 15b42b3 Gradle Plugin DSL to change the generated Res class name (#5296)
  • e6b29f8 Refactor resource accessors generator to minify output source files. (#5298)
  • Additional commits viewable in compare view

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.8.0 to 1.8.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/JetBrains/compose-jb/releases">org.jetbrains.compose's releases</a>.</em></p> <blockquote> <h2>1.8.2</h2> <p><em>Changes since 1.8.1</em></p> <h2>Fixes</h2> <h3>Multiple Platforms</h3> <ul> <li> <p>Fixed <code>TextField(TextFieldValue)</code> when used with a visual transformation with a non-identity offset mapping (potentially even crashing) <a href="https://redirect.github.com/JetBrains/compose-multiplatform-core/pull/2130">#2130</a></p> </li> <li> <p>Fixed a memory leak and performance degradation when <code>ComposeUiFlags.isRectTrackingEnabled</code> set to <code>true</code> (by default) <a href="https://redirect.github.com/JetBrains/compose-multiplatform-core/pull/2123">#2123</a></p> </li> <li> <p>Fixed caret placement near glyphs if glyphs are compound symbols and part of them are non-spacing marks <a href="https://redirect.github.com/JetBrains/compose-multiplatform-core/pull/2155">#2155</a></p> </li> <li> <p>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 <a href="https://redirect.github.com/JetBrains/compose-multiplatform/pull/5323">#5323</a></p> <p>Example usage:</p> <pre><code>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 <p>class MyPreviewParameterProvider : PreviewParameterProvider&lt;String&gt; { override val values = sequenceOf(&quot;Hello, Compose!&quot;, &quot;Hello, World!&quot;) }</p> <p>/**</p> <ul> <li>This function will generate two preview images with different texts. */ <a href="https://github.com/Preview"><code>@​Preview</code></a> <a href="https://github.com/Composable"><code>@​Composable</code></a> fun MyPreview(<a href="https://github.com/PreviewParameter"><code>@​PreviewParameter</code></a>(MyPreviewParameterProvider::class) text: String) { Text(text) } </code></pre></li> </ul> </li> </ul> <h3>Desktop</h3> <ul> <li>Fix the positioning of the IME popup being too far away from the text, on screens with density greater than <code>1.0</code> <a href="https://redirect.github.com/JetBrains/compose-multiplatform-core/pull/2158">#2158</a></li> </ul> <h3>Navigation</h3> <ul> <li>Fix the browser navigation integration problem due encoded routes <a href="https://redirect.github.com/JetBrains/compose-multiplatform-core/pull/2143">#2143</a></li> <li>Fix a crash on iOS when a <code>NavHost</code> is located in a scrollable container <a href="https://redirect.github.com/JetBrains/compose-multiplatform-core/pull/2146">#2146</a></li> </ul> <h2>Dependencies</h2> <ul> <li>Gradle Plugin <code>org.jetbrains.compose</code>, version <code>1.8.2</code>. Based on Jetpack Compose libraries: <ul> <li><a href="https://developer.android.com/jetpack/androidx/releases/compose-runtime#1.8.2">Runtime 1.8.2</a></li> <li><a href="https://developer.android.com/jetpack/androidx/releases/compose-ui#1.8.2">UI 1.8.2</a></li> <li><a href="https://developer.android.com/jetpack/androidx/releases/compose-foundation#1.8.2">Foundation 1.8.2</a></li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md">org.jetbrains.compose's changelog</a>.</em></p> <blockquote> <h1>1.8.2 (June 2025)</h1> <p><em>Changes since 1.8.1</em></p> <h2>Fixes</h2> <h3>Multiple Platforms</h3> <ul> <li> <p>Fixed <code>TextField(TextFieldValue)</code> when used with a visual transformation with a non-identity offset mapping (potentially even crashing) <a href="https://redirect.github.com/JetBrains/compose-multiplatform-core/pull/2130">#2130</a></p> </li> <li> <p>Fixed a memory leak and performance degradation when <code>ComposeUiFlags.isRectTrackingEnabled</code> set to <code>true</code> (by default) <a href="https://redirect.github.com/JetBrains/compose-multiplatform-core/pull/2123">#2123</a></p> </li> <li> <p>Fixed caret placement near glyphs if glyphs are compound symbols and part of them are non-spacing marks <a href="https://redirect.github.com/JetBrains/compose-multiplatform-core/pull/2155">#2155</a></p> </li> <li> <p>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 <a href="https://redirect.github.com/JetBrains/compose-multiplatform/pull/5323">#5323</a></p> <p>Example usage:</p> <pre><code>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 <p>class MyPreviewParameterProvider : PreviewParameterProvider&lt;String&gt; { override val values = sequenceOf(&quot;Hello, Compose!&quot;, &quot;Hello, World!&quot;) }</p> <p>/**</p> <ul> <li>This function will generate two preview images with different texts. */ <a href="https://github.com/Preview"><code>@​Preview</code></a> <a href="https://github.com/Composable"><code>@​Composable</code></a> fun MyPreview(<a href="https://github.com/PreviewParameter"><code>@​PreviewParameter</code></a>(MyPreviewParameterProvider::class) text: String) { Text(text) } </code></pre></li> </ul> </li> </ul> <h3>Desktop</h3> <ul> <li>Fix the positioning of the IME popup being too far away from the text, on screens with density greater than <code>1.0</code> <a href="https://redirect.github.com/JetBrains/compose-multiplatform-core/pull/2158">#2158</a></li> </ul> <h3>Navigation</h3> <ul> <li>Fix the browser navigation integration problem due encoded routes <a href="https://redirect.github.com/JetBrains/compose-multiplatform-core/pull/2143">#2143</a></li> <li>Fix a crash on iOS when a <code>NavHost</code> is located in a scrollable container <a href="https://redirect.github.com/JetBrains/compose-multiplatform-core/pull/2146">#2146</a></li> </ul> <h2>Dependencies</h2> <ul> <li>Gradle Plugin <code>org.jetbrains.compose</code>, version <code>1.8.2</code>. Based on Jetpack Compose libraries: <ul> <li><a href="https://developer.android.com/jetpack/androidx/releases/compose-runtime#1.8.2">Runtime 1.8.2</a></li> <li><a href="https://developer.android.com/jetpack/androidx/releases/compose-ui#1.8.2">UI 1.8.2</a></li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/JetBrains/compose-multiplatform/commit/a149d0f12867c1380e2072400616563d649b1160"><code>a149d0f</code></a> [Cherry-pick] Update the repo url for kotlin react wrappers (<a href="https://redirect.github.com/JetBrains/compose-jb/issues/5328">#5328</a>) (<a href="https://redirect.github.com/JetBrains/compose-jb/issues/5333">#5333</a>)</li> <li><a href="https://github.com/JetBrains/compose-multiplatform/commit/f31f7816f5b1976c065ded4076618e68123b0c68"><code>f31f781</code></a> git checkout origin/master -- tools/changelog/changelog.main.kts</li> <li><a href="https://github.com/JetBrains/compose-multiplatform/commit/7f2e74d82e357f3df36faf0972f9ae9d075d0971"><code>7f2e74d</code></a> Update the repo url for kotlin react wrappers (<a href="https://redirect.github.com/JetBrains/compose-jb/issues/5328">#5328</a>)</li> <li><a href="https://github.com/JetBrains/compose-multiplatform/commit/03fe09da144ffc91e673282a9bbc0796b6f7d9f4"><code>03fe09d</code></a> KMT-879: Make `org.jetbrains.compose.ui.tooling.preview.PreviewParameterProvi...</li> <li><a href="https://github.com/JetBrains/compose-multiplatform/commit/a9f2589069470b7c48cfcbeab0a4a186b7924ea9"><code>a9f2589</code></a> KMT-879: Make `org.jetbrains.compose.ui.tooling.preview.PreviewParameterProvi...</li> <li><a href="https://github.com/JetBrains/compose-multiplatform/commit/afe6a5b947ddeeebb20fb15d2cbecc7665136a9d"><code>afe6a5b</code></a> [Cherry-pick] Bundle kotlinx serialization ProGuard rules into the Compose pl...</li> <li><a href="https://github.com/JetBrains/compose-multiplatform/commit/8ba7ac770ca110341388b2cc5eb90a03ad594039"><code>8ba7ac7</code></a> Fix code generation for the customized Res class name. (<a href="https://redirect.github.com/JetBrains/compose-jb/issues/5311">#5311</a>)</li> <li><a href="https://github.com/JetBrains/compose-multiplatform/commit/7eca24b64201124fd8e3ac64567809d3fc89ecb8"><code>7eca24b</code></a> Refactor test for disabling multi-module resources (<a href="https://redirect.github.com/JetBrains/compose-jb/issues/5310">#5310</a>)</li> <li><a href="https://github.com/JetBrains/compose-multiplatform/commit/15b42b3271e57864d48ab847e9c7c9bb5624d228"><code>15b42b3</code></a> Gradle Plugin DSL to change the generated Res class name (<a href="https://redirect.github.com/JetBrains/compose-jb/issues/5296">#5296</a>)</li> <li><a href="https://github.com/JetBrains/compose-multiplatform/commit/e6b29f8878e7c735f1da3487960f4dddbf0ba24a"><code>e6b29f8</code></a> Refactor resource accessors generator to minify output source files. (<a href="https://redirect.github.com/JetBrains/compose-jb/issues/5298">#5298</a>)</li> <li>Additional commits viewable in <a href="https://github.com/JetBrains/compose-jb/compare/v1.8.0...v1.8.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jetbrains.compose&package-manager=gradle&previous-version=1.8.0&new-version=1.8.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
dependabot[bot] commented 2025-06-26 21:51:36 +03:00 (Migrated from github.com)

Looks like org.jetbrains.compose is up-to-date now, so this is no longer needed.

Looks like org.jetbrains.compose is up-to-date now, so this is no longer needed.

Pull request closed

Sign in to join this conversation.