chore(deps): update all dependencies #1
Merged
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.23.3
->1.23.4
6.22.0
->6.23.0
0.3.2
->0.3.3
2.4.0
->2.5.0
1.5.3
->1.5.11
1.5.3
->1.5.11
8.1.2
->8.1.4
8.1.2
->8.1.4
1.6.0
->1.6.1
1.9.20
->1.9.21
1.9.20
->1.9.21
1.9.20
->1.9.21
1.9.20
->1.9.21
1.9.20
->1.9.21
Release Notes
mrmans0n/compose-rules (io.nlopez.compose.rules:detekt)
v0.3.3
Changelog
coil-kt/coil (io.coil-kt:coil-compose)
v2.5.0
Compare Source
MediaDataSourceFetcher.Factory
to support decodingMediaDataSource
implementations incoil-video
. (#1795)SHIFT6m
device to the hardware bitmap blocklist. (#1812)304 Not Modified
when cached headers include non-ASCII characters. (#1839)FakeImageEngine
not updating the interceptor chain's request. (#1905)accompanist-drawablepainter
to 0.32.0.androidx.annotation
to 1.7.0.androidx.compose.foundation
to 1.5.4.androidx.core
to 1.12.0.androidx.exifinterface:exifinterface
to 1.3.6.androidx.lifecycle
to 2.6.2.com.squareup.okhttp3
to 4.12.0.com.squareup.okio
to 3.6.0.JetBrains/compose-jb (org.jetbrains.compose.runtime:runtime)
v1.5.11
Common
Features
iOS
Fixes
Desktop
Fixes
Dependencies
This version of Compose Multiplatform is based on the next Jetpack Compose libraries:
v1.5.10
Common
Features
ModalBottomSheet
SearchBar
andDockedSearchBar
ExposedDropDownMenu
ExposedDropDownMenu
in commonWindowInfo.containerSize
experimental apidefaultTimePickerLayoutType
based on screen orientationPopup
/Dialog
Modifier
's (additionally toWindowInsets.*
)Fixes
ExposedDropdownMenuBox.onExpandedChange
was not recomposedRootLayout
insets only in case ofusePlatformInsets
iOS
Breaking changes
kotlin.native.cacheKind = none
will result in a build error.Features
CADisableMinimumFrameDurationOnPhone
is not configured properlyUIViewController
lifetime hooksCAMetalDrawable
acquisitionTextField
sFixes
UIKitView
s within a screenCADisplayLink.targetTimestamp
value as the time for animation framesModalBottomSheet
: scrim doesn't occupy complete screenWindowInsets
insidePopup
/Dialog
OutlinedTextField
label is clippedUIKitView
after navigating away and navigating backTextField
Desktop
Features
Role.DropdownList
viaAccessibleRole.COMBO_BOX
Role.Tab
to correctly translate to Java'sAccessibleRole.PAGE_TAB
SemanticsProperties.ProgressBarRangeInfo
Fixes
LocalLayoutDirection
isn't propagated intoDialogWindow
LocalLayoutDirection
)TextField
placed inModalBottomSheet
ProgressBarRangeInfo
changes for accessibilityenabled
inscrollable
for mouse inputGradle Plugin
Features
Fixes
syncComposeResourcesForIos
HTML library
Features
Web
Features
Dependencies
This version of Compose Multiplatform is based on the next Jetpack Compose libraries:
Kotlin/kotlinx.serialization (org.jetbrains.kotlinx:kotlinx-serialization-json)
v1.6.1
==================
This release uses Kotlin 1.9.20 by default, while upcoming 1.9.21 is also supported.
Trailing commas in Json
Trailing commas are one of the most popular non-spec Json variations.
A new configuration flag,
allowTrailingComma
, makes Json parser accept them instead of throwing an exception.Note that it does not affect encoding, so kotlinx.serialization always produces Json without trailing commas.
See details in the corresponding PR
Support of WasmJs target
Kotlin/Wasm has been experimental for some time and gained enough maturity to be added to the kotlinx libraries.
Starting with 1.6.1, kotlinx.serialization provides a wasm-js flavor, so your projects with Kotlin/Wasm can have even more
functionality.
As usual, just add serialization dependencies to your build
and declare wasmJs target.
Please remember that Kotlin/Wasm is still experimental, so changes are expected.
Bugfixes and improvements
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.