Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 9, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
org.jetbrains.compose 1.7.31.10.0 age confidence

Release Notes

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

v1.10.0

Changes since 1.9.3

See also What's new.

Highlights

Multiple Platforms
  • androidx.compose.ui.tooling.preview.Preview annotation is now available from commonMain source set #​2424
Desktop
  • Compose Hot Reload Gradle plugin is bundled with the Compose Gradle plugin and is enabled for Kotlin version 2.1.20 or higher (no need to configure it separately) #​5444
Navigation
  • Provide required NavigationEventDispatcherOwner for a correct Navigation3 support #​2382

Breaking Changes

iOS
  • Align @Composable attribute in WindowInsets.Companion.captionBar to other platforms #​2258

Migration Notes

Multiple Platforms
  • The pre‑1.7 workaround in the common PopupProperties/DialogProperties constructors (annotated Deprecated(HIDDEN) since 1.7) has been removed. This change may formally affect binary compatibility. Although we are not aware of concrete cases, if your project depends on third‑party libraries that reference this constructor, please update those dependencies to versions compatible with this release #​2303
  • Kotlin 2.2 is required for native and web platforms #​2357
  • Remove experimental annotation from usePlatformInsets, useSoftwareKeyboardInset and scrimColor in DialogProperties #​2495
  • Remove experimental annotation from usePlatformDefaultWidth, usePlatformInsets in PopupProperties #​2495
  • Deprecation level of Popup overloads without PopupProperties parameter changed from WARNING to ERROR #​2495
  • widgets-gallery sample has been removed in favor of the interactive API reference #​5365
  • Deprecate org.jetbrains.compose.ui.tooling.preview.Preview annotation in favor of androidx.compose.ui.tooling.preview.Preview to reduce variety of Preview annotations #​5453
  • Dependency aliases in Gradle plugin (e.g. compose.ui) are now deprecated. Use provided direct artifact coordinates and add them to the version catalog #​5462
iOS
Desktop
  • Deprecate androidx.compose.desktop.ui.tooling.preview.Preview annotation in favor of androidx.compose.ui.tooling.preview.Preview to reduce variety of Preview annotations #​2474
  • Removed IntelliJ plugin sample, please refer to Jewel documentation instead #​5368

Features

Multiple Platforms
iOS
  • Add support for WindowInsetsRulers #​2258
  • Support automatic scrolling for Full Keyboard Access #​2222
  • Support custom menu items for text context menu #​2324
  • Add API to configure UIResponder.inputView with PlatformImeOptions #​2350
  • Add API to configure UIResponder.inputAccessoryView with PlatformImeOptions #​2350
  • Add API to configure UITextInputTraits.writingToolsBehavior with PlatformImeOptions #​2435
  • Add support for self-sizing of UIKit interop views in Compose #​2485
  • Add experimental UIKitInteropProperties.placedAsOverlay flag, which allows to place interop views above the Compose canvas. This allows interop views with a transparent background or shader effect to be used #​2501
Desktop
  • Added modalityType parameter to DialogWindow() #​2300
  • The Compose entry points on the desktop (ComposeWindow, ComposePanel and ImageComposeScene) now expose val semanticsOwners: Collection<SemanticsOwner> #​2358
  • Experimental -Dskiko.gpu.resourceCacheLimit VM property is introduced to limit GPU resource cache used for one window (default is 256M) #​2422
Web
  • Esc button calls back navigation event on the web now #​2499
Resources
  • Add setResourceReaderAndroidContext to configure Android context in cases when a provider initialization is not available #​5434
Lifecycle
  • Publish multiplatform lifecycle-viewmodel-navigation3 library #​2476
Navigation
  • Basic support of the navigation3 library #​2436
  • Published org.jetbrains.compose.material3.adaptive:adaptive-navigation3 library #​2516
  • Add a new configuration option in ComposeUIViewController to set end-edge gestures behavior #​2519
HTML
  • Add support of important keyword for CSS properties #​5439

Fixes

Multiple Platforms
  • Fix application of baselineShift parameter in text layout #​2304
  • Fix setting lineHeight to 0 in text layout #​2304
  • Align roundToPx() behavior between platforms: NaN value produces 0 instead of IllegalArgumentException on non-JVM platforms now #​2526
  • Added previously missing ExperimentalComposeUiApi annotation to platform-specific DragAndDropTransferData, DragAndDropEvent and ClipEntry constructors on Desktop and Web. Working with these APIs already requires this annotation due to types of parameters, so it wasn't supposed to be marked as "stable" yet. You can follow CMP-7624 to track the updates about finalizing the shape of these APIs #​2538
  • Fixed LocalInputModeManager.current.inputMode not being reset between tests #​2548
  • Fix crash when selecting text that only contains inline content #​2600
  • Fix possible corruption of the layout nodes tree #​2611
iOS
  • Fix incorrect behavior of WindowInsets.displayCutout in different interface orientations #​2301
  • Fix incorrect behavior of WindowInsets.displayCutout on iPad #​2301
  • Fix the ability to use UIKitViewController inside Popups and Dialogs #​2270
  • Fix Accessibility announcing the old state of component #​2327
  • Align the semantics of TextFields with iOS text inputs #​2331
  • Clear TextField focus when another view becomes first responder #​2337
  • Fix crash when parallelRendering is enabled #​2448
  • Fix text context menu interaction on Popups and Dialogs #​2434
  • Fix crash when dragging two Scrollable components with two fingers #​2456
  • Fix the crash that occurs when the magnifier appears in text fields that are zero size #​2460
  • Fix Lifecycle status updates for multi-window applications using UIScene notifications #​2472
  • Support updating of the WindowInfo.isWindowFocused property when the window's state changes #​2482
  • Fix the text removal issue when inputting text using dictation #​2488
  • Fix onKeyEvent handling when Full Keyboard Access is enabled #​2494
  • Fix incorrect tap responses in Dialog when LocalDensity is modified #​2527
  • Fix the spoken text in merged accessibility nodes #​2539
  • Fix an issue where accessibility elements inside other accessibility elements may not be accessible #​2539
  • Fix NSRangeException on back gesture #​2605
  • Fix focusing of Dialog and Popup when the Full Keyboard Mode is enabled #​2606
  • Fix crash in accessibility when SemanticNode is not attached #​2616
Desktop
  • Fix non-focusable popup with compose.layers.type=WINDOW stealing focus #​2285
  • Change ComposePanel.getPreferredSize to return 0x0 instead of null #​2283
  • Request initial focus for focusable popups when used from ComposePanel in some cases #​2289
  • In experimental compose.layers.type modes, fix Popup/Dialog container size calculation that prevents mouse interactions on base compose scene #​2304
  • Fixed the sizing of unfocusable layers when compose.layers.type=COMPONENT is used #​2305
  • SwingPanel no longer requires to be manually sized to a fixed value; it will size according to its content's min/pref/max sizes #​2310
  • Made disabled new context menu items actually disabled, including the right semantics #​2347
  • Fixed ComposePanel not initially focusing the first focusable node, when running in JetBrains Runtime JVM #​2384
  • Fixed background flashing when a window or dialog are closed #​2403
  • Fix "ComposePanel doesn't use hardware acceleration with RenderSettings.SwingGraphics on Linux" #​2422
  • ComposePanel now re-dispatches unconsumed mouse wheel events, allowing scrollable components beneath to be scrolled. To disable this, set the system property "compose.swing.redispatchMouseWheelEvents" to "false" #​2425
  • Fix background flashing when showing a window/dialog #​2471
  • Fix SwingPanel blocking mouse wheel scroll events from going to its parent #​2486
  • Fix the accessibility issue where screen readers cannot review text in a text field #​2553
  • Fix the accessibility issue where scrollable text fields are not accessible for screen readers #​2553
  • Children of nodes with isTraversalNode semantics are now ordered according to their traversalIndex #​2544
  • [macOs] Fix [MTLTextureDescriptorInternal validateWithDevice:] crash when using zero-size ComposePanel with compose.swing.render.on.graphics=true #​2585
  • [Linux] Support distributions with glibc 2.27 #​2585
  • Fixed a race condition that occurred when multiple processes attempted to unpack Skiko binary files at startup #​2585
Web
  • Mobile. Composite input. When a syllable block is created, a new block is added instead of replacing the old one #​2454
  • Correct drag-and-drop behaviour on mobile devices #​2510
  • Fix incorrect interpretation of ontouchend events #​2490
  • Unblock autocomplete and the other keyboard features on mobile iOS #​2529
  • Correct behaviour when a virtual keyboard suggestion was accepted while the cursor was in the middle of the word #​2530
  • Fix the issue where Hangul input behaves inconsistently after deleting with Backspace #​2559
Resources
  • Fix resource access in a Robolectric test environment #​5433
  • Fixed an issue where resources were not copied when packaging the macOS native target, causing the application to crash when it attempted to read those resources #​5431
  • Fixed resources generated code to be reproducible between different machines #​5446
  • Fix a crash when calling getString and the Locale has no region specified #​5447
  • Use the non-empty font as the default when awaiting a asynchronous request completion on the web #​5456
  • Use Web Cache API for all resources to avoid repeated and redundant HTTP requests #​5379
  • Fix resource gradle tasks invocation on AGP < 9.0.0 for Android Studio previews #​5478
  • Update iOS resource copying to an iOS app bundle to support Swift Export libraries #​5480
Navigation
  • Ignore back gestures in navigation in case of open dialog for non-android targets #​2439
SavedState
  • All platforms have HasDefaultViewModelProviderFactory implementation now, and it provides an ability to use createSavedStateHandle() function without a navigation library #​2554

Components

Gradle plugin

org.jetbrains.compose version 1.10.0

Libraries
Library group Coordinates Based on Jetpack
Runtime org.jetbrains.compose.runtime:runtime*:1.10.0 Runtime 1.10.0
UI org.jetbrains.compose.ui:ui*:1.10.0 UI 1.10.0
Foundation org.jetbrains.compose.foundation:foundation*:1.10.0 Foundation 1.10.0
Material org.jetbrains.compose.material:material*:1.10.0 Material 1.10.0
Material3 org.jetbrains.compose.material3:material3*:1.10.0-alpha05 Material3 1.5.0-alpha08
Material3 Adaptive org.jetbrains.compose.material3.adaptive:adaptive*:1.3.0-alpha02 Material3 Adaptive 1.3.0-alpha03
Lifecycle org.jetbrains.androidx.lifecycle:lifecycle-*:2.10.0-alpha06 Lifecycle 2.10.0
Navigation org.jetbrains.androidx.navigation:navigation-*:2.9.1 Navigation 2.9.4
Navigation3 org.jetbrains.androidx.navigation3:navigation3-*:1.0.0-alpha06 Navigation3 1.0.0
Navigation Event org.jetbrains.androidx.navigationevent:navigationevent-compose:1.0.0 Navigation Event 1.0.1
Savedstate org.jetbrains.androidx.savedstate:savedstate*:1.4.0 Savedstate 1.4.0
WindowManager Core org.jetbrains.androidx.window:window-core:1.5.1 WindowManager 1.5.1

v1.9.3

Changes since 1.9.2

Fixes

iOS
  • Fix crash on iOS older than 17 when accessibility is enabled #​2541
Gradle Plugin

Dependencies


v1.9.2

Changes since 1.9.1

Fixes

Multiple Platforms
  • Prevent possible symbol duplicates in savedstate-compose due to redirects to Google's runtime-saveable that supports all KMP platforms #​2503
Web
  • Removed an outline on a Canvas element when it's focused #​2450
  • Fix focus with Tab behaviour in Text Fields #​2452

Dependencies


v1.9.1

Changes since 1.9.0

Migration Notes

Multiple Platforms
  • compose.material3 alias from Gradle plugin now points to org.jetbrains.compose.material3:material3:1.9.0 (based on Jetpack Compose Material3 1.4.0), it was org.jetbrains.compose.material3:material3:1.8.2 (based on Jetpack Compose Material3 1.3.2) in Compose Multiplatform 1.9.0. If you want to stay on the same minor version, replace the alias by an explicit dependency: #​5441

    // was
    implementation(compose.material3)
    
    // replace by
    implementation("org.jetbrains.compose.material3:material3:1.8.2")
    

Fixes

iOS
  • Add ability to reach internal accessibility elements inside accessibility nodes #​2416
  • Fix input session restarts triggered by PlatformImeOptionsImpl not being @Immutable #​2413
  • Fix crash when removing characters after string replacement #​2361
  • Fix context menu appearance for text fields with transformation #​2377
Desktop
  • ComposePanel can now re-dispatch unconsumed mouse wheel events, allowing scrollable components beneath to be scrolled. To enable this behavior, set the system property "compose.swing.redispatchMouseWheelEvents" to "true" #​2438

Dependencies


v1.9.0

Changes since 1.8.2

See also What's new.

Highlights

Web
  • Added a WebElementView Composable function for embedding the absolutely positioned HTML content in Compose for web target. It's supported only when using ComposeViewport entry point and it's not supported with CanvasBasedWindow, which is deprecated now #​2145
  • Text context menu is supported on web platforms for both modes: mobile and desktop #​2207
  • Introduce the basic support of accessibility in the web target #​2188

Migration Notes

Multiple Platforms
  • Material3 versioning is decoupled for the Compose Multiplatform 1.9.* release due the upstream Jetpack Compose Material3 1.4 has not been released as stable yet #​5360
  • compose.material3 now points to the latest stable Material3 version, 1.8.2. If the latest Material3 features are needed, please include it this way: #​5360
    implementation("org.jetbrains.compose.material3:material3:1.9.0-beta06")
    
  • [If you use org.jetbrains.compose.material3:material3:1.9.0-beta06] kotlinx-datetime is updated to 0.7.1. If you also use it in your projects, please update it to this version to ensure compatibility #​2276
iOS
  • Remove experimental attribute from UIKitInteropInteractionMode #​2215
Desktop
  • Window and DialogWindow overloads that create a ComposeWindow/ComposeDialog have been renamed to SwingWindow/SwingDialog and the old versions have been deprecated #​2141
  • When the window is iconified, converting to/from screen coordinates (with e.g.LayoutCoordinates.positionOnScreen()) will return Offset.Unspecified #​2163
  • Deprecated experimental Modifier.mouseClickable is removed. See https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-desktop-mouse-events.html for alternatives #​2194
  • Kotlin 2.1 is required for all platforms including JVM (it was required only for native and web before) #​2276
Web
  • fun ComposeViewport with viewportContainerId: String? parameter now can be called from a web-common fun main (k/js and k/wasm) #​2226
  • CanvasBasedWindow is deprecated, use ComposeViewport instead. Unlike CanvasBasedWindow, which expect as an input param the id to the HTMLCanvasElement that will be used for rendering, ComposeViewport one passes parentContainer (and corresponding HTML Canvas element will be created automatically). By default such container is document.body #​2280
  • Setting org.jetbrains.compose.experimental.jscanvas.enabled=true is not required anymore when having a kotlin/js target #​5340
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
  • Support customizable shadows #​2183
  • Extended the @Preview (org.jetbrains.compose.ui.tooling.preview) annotation with the following parameters: name, group, widthDp, heightDp, locale, showBackground, backgroundColor. IDE (IJ or AS) will pick up these parameters in the same way it works for androidx Preview annotations #​5339
iOS
  • Add support for native IME configuration with PlatformImeOptions #​2108
  • Add support for keepScreenOn modifier #​2180
  • Support new context menu API with default menu #​2214
  • Add support for frame rate voting #​2205
  • Support scroll commands with Voice Control #​2234
  • Implement accessibility scroll to focused interop views #​2228
Desktop
  • Add accessibility role for Switch, reporting it as a checkbox #​2136
  • Added SwingFrame and SwingDialog composables that allow configuring the window/dialog before it is shown #​2139
  • Full AnnotatedString is available as a data flavor in ClipEntry, instead of only its text #​2092
  • Add RenderSettings.SwingGraphics option for ComposePanel.renderSettings argument #​2071
  • Basic support for new context menu API #​2196
  • Added experimental support for save and restore compose state. ComposePanel, ComposeWindow and ComposeDialog now has savedState constructor parameter to restore previous state and saveState function to save the current state for later use #​2225
Web
  • Support the new context menu API in web targets in the desktop mode #​2224
  • Support of the new context menu toolbar in web mobile targets #​2251
  • [js] there's no need to manually add skiko.js to the html page any more #​2264
  • Introduce composeCompatibilityBrowserDistribution task. This task combines two prod distributions - for js and for wasm in such way so that if modern required features are not supported by the consumer browser, application switch to js mode #​5375
Resources
  • Added JvmResourceReader API and made LocalResourceReader public to allow providing a custom classloader for desktop target #​5334
Navigation
  • A new API was added to bind the browser navigation state with the NavController - suspend fun NavController.bindToBrowserNavigation. And the existing function suspend fun Window.bindToNavigation is deprecated now #​2189

Fixes

Multiple Platforms
  • Fix extra draw invalidations during scrolling (1.8 regression) #​2212
  • Fix text ellipsis if there's not enough vertical space to fit all lines #​2246
  • Fix "IrLinkageError: Function can not be called: No function found for symbol" #​2293
  • ExperimentalMaterial3ExpressiveApi annotation removed from no-longer-experimental API #​2298
iOS
  • Fix issue where keyboard would appear after second tap when text input session was intercepted #​2049
  • Change the accessibility selection to the element that has most recently been focused on #​2217
  • Fix Full Keyboard Access on iOS 17 and lower #​2216
  • Fixes the appearance of the keyboard when a pop-up or dialog on the background is dismissed #​2240
  • Do not flatten accessibility tree inside accessibility elements #​2243
Desktop
  • [macOS] Fix the background flashing when closing a window/dialog and an animation is running #​2058
  • [macOS; JBR] Fixed the current composition in a text field being duplicated into another text field when switching focus to it #​2026
  • [macOS] Fixed strange glyph being displayed in a text field if window becomes unfocused, then focused again while there's an active composition in the text field (after pressing e.g. backspace) #​2026
  • [macOS] Fix showing the input method toolbar before any text field becomes focused (on JBR only; other runtimes continue to be buggy) #​2047
  • Improved performance for ComposePanel with System.setProperty("compose.swing.render.on.graphics", "true") #​2097
  • Fix the positioning of the IME popup being too far away from the text, on screens with density greater than 1 #​2118
  • Fixed the position of the IME popup, which was below the previous, rather than the current, cursor position #​2122
  • [Accessibility, macOS] Fixed VoiceOver to announce a Slider's value on every change #​2152
  • Return Offset.Unspecified instead of throwing an exception in LayoutCoordinates.localToScreen and LayoutCoordinates.screenToLocal #​2160
  • When the window moves or becomes iconified/de-iconified, all instances of Modifier.onGloballyPositioned will be called #​2163
  • Implemented a context menu for BasicTextField(TextFieldState) #​2168
  • SemanticsProperties.Text and SemanticsProperties.ContentDescription values will now be correctly concatenated when Modifier.semantics(mergeDescendants = true) is used #​2202
  • Fixed the case when the IME's first event to a text field is to commit a composition #​2210
  • Elements marked with Modifier.semantics { hideFromAccessibility() } should now be correctly hidden from a11y #​2204
  • [macOS] Fix composite (e.g. Chinese) input after pressing backspace #​2250
  • [TextField] Fixed duplication of the composed characters when moving the caret by clicking during a composition #​2255
  • Correctly remove SwingPanel children of ComposePanel, when the compose panel is itself removed from the hierarchy #​2277
  • Fix runRelease task when navigation and obfuscate.set(true) are used #​5384
Web
  • Fixed an unexpected back gesture after a horizontal scroll #​2186
  • Mitigate a typing delay regression in Safari browsers #​2195
  • Web Lifecycle triggers START/STOP events on the visibilitychange callback now #​2219
  • Lifecycle fix on iOS Safari: now touch events trigger ON_RESUME because Safari ignores interactions and doesn't request the focus #​2219
  • Fix software keyboard behaviour for Compose Text Fields in iOS Safari #​2260
  • Fixed the bugs with composite text input #​2256
  • Fixed the issue with software keyboard when it was shown repeatedly in Chrome mobile #​2279
  • Fix the issue where deleting a word in the middle of a sentence also affects the word next to it #​2372
Gradle Plugin
  • Don't fail gradle sync if TargetFormat.AppImage is specified in targetFormats on macOS #​5332
  • Fix codesigning on macOS when the developer id contains non-ASCII characters. Note that this requires JDK 21 or later #​5358

Dependencies


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


v1.8.1

Changes since 1.8.0

Features

Resources
  • Now a Compose library with resources may be built and used as XCFramework (it requires Kotlin Gradle plugin 2.2 or higher) #​5294
  • Gradle Plugin DSL to change the generated Res class name #​5296

Fixes

Multiple Platforms
  • Fix incorrect pointer position calculation with rotation around unspecified pivot #​2082
iOS
  • Fix dialogs after modal view controller presentation #​2085
  • Fix issue where androidx.compose.material3.ModalBottomSheet closes after any tap #​2086
  • Fix context menu appearance after triple-tap #​2087
  • Fix a memory leak in ComposeUIViewController when text input starts #​2088
  • Use the cross-fade animation effect when rotating the screen with interop views #​2101
  • Show an error message when UIKitViewController inside Popup or Dialog #​2102
  • Fix an issue where the keyboard would appear after the second tap when the text input session was intercepted #​2103
Desktop
  • [Linux] Fix svgPainter doesn't show any images #​2096
  • Fix deadlock between BroadcastFrameClock.lock and Recomposer.stateLock #​2098
  • Fix "Serializer for class is not found" using androidx.navigation and running ./gradlew runRelease #​5314
  • kotlinx.serialization ProGuard rules are bundled in the Compose Gradle plugin #​5314
Web
  • Fixed the positioning and the dimensions of the backing text input (HTML element). The bug used to lead to unexpected scrolls on the page due to the browser trying to bring the HTML element into a view #​2081
Resources
  • Fix IDE highlighting/resolution when a generated file with resource accessors is too big #​5298

Dependencies


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 requested a review from AndroidPoet as a code owner January 9, 2025 23:41
@renovate renovate bot force-pushed the renovate/jetbrains.compose branch from 806910b to aff2aa3 Compare January 30, 2025 19:10
@renovate renovate bot force-pushed the renovate/jetbrains.compose branch from aff2aa3 to 94d77ac Compare May 6, 2025 07:59
@renovate renovate bot changed the title Update dependency org.jetbrains.compose to v1.8.0+check Update dependency org.jetbrains.compose to v1.8.0 May 6, 2025
@renovate renovate bot force-pushed the renovate/jetbrains.compose branch from 94d77ac to 3a9be7d Compare May 20, 2025 06:55
@renovate renovate bot changed the title Update dependency org.jetbrains.compose to v1.8.0 Update dependency org.jetbrains.compose to v1.8.1 May 20, 2025
@renovate renovate bot force-pushed the renovate/jetbrains.compose branch from 3a9be7d to 4d6ee3d Compare June 17, 2025 10:56
@renovate renovate bot changed the title Update dependency org.jetbrains.compose to v1.8.1 Update dependency org.jetbrains.compose to v1.8.2 Jun 17, 2025
@renovate renovate bot force-pushed the renovate/jetbrains.compose branch from 4d6ee3d to e238f5d Compare September 15, 2025 20:37
@renovate renovate bot changed the title Update dependency org.jetbrains.compose to v1.8.2 Update dependency org.jetbrains.compose to v1.9.0 Sep 15, 2025
@renovate renovate bot force-pushed the renovate/jetbrains.compose branch from e238f5d to 4cbe872 Compare October 13, 2025 13:35
@renovate renovate bot changed the title Update dependency org.jetbrains.compose to v1.9.0 Update dependency org.jetbrains.compose to v1.9.1 Oct 13, 2025
@renovate renovate bot force-pushed the renovate/jetbrains.compose branch from 4cbe872 to 53c41c3 Compare October 28, 2025 11:50
@renovate renovate bot changed the title Update dependency org.jetbrains.compose to v1.9.1 Update dependency org.jetbrains.compose to v1.9.2 Oct 28, 2025
@renovate renovate bot force-pushed the renovate/jetbrains.compose branch from 53c41c3 to b010a0d Compare November 6, 2025 13:51
@renovate renovate bot changed the title Update dependency org.jetbrains.compose to v1.9.2 Update dependency org.jetbrains.compose to v1.9.3 Nov 6, 2025
@renovate renovate bot force-pushed the renovate/jetbrains.compose branch from b010a0d to 7b7c033 Compare January 12, 2026 12:51
@renovate renovate bot changed the title Update dependency org.jetbrains.compose to v1.9.3 Update dependency org.jetbrains.compose to v1.10.0 Jan 12, 2026
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.

1 participant