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:
v2
->v4
v1
->v4
8.2
->8.7
2022.10.00
->2024.03.00
1.6.0-rc02
->1.6.1
2.0.0-rc-1
->2.0.0-rc-2
8.2.2
->8.3.1
8.2.2
->8.3.1
Release Notes
actions/checkout (actions/checkout)
v4
Compare Source
v3
Compare Source
actions/setup-java (actions/setup-java)
v4
Compare Source
v3
Compare Source
v2
Compare Source
gradle/gradle (gradle)
v8.7
Compare Source
v8.6
Compare Source
v8.5
: 8.5Compare Source
The Gradle team is excited to announce Gradle 8.5.
Read the Release Notes
We would like to thank the following community members for their contributions to this release of Gradle:
Ahmed Ehab,
Alex Landau,
Aurimas,
Björn Kautler,
bodhili,
Daniel Le Berre,
davidburstrom,
Franz Wimmer,
Jongwoo Han,
Ken,
Leonardo Silveira,
Martin Bonnin,
Matthew Von-Maszewski,
Nik Clayton,
noeppi_noeppi,
Philip Wedemann,
Philipp Schneider,
Tomas Bjerre
Upgrade instructions
Switch your build to use Gradle 8.5 by updating your wrapper:
See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.
For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.
Reporting problems
If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.
We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.
v8.4
: 8.4Compare Source
The Gradle team is excited to announce Gradle 8.4.
Amongst other improvements, this release addresses two security vulnerabilities:
Read the Release Notes
We would like to thank the following community members for their contributions to this release of Gradle:
Ahmed Ehab,
Andrei Rybak,
Baptiste Decroix,
Björn Kautler,
Cesar de la Vega,
Ganavi Jayaram,
Gaurav Padam,
hwanseok,
J.T. McQuigg,
Jakub Chrzanowski,
Jendrik Johannes,
kackey0-1,
Konstantin Gribov,
Pratik Haldankar,
Qinglin,
Sebastian Schuberth,
Thad House,
valery1707,
Vladimir Sitnikov,
wuyangnju,
Yanming Zhou,
Yanshun Li,
Yusuke Uehara,
zeners
Upgrade instructions
Switch your build to use Gradle 8.4 by updating your wrapper:
Reporting problems
If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.
We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.
v8.3
: 8.3Compare Source
The Gradle team is excited to announce Gradle 8.3.
Read the Release Notes
We would like to thank the following community members for their contributions to this release of Gradle:
Adam,
Ahmed Ehab,
Aurimas,
Baptiste Decroix,
Björn Kautler,
Borewit,
Korov,
Mohammed Thavaf,
Patrick Brückner,
Philip Wedemann,
Róbert Papp,
Shi Chen,
Tony Robalik
Upgrade instructions
Switch your build to use Gradle 8.3 by updating your wrapper:
Reporting problems
If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.
We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.
v8.2.1
Compare Source
JetBrains/compose-jb (org.jetbrains.compose)
v1.6.1
Changes since 1.6.0
Features
Common
Fixes
iOS, Desktop, Web
ExposedDropdownMenuBox
recomposing unnecessarilyiOS
Pager
scroll with scrollable content on topTextField
crash when using speech-to-textWeb
Popup
on resizeDesktop
COMPONENT
layer typeResources
Res
class generation if the library is declared as 'api'regionCode
crash on iOS before 17Res
file when project is building forJsTarget
Dependencies
This version of Compose Multiplatform is based on the next Jetpack Compose libraries:
v1.6.0
Changes since 1.5.12
Highlights
An overview of highlights for this release is also available in the Compose Multiplatform documentation: What's new in 1.6.0.
Common
Res
classcomposeResources
dir withdrawable
,font
,files
,values/strings.xml
supportiOS, Desktop, Web
LineHeightStyle.Trim
iOS
Popup
s/Dialog
s can now be displayed outside aViewController
over native componentsText
inSelectionContainer
by double and triple tapWeb
Desktop
SwingPanel
interop (under an experimental flag, see the link)Popup
s/Dialog
s can now be displayed outside the main window or panel and over native components (under an experimental flag, see the link)Breaking changes
Common
compose.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)
google()
maven repository is now required. Add this tobuild.gradle.kts
:repositories {
...
google()
}
If the project doesn't have it, there will be an error
Could not find androidx.annotation:annotation:...
orCould not find org.jetbrains.compose.collection-internal:collection
.lineHeight
set is trimmed by defaultfontSize
set withoutlineHeight
insideMaterialTheme
has different line heightiOS/Desktop/Web
public ComposeScene
in favour of@InternalComposeUiApi MultiLayerComposeScene
iOS
Popup
s/Dialog
s that are enabled by default, unable to draw anything out of their own bounds (for example, a shadow of the topmost container). It will be fixed in a future version, but if you're relying on this behavior, you can switch back to the old behavior by setting theplatformLayers
parameter tofalse
:Desktop
TooltipArea
andPointerEvent
Web (k/js)
plugin:androidx.compose.compiler.plugins.kotlin:generateDecoys=true
.Features
Common
runtime-saveable
iOS
@Composable fun UIKitViewController
Desktop
Web
HTML library
StyleSheet
sub
,sup
andblockquote
elementsGradle Plugin
ui-tooling-preview
aliascompose.uiTest
dependencycompose.components.uiUtil
dependencyFixes
iOS/Desktop/Web
painterResource(:DrawableResource)
outside desktop Window can produceUnsatisfiedLinkError
"TextLayoutResult#getLineForVerticalPosition
returns wrong value + slow performance"Font
constructor with lazy data loadingTextLayoutResult#getLineForOffset
LayoutCoordinates.localToWindow
coordinates conversion for non-full Compose componentsiOS
SystemFont
on iOSWindowInfo.containerSize
withoutplatformLayers
flagDesktop
MouseInfo.getPointerInfo()
returning null inWindowDraggableArea
SplitPane
makeGL
NumPadEnter
onDrag(matcher=
changesComposePanel
doesn't calculate its preferredSize correctly when it's called before doLayout"enabled
inscrollable
for mouse inputWeb
SystemThemeObserver
implementation for wasmJscomponents.uiToolingPreview
libraryImage.toBitmap
Gradle Plugin
org.jetbrains.compose
is applied from a script pluginDependencies
This version of Compose Multiplatform is based on the next Jetpack Compose libraries:
See the announce of Jetpack Compose 1.6. Notes:
Changes to default font padding
affects only Android target.Added support for selection by mouse, including text.
concerns only Android. Other targets supported it before 1.6.Modifier.onExternalDrag
See the announce of Material 1.2.
v1.6.0-rc03
Changes since 1.6.0-rc02
SelectionContainer
occasionally crashes on iOS iOSDependencies
This version of Compose Multiplatform is based on the next Jetpack Compose libraries:
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.