Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update plugin org.jetbrains.compose to v1.6.10 - autoclosed #306

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 2, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jetbrains.compose 1.5.0-dev1074 -> 1.6.10 age adoption passing confidence

Release Notes

JetBrains/compose-jb (org.jetbrains.compose)

v1.6.10

Changes since 1.6.10-rc02

Fixes

iOS

Dependencies


v1.6.2

Changes since 1.6.1

Features

Common

Fixes

iOS, Desktop, Web
iOS

Dependencies

This version of Compose Multiplatform is based on the next Jetpack Compose libraries:

v1.6.1

Changes since 1.6.10-rc01

Known issues

Features

Web

Fixes

iOS
Resources

Dependencies


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
iOS, Desktop, Web
iOS
Web
Desktop

Breaking changes

Common
  • Resource library (compose.components.resources) changes
    • resources from *Main\resources should be moved to *Main\composeResources\drawable, commonMain\composeResources\font or *Main\composeResources\files depending on the resource type
    • painterResource("resource.xml") should be replaced by painterResource(Res.drawable.resource)
  • google() maven repository is now required. Add this to build.gradle.kts:
    repositories {
    ...
    google()
    }
    If the project doesn't have it, there will be an error Could not find androidx.annotation:annotation:... or Could not find org.jetbrains.compose.collection-internal:collection.
  • Text with lineHeight set is trimmed by default
  • Text with fontSize set without lineHeight inside MaterialTheme has different line height
iOS/Desktop/Web
iOS
  • Separate platform views for Popups/Dialogs 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 the platformLayers parameter to false:
    ComposeUIViewController(configure = {
        platformLayers = false
    }) {
        // ...
    }
Desktop
Web (k/js)
  • Libraries which depend on earlier Compose Multiplatform version are not compatible with 1.6.0 anymore. This is because decoys generation was disabled. Projects which apply Compose Compiler plugin manually need to remove this argument: plugin:androidx.compose.compiler.plugins.kotlin:generateDecoys=true.

Features

Common
iOS
Desktop
Web
HTML library
Gradle Plugin

Fixes

iOS/Desktop/Web
iOS
Desktop
Web
Gradle Plugin

Dependencies

This version of Compose Multiplatform is based on the next Jetpack Compose libraries:

See the announce of Jetpack Compose 1.6. Notes:

See the announce of Material 1.2.

v1.5.12

Common

Features

Desktop

Fixes

Dependencies

This version of Compose Multiplatform is based on the next Jetpack Compose libraries:

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

This is a combined changelog from the prerelease versions:

Common

Features
Fixes

iOS

Breaking changes
Features
Fixes

Desktop

Features
Fixes

Gradle Plugin

Features
Fixes

HTML library

Features

Web

Features

Dependencies

This version of Compose Multiplatform is based on the next Jetpack Compose libraries:

v1.5.3

Desktop

Fixes

Dependencies

This version of Compose Multiplatform is based on the next Jetpack Compose libraries:

v1.5.2

Desktop

Fixes

Dependencies

This version of Compose Multiplatform is based on the next Jetpack Compose libraries:

v1.5.1

Common

Features

Desktop

Fixes

Dependencies

This version of Compose Multiplatform is based on the next Jetpack Compose libraries:

v1.5.0

This is a combined changelog from the prerelease versions:

Common

Features
Fixes
API Changes

iOS

Features
Fixes
API Changes

Desktop

Features
Fixes
API Changes

Web

Features
Fixes

HTML library

Features

Gradle Plugin

Features
API Changes

Dependencies

This version of Compose Multiplatform is based on the next Jetpack Compose libraries:

v1.5.0-rc06: 1.5.0-rc06

v1.5.0-rc04: 1.5.0-rc04

v1.5.0-rc02: 1.5.0-rc02

v1.5.0-rc01: 1.5.0-rc01

v1.5.0-beta02

Common

Features
API Changes

iOS

Features
Fixes
API Changes

Web

Features

Gradle Plugin

Features
API Changes

Dependencies

This version of Compose Multiplatform is based on the next Jetpack Compose libraries:

v1.5.0-beta01

Common

Features
Fixes

iOS

Features
Fixes
API Changes

Desktop

Features

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/org.jetbrains.compose-1.x branch from 5b7bae4 to 7182420 Compare January 29, 2024 21:39
@renovate renovate bot changed the title Update plugin org.jetbrains.compose to v1.5.11 Update plugin org.jetbrains.compose to v1.5.12 Jan 29, 2024
@renovate renovate bot force-pushed the renovate/org.jetbrains.compose-1.x branch from 7182420 to 77d01c4 Compare March 2, 2024 11:55
@renovate renovate bot changed the title Update plugin org.jetbrains.compose to v1.5.12 Update plugin org.jetbrains.compose to v1.6.0 Mar 2, 2024
@renovate renovate bot force-pushed the renovate/org.jetbrains.compose-1.x branch from 77d01c4 to 2400dd5 Compare March 13, 2024 22:45
@renovate renovate bot changed the title Update plugin org.jetbrains.compose to v1.6.0 Update plugin org.jetbrains.compose to v1.6.1 Mar 13, 2024
@renovate renovate bot force-pushed the renovate/org.jetbrains.compose-1.x branch from 2400dd5 to a0d9101 Compare April 10, 2024 18:21
@renovate renovate bot changed the title Update plugin org.jetbrains.compose to v1.6.1 Update plugin org.jetbrains.compose to v1.6.2 Apr 10, 2024
@renovate renovate bot force-pushed the renovate/org.jetbrains.compose-1.x branch from a0d9101 to bbbd398 Compare May 17, 2024 20:38
@renovate renovate bot changed the title Update plugin org.jetbrains.compose to v1.6.2 Update plugin org.jetbrains.compose to v1.6.10 May 17, 2024
@renovate renovate bot changed the title Update plugin org.jetbrains.compose to v1.6.10 Update plugin org.jetbrains.compose to v1.6.10 - autoclosed May 23, 2024
@renovate renovate bot closed this May 23, 2024
@renovate renovate bot deleted the renovate/org.jetbrains.compose-1.x branch May 23, 2024 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants