cashapp / molecule

Build a StateFlow stream using Jetpack Compose
https://cashapp.github.io/molecule/docs/1.x/
Apache License 2.0
1.79k stars 77 forks source link

Update jetbrains.compose to v1.5.0 #294

Closed renovate[bot] closed 10 months ago

renovate[bot] commented 10 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jetbrains.compose.runtime:runtime 1.4.3 -> 1.5.0 age adoption passing confidence
org.jetbrains.compose:compose-gradle-plugin 1.4.3 -> 1.5.0 age adoption passing confidence

Release Notes

JetBrains/compose-jb (org.jetbrains.compose.runtime:runtime) ### [`v1.5.0`](https://togithub.com/JetBrains/compose-jb/blob/HEAD/CHANGELOG.md#150-beta02-August-2023) #### Common ##### Features - [`androidx.compose.material.DropdownMenu` is available to use from common source set](https://togithub.com/JetBrains/compose-multiplatform-core/pull/738) - [`androidx.compose.material3.DropdownMenu` is available to use from common source set](https://togithub.com/JetBrains/compose-multiplatform-core/pull/737) - [`androidx.compose.material.AlertDialog` is available to use from common source set](https://togithub.com/JetBrains/compose-multiplatform-core/pull/708) - [`androidx.compose.material3.AlertDialog` is available to use from common source set](https://togithub.com/JetBrains/compose-multiplatform-core/pull/710) - [Add `PopupProperties.clippingEnabled` setting](https://togithub.com/JetBrains/compose-multiplatform-core/pull/740) - material3. Support [`DatePicker`](https://togithub.com/JetBrains/compose-multiplatform-core/pull/717), [`DatePickerDialog`](https://togithub.com/JetBrains/compose-multiplatform-core/pull/745) and `TimePicker` ##### API Changes - [Change the default layout behavior of `AlertDialog`](https://togithub.com/JetBrains/compose-multiplatform-core/pull/708) #### iOS ##### Features - [Support singleLine and `KeyboardAction`](https://togithub.com/JetBrains/compose-multiplatform-core/pull/699) ##### Fixes - [Fix memory leak in `ComposeUIViewController`](https://togithub.com/JetBrains/compose-multiplatform/issues/3201) - [Manage Kotlin native cache kind automatically based on Kotlin version](https://togithub.com/JetBrains/compose-multiplatform/pull/3477) (`kotlin.native.cacheKind=none` is no longer needed) - [Limit max `Dialog` and `Popup` size by safe area on iOS](https://togithub.com/JetBrains/compose-multiplatform-core/pull/732) - [`TextField`, Korean characters are not normally entered](https://togithub.com/JetBrains/compose-multiplatform/issues/3101) - [`ColorMatrix` value range for 5th column was incorrect on Skiko backed platforms](https://togithub.com/JetBrains/compose-multiplatform/issues/3461) - [`isSystemDarkTheme` now automatically react to the system theme changes](https://togithub.com/JetBrains/compose-multiplatform-core/pull/715) ##### API Changes - [`ComposeUIViewController`. Dispose composition on `viewDidDisappear`](https://togithub.com/JetBrains/compose-multiplatform-core/pull/747) #### Web ##### Features - [Make `CanvasBasedWindow` apply default styles, set title](https://togithub.com/JetBrains/compose-multiplatform-core/pull/722) #### Gradle Plugin ##### Features - [Add `runtimeSaveable` to Dependencies in compose gradle plugin](https://togithub.com/JetBrains/compose-multiplatform/pull/3449) ##### API Changes - [Raise error when Homebrew JDK is used for packaging](https://togithub.com/JetBrains/compose-multiplatform/pull/3451/files) #### Dependencies This version of Compose Multiplatform is based on the next Jetpack Compose libraries: - [Compiler 1.5.0](https://developer.android.com/jetpack/androidx/releases/compose-compiler#1.5.0) - [Runtime 1.5.0](https://developer.android.com/jetpack/androidx/releases/compose-runtime#1.5.0) - [UI 1.5.0](https://developer.android.com/jetpack/androidx/releases/compose-ui#1.5.0) - [Foundation 1.5.0](https://developer.android.com/jetpack/androidx/releases/compose-foundation#1.5.0) - [Material 1.5.0](https://developer.android.com/jetpack/androidx/releases/compose-material#1.5.0) - [Material3 1.1.1](https://developer.android.com/jetpack/androidx/releases/compose-material3#1.1.1)

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 becomes conflicted, or you tick the rebase/retry checkbox.

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



This PR has been generated by Mend Renovate. View repository job log here.