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.46.22.0->6.23.00.3.2->0.3.32.4.0->2.5.01.5.3->1.5.111.5.3->1.5.118.1.2->8.1.48.1.2->8.1.41.6.0->1.6.11.9.20->1.9.211.9.20->1.9.211.9.20->1.9.211.9.20->1.9.211.9.20->1.9.21Release Notes
mrmans0n/compose-rules (io.nlopez.compose.rules:detekt)
v0.3.3Changelog
coil-kt/coil (io.coil-kt:coil-compose)
v2.5.0Compare Source
MediaDataSourceFetcher.Factoryto support decodingMediaDataSourceimplementations incoil-video. (#1795)SHIFT6mdevice to the hardware bitmap blocklist. (#1812)304 Not Modifiedwhen cached headers include non-ASCII characters. (#1839)FakeImageEnginenot updating the interceptor chain's request. (#1905)accompanist-drawablepainterto 0.32.0.androidx.annotationto 1.7.0.androidx.compose.foundationto 1.5.4.androidx.coreto 1.12.0.androidx.exifinterface:exifinterfaceto 1.3.6.androidx.lifecycleto 2.6.2.com.squareup.okhttp3to 4.12.0.com.squareup.okioto 3.6.0.JetBrains/compose-jb (org.jetbrains.compose.runtime:runtime)
v1.5.11Common
Features
iOS
Fixes
Desktop
Fixes
Dependencies
This version of Compose Multiplatform is based on the next Jetpack Compose libraries:
v1.5.10Common
Features
ModalBottomSheetSearchBarandDockedSearchBarExposedDropDownMenuExposedDropDownMenuin commonWindowInfo.containerSizeexperimental apidefaultTimePickerLayoutTypebased on screen orientationPopup/DialogModifier's (additionally toWindowInsets.*)Fixes
ExposedDropdownMenuBox.onExpandedChangewas not recomposedRootLayoutinsets only in case ofusePlatformInsetsiOS
Breaking changes
kotlin.native.cacheKind = nonewill result in a build error.Features
CADisableMinimumFrameDurationOnPhoneis not configured properlyUIViewControllerlifetime hooksCAMetalDrawableacquisitionTextFieldsFixes
UIKitViews within a screenCADisplayLink.targetTimestampvalue as the time for animation framesModalBottomSheet: scrim doesn't occupy complete screenWindowInsetsinsidePopup/DialogOutlinedTextFieldlabel is clippedUIKitViewafter navigating away and navigating backTextFieldDesktop
Features
Role.DropdownListviaAccessibleRole.COMBO_BOXRole.Tabto correctly translate to Java'sAccessibleRole.PAGE_TABSemanticsProperties.ProgressBarRangeInfoFixes
LocalLayoutDirectionisn't propagated intoDialogWindowLocalLayoutDirection)TextFieldplaced inModalBottomSheetProgressBarRangeInfochanges for accessibilityenabledinscrollablefor mouse inputGradle Plugin
Features
Fixes
syncComposeResourcesForIosHTML 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.