Update composeAdaptiveLayout to v1.1.2 - autoclosed#127
Closed
renovate[bot] wants to merge 1 commit intomainfrom
Closed
Update composeAdaptiveLayout to v1.1.2 - autoclosed#127renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
423bcb9 to
33f907c
Compare
33f907c to
a34bf05
Compare
a34bf05 to
0594a40
Compare
0594a40 to
b667a17
Compare
b667a17 to
66d6064
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.0.0->1.1.21.0.0->1.1.2Release Notes
JetBrains/compose-jb (org.jetbrains.compose.material3.adaptive:adaptive-layout)
v1.1.1Desktop
Fixes
API changes
If you use
Dispatchers.SwingorDispatchers.Mainin your code, add this dependency intobuild.gradle.kts:Also, usage of
Dispatchers.SwingorDispatchers.Maininside internals of Compose is implementation details, and can be changed in the future. If you need to avoid race conditions with Compose UI, you can obtain appropriate coroutine scope viarememberCoroutineScope:v1.1.0Desktop
Features
Fixes
API changes
PointerEvent.awtEvent,KeyEvent.awtEventare deprecated, usePointerEvent.awtEventOrNull,KeyEvent.awtEventOrNullinstead. The event can be null, if it isn't sent by AWT (for example, Compose can send synthetic Move events on relayout)Dependencies
This version of Compose Multiplatform is based on the next Jetpack Compose libraries:
v1.0.1This is basically 1.0.0 that works with Kotlin 1.6.10
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 was generated by Mend Renovate. View the repository job log.