Update dependency org.jetbrains.compose to v1.6.0-beta01 - autoclosed #12
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.6.0-alpha01
->1.6.0-beta01
Release Notes
JetBrains/compose-jb (org.jetbrains.compose)
v1.6.0-beta01
Highlights
Res
classcomposeResources
dir withdrawable
,font
,files
,values/strings.xml
supportLineHeightStyle.Trim
SwingPanel
interop (under an experimental flag, see the link)Breaking changes
lineHeight
set is trimmed by defaultfontSize
set withoutlineHeight
insideMaterialTheme
has different line heightcompose.components.resources
) changes*Main\resources
should be moved to*Main\composeResources\drawable
,commonMain\composeResources\font
or*Main\composeResources\files
depending on the resource typepainterResource("resource.xml")
should be replaced bypainterResource(Res.drawable.resource)
Known issues
compose.components.resources
library doesn't work yet if you applykotlin("jvm")
Gradle plugin. For now, it only works withkotlin("multiplatform")
Common
Features
runtime-saveable
iOS/desktop/web
Features
Font
constructor with lazy data loadingFixes
TextLayoutResult#getLineForOffset
LayoutCoordinates.localToWindow
coordinates conversion for non-full Compose componentsBreaking changes and deprecated API
public ComposeScene
in favour of@InternalComposeUiApi MultiLayerComposeScene
iOS
Features
@Composable fun UIKitViewController
Fixes
Desktop
Features
Fixes
NumPadEnter
onDrag(matcher=
changesComposePanel
doesn't calculate its preferredSize correctly when it's called before doLayout"enabled
inscrollable
for mouse inputWeb
Features
Fixes
Image.toBitmap
HTML library
Features
sub
,sup
andblockquote
elementsGradle Plugin
Features
compose.uiTest
dependencycompose.components.uiUtil
dependencyFixes
org.jetbrains.compose
is applied from a script pluginDependencies
This version of Compose Multiplatform is based on the next Jetpack Compose libraries:
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 this update again.
This PR has been generated by Mend Renovate. View repository job log here.