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 dependency org.jetbrains.compose to v1.7.3 #19

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jetbrains.compose 1.5.1 -> 1.7.3 age adoption passing confidence

Release Notes

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

v1.7.3

Changes since 1.7.1

Features

Desktop

Fixes

iOS

Dependencies


v1.7.1

Changes since 1.7.0

Fixes

Multiple Platforms
iOS
Desktop

Dependencies


v1.7.0

Changes since 1.6.11

Highlights

Resources

Navigation
Web

Breaking changes

iOS
Desktop
Android
Resources

Features

Multiple Platforms
iOS
Desktop
Resources
Gradle Plugin

Fixes

Multiple Platforms
iOS
Desktop
Web
Resources
Gradle Plugin

Dependencies


v1.6.11

Changes since 1.6.10

Fixes

Multiple Platforms
iOS
Desktop
Web
Resources
Gradle Plugin

Dependencies


v1.6.10

Changes since 1.6.2

Highlights

Breaking changes

  • Since Kotlin 2.0-RC2, the additional org.jetbrains.kotlin.plugin.compose Gradle plugin is required. See the migration guide

Features

Multiple Platforms
iOS
Desktop
Web
Resources
Gradle Plugin

Fixes

Multiple Platforms
iOS
Desktop
Web
Resources
Gradle plugin

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

Fixes

Multiple Platforms
iOS
Desktop
Web
Resources
Gradle Plugin

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

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency org.jetbrains.compose to v1.5.2 Update dependency org.jetbrains.compose to v1.5.3 Oct 5, 2023
@renovate renovate bot force-pushed the renovate/composemultiplatform branch from 5f8f1a1 to c771fad Compare October 5, 2023 20:05
@renovate renovate bot changed the title Update dependency org.jetbrains.compose to v1.5.3 Update dependency org.jetbrains.compose to v1.5.10 Oct 31, 2023
@renovate renovate bot force-pushed the renovate/composemultiplatform branch from c771fad to 6524328 Compare October 31, 2023 17:41
@renovate renovate bot force-pushed the renovate/composemultiplatform branch from 6524328 to e4514d5 Compare November 8, 2023 08:58
@renovate renovate bot force-pushed the renovate/composemultiplatform branch from e4514d5 to 7b3b848 Compare November 17, 2023 10:16
@renovate renovate bot changed the title Update dependency org.jetbrains.compose to v1.5.10 Update dependency org.jetbrains.compose to v1.5.11 Nov 24, 2023
@renovate renovate bot force-pushed the renovate/composemultiplatform branch 2 times, most recently from 47ac514 to ed52bc5 Compare November 30, 2023 23:03
@renovate renovate bot force-pushed the renovate/composemultiplatform branch from ed52bc5 to 72e2c2b Compare January 4, 2024 05:18
@renovate renovate bot force-pushed the renovate/composemultiplatform branch from 72e2c2b to 871a48c Compare January 29, 2024 23:18
@renovate renovate bot changed the title Update dependency org.jetbrains.compose to v1.5.11 Update dependency org.jetbrains.compose to v1.5.12 Jan 29, 2024
@renovate renovate bot changed the title Update dependency org.jetbrains.compose to v1.5.12 Update dependency org.jetbrains.compose to v1.6.0 Feb 27, 2024
@renovate renovate bot force-pushed the renovate/composemultiplatform branch from 871a48c to 3f940d0 Compare February 27, 2024 14:17
@renovate renovate bot force-pushed the renovate/composemultiplatform branch from 3f940d0 to 3ab5bc8 Compare March 13, 2024 23:03
@renovate renovate bot changed the title Update dependency org.jetbrains.compose to v1.6.0 Update dependency org.jetbrains.compose to v1.6.1 Mar 13, 2024
@renovate renovate bot force-pushed the renovate/composemultiplatform branch from 3ab5bc8 to 311cd91 Compare April 10, 2024 19:46
@renovate renovate bot changed the title Update dependency org.jetbrains.compose to v1.6.1 Update dependency org.jetbrains.compose to v1.6.2 Apr 10, 2024
@renovate renovate bot force-pushed the renovate/composemultiplatform branch from 311cd91 to c74bf05 Compare May 18, 2024 01:11
@renovate renovate bot changed the title Update dependency org.jetbrains.compose to v1.6.2 Update dependency org.jetbrains.compose to v1.6.10 May 18, 2024
@renovate renovate bot force-pushed the renovate/composemultiplatform branch from c74bf05 to 8aad960 Compare June 3, 2024 15:55
@renovate renovate bot changed the title Update dependency org.jetbrains.compose to v1.6.10 Update dependency org.jetbrains.compose to v1.6.11 Jun 3, 2024
@renovate renovate bot force-pushed the renovate/composemultiplatform branch from 8aad960 to 84834c5 Compare October 15, 2024 16:32
@renovate renovate bot changed the title Update dependency org.jetbrains.compose to v1.6.11 Update dependency org.jetbrains.compose to v1.7.0 Oct 15, 2024
@renovate renovate bot force-pushed the renovate/composemultiplatform branch from 84834c5 to e7bfbae Compare November 12, 2024 17:23
@renovate renovate bot changed the title Update dependency org.jetbrains.compose to v1.7.0 Update dependency org.jetbrains.compose to v1.7.1 Nov 12, 2024
@renovate renovate bot force-pushed the renovate/composemultiplatform branch from e7bfbae to fa9a525 Compare December 19, 2024 23:46
@renovate renovate bot changed the title Update dependency org.jetbrains.compose to v1.7.1 Update dependency org.jetbrains.compose to v1.7.3 Dec 19, 2024
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.

0 participants