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.material3:material3 to v1.8.0+check #38

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 6, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jetbrains.compose.material3:material3 1.2.1 -> 1.8.0+check age adoption passing confidence

Release Notes

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

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
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:

  • Changes to default font padding affe

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 is behind base branch, 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 force-pushed the renovate/org.jetbrains.compose.material3-material3-1.x branch 8 times, most recently from 31a1df8 to 7c591ac Compare April 11, 2023 21:30
@renovate renovate bot changed the title Update dependency org.jetbrains.compose.material3:material3 to v1.3.1 Update dependency org.jetbrains.compose.material3:material3 to v1.4.0 Apr 11, 2023
@renovate renovate bot force-pushed the renovate/org.jetbrains.compose.material3-material3-1.x branch 3 times, most recently from 60d6e9a to edb9ba8 Compare April 12, 2023 19:29
@renovate renovate bot force-pushed the renovate/org.jetbrains.compose.material3-material3-1.x branch 3 times, most recently from b0051e9 to 59b1075 Compare April 24, 2023 17:30
@renovate renovate bot changed the title Update dependency org.jetbrains.compose.material3:material3 to v1.4.0 Update dependency org.jetbrains.compose.material3:material3 to v1.4.1 Jun 26, 2023
@renovate renovate bot changed the title Update dependency org.jetbrains.compose.material3:material3 to v1.4.1 Update dependency org.jetbrains.compose.material3:material3 to v1.4.2 Jul 25, 2023
@renovate renovate bot force-pushed the renovate/org.jetbrains.compose.material3-material3-1.x branch 2 times, most recently from 33ffb4e to de80539 Compare July 25, 2023 23:06
@renovate renovate bot changed the title Update dependency org.jetbrains.compose.material3:material3 to v1.4.2 Update dependency org.jetbrains.compose.material3:material3 to v1.4.3 Jul 25, 2023
@renovate renovate bot force-pushed the renovate/org.jetbrains.compose.material3-material3-1.x branch from de80539 to 895ec87 Compare August 11, 2023 12:11
@renovate renovate bot force-pushed the renovate/org.jetbrains.compose.material3-material3-1.x branch 5 times, most recently from 5de75ed to 414d4b4 Compare August 28, 2023 14:02
@renovate renovate bot changed the title Update dependency org.jetbrains.compose.material3:material3 to v1.4.3 Update dependency org.jetbrains.compose.material3:material3 to v1.5.0 Aug 28, 2023
@renovate renovate bot force-pushed the renovate/org.jetbrains.compose.material3-material3-1.x branch 2 times, most recently from 85c3036 to 746ec3e Compare September 6, 2023 11:15
@renovate renovate bot changed the title Update dependency org.jetbrains.compose.material3:material3 to v1.5.0 Update dependency org.jetbrains.compose.material3:material3 to v1.5.1 Sep 6, 2023
@renovate renovate bot force-pushed the renovate/org.jetbrains.compose.material3-material3-1.x branch from ba9974a to 476d991 Compare April 11, 2024 21:05
@renovate renovate bot force-pushed the renovate/org.jetbrains.compose.material3-material3-1.x branch from 476d991 to a61aaf7 Compare April 19, 2024 16:16
@renovate renovate bot force-pushed the renovate/org.jetbrains.compose.material3-material3-1.x branch from a61aaf7 to 994ea0c Compare May 17, 2024 23:33
@renovate renovate bot changed the title Update dependency org.jetbrains.compose.material3:material3 to v1.6.2 Update dependency org.jetbrains.compose.material3:material3 to v1.6.10 May 17, 2024
@renovate renovate bot force-pushed the renovate/org.jetbrains.compose.material3-material3-1.x branch from 994ea0c to 5ad9979 Compare June 3, 2024 17:02
@renovate renovate bot changed the title Update dependency org.jetbrains.compose.material3:material3 to v1.6.10 Update dependency org.jetbrains.compose.material3:material3 to v1.6.11 Jun 3, 2024
@renovate renovate bot force-pushed the renovate/org.jetbrains.compose.material3-material3-1.x branch 2 times, most recently from 940fd37 to 98f8316 Compare June 7, 2024 15:35
@renovate renovate bot force-pushed the renovate/org.jetbrains.compose.material3-material3-1.x branch from 98f8316 to 6cb1265 Compare July 15, 2024 11:36
@renovate renovate bot force-pushed the renovate/org.jetbrains.compose.material3-material3-1.x branch from 6cb1265 to 1d914ac Compare August 14, 2024 19:04
@renovate renovate bot force-pushed the renovate/org.jetbrains.compose.material3-material3-1.x branch from 1d914ac to d5f5aed Compare September 9, 2024 11:14
@renovate renovate bot force-pushed the renovate/org.jetbrains.compose.material3-material3-1.x branch from d5f5aed to 1ca54d5 Compare October 9, 2024 19:07
@renovate renovate bot changed the title Update dependency org.jetbrains.compose.material3:material3 to v1.6.11 Update dependency org.jetbrains.compose.material3:material3 to v1.7.0+build1877-release-1.7 Oct 9, 2024
@renovate renovate bot force-pushed the renovate/org.jetbrains.compose.material3-material3-1.x branch 2 times, most recently from 35a25c7 to 5d90967 Compare October 15, 2024 13:45
@renovate renovate bot changed the title Update dependency org.jetbrains.compose.material3:material3 to v1.7.0+build1877-release-1.7 Update dependency org.jetbrains.compose.material3:material3 to v1.7.0 Oct 15, 2024
@renovate renovate bot force-pushed the renovate/org.jetbrains.compose.material3-material3-1.x branch from 5d90967 to 78c78eb Compare October 25, 2024 12:17
@renovate renovate bot changed the title Update dependency org.jetbrains.compose.material3:material3 to v1.7.0 Update dependency org.jetbrains.compose.material3:material3 to v1.7.1+build1894-release-1.7.1 Oct 25, 2024
@renovate renovate bot force-pushed the renovate/org.jetbrains.compose.material3-material3-1.x branch from 78c78eb to e1e9bc4 Compare November 7, 2024 17:13
@renovate renovate bot changed the title Update dependency org.jetbrains.compose.material3:material3 to v1.7.1+build1894-release-1.7.1 Update dependency org.jetbrains.compose.material3:material3 to v1.7.1+build1910-release-1.7.1 Nov 7, 2024
@renovate renovate bot force-pushed the renovate/org.jetbrains.compose.material3-material3-1.x branch from e1e9bc4 to 30e2d87 Compare November 11, 2024 17:43
@renovate renovate bot changed the title Update dependency org.jetbrains.compose.material3:material3 to v1.7.1+build1910-release-1.7.1 Update dependency org.jetbrains.compose.material3:material3 to v1.7.1+build1914-release-1.7.1 Nov 11, 2024
@renovate renovate bot force-pushed the renovate/org.jetbrains.compose.material3-material3-1.x branch from 30e2d87 to 127686c Compare November 12, 2024 15:07
@renovate renovate bot changed the title Update dependency org.jetbrains.compose.material3:material3 to v1.7.1+build1914-release-1.7.1 Update dependency org.jetbrains.compose.material3:material3 to v1.7.1 Nov 12, 2024
@renovate renovate bot force-pushed the renovate/org.jetbrains.compose.material3-material3-1.x branch 2 times, most recently from 5c0b28e to b356d4e Compare November 14, 2024 07:01
@renovate renovate bot changed the title Update dependency org.jetbrains.compose.material3:material3 to v1.7.1 Update dependency org.jetbrains.compose.material3:material3 to v1.8.0+check Nov 14, 2024
@renovate renovate bot force-pushed the renovate/org.jetbrains.compose.material3-material3-1.x branch from b356d4e to 47a92e2 Compare November 22, 2024 15:42
@renovate renovate bot force-pushed the renovate/org.jetbrains.compose.material3-material3-1.x branch from 47a92e2 to 948f8f0 Compare January 24, 2025 15:17
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