Skip to content

Update dependency org.jetbrains.compose to v1.8.2 - #290

Merged
jordond merged 1 commit into
mainfrom
renovate/compose.plugin
Aug 5, 2025
Merged

Update dependency org.jetbrains.compose to v1.8.2#290
jordond merged 1 commit into
mainfrom
renovate/compose.plugin

Conversation

@renovate

@renovate renovate Bot commented Jun 17, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
org.jetbrains.compose 1.8.1 -> 1.8.2 age confidence

Release Notes

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

v1.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!")
    }
    
    /**
     * This function will generate two preview images with different texts.
     */
    @&#8203;Preview
    @&#8203;Composable
    fun MyPreview(@&#8203;PreviewParameter(MyPreviewParameterProvider::class) text: String) {
      Text(text)
    }
    
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



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 is behind base branch, or you tick the rebase/retry checkbox.

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


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/compose.plugin branch from 3cfb04d to 75f4d06 Compare June 17, 2025 14:03
@renovate
renovate Bot force-pushed the renovate/compose.plugin branch 2 times, most recently from 6668a9a to 8b5b100 Compare June 25, 2025 14:53
@renovate
renovate Bot force-pushed the renovate/compose.plugin branch from 8b5b100 to f726db8 Compare August 5, 2025 19:34
@jordond
jordond merged commit ac473fd into main Aug 5, 2025
1 check passed
@jordond
jordond deleted the renovate/compose.plugin branch August 5, 2025 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant