Skip to content

Bump com.materialkolor:material-kolor from 2.1.1 to 3.0.0#1088

Merged
Tlaster merged 2 commits intomasterfrom
dependabot/gradle/com.materialkolor-material-kolor-3.0.0
Jul 9, 2025
Merged

Bump com.materialkolor:material-kolor from 2.1.1 to 3.0.0#1088
Tlaster merged 2 commits intomasterfrom
dependabot/gradle/com.materialkolor-material-kolor-3.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jul 9, 2025

Bumps com.materialkolor:material-kolor from 2.1.1 to 3.0.0.

Release notes

Sourced from com.materialkolor:material-kolor's releases.

3.0.0

MaterialKolor 3.0.0

🎉 Material 3 Expressive Support

MaterialKolor 3.0.0 introduces support for Material 3 Expressive, allowing you to create more vibrant and expressive themes with enhanced motion capabilities.

Quick Start with Material Expressive

@OptIn(ExperimentalMaterial3ExpressiveApi::class)
@Composable
fun MyExpressiveTheme(
  seedColor: Color,
  isDark: Boolean = isSystemInDarkTheme(),
  content: @Composable () -> Unit
) {
  DynamicMaterialExpressiveTheme(
    seedColor = seedColor,
    motionScheme = MotionScheme.expressive(),
    isDark = isDark,
    animate = true,
    content = content,
  )
}

For direct usage with MaterialExpressiveTheme:

val scheme = rememberDynamicColorScheme(
  seedColor = seedColor,
  isDark = isDark,
  specVersion = ColorSpec.SpecVersion.SPEC_2025,
  style = PaletteStyle.Expressive,
)
MaterialExpressiveTheme(
colorScheme = scheme,
motionScheme = MotionScheme.expressive(),
)

🚨 BREAKING CHANGES 🚨

1. Extended Fidelity Removed

  • BREAKING: isExtendedFidelity parameter has been removed from all APIs as it's no longer part of the Material Color Utilities upstream library
  • Remove any usage of isExtendedFidelity from your code

... (truncated)

Commits
  • a4e3290 chore(deps): update dependency org.jetbrains.kotlinx.binary-compatibility-val...
  • 9df1999 chore(deps): update dependency org.jetbrains.compose to v1.9.0-alpha03 (#339)
  • f2b5e07 chore(deps): update dependency dev.drewhamilton.poko to v0.19.0 (#341)
  • fb09f56 chore(deps): update dependency gradle to v8.14.3 (#343)
  • 3977710 chore(deps): update dependency com.diffplug.spotless to v7.1.0 (#344)
  • e1e0975 chore(deps): update dependency com.android.library to v8.11.0 (#337)
  • 2ae2d73 fix(deps): update dependency com.google.errorprone:error_prone_annotations to...
  • 7bbcd0f chore(deps): update dependency com.vanniktech.maven.publish to v0.33.0 (#335)
  • baef803 chore(deps): update kotlin monorepo to v2.2.0 (#336)
  • dfa2917 run apiDump
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [com.materialkolor:material-kolor](https://github.com/jordond/materialkolor) from 2.1.1 to 3.0.0.
- [Release notes](https://github.com/jordond/materialkolor/releases)
- [Commits](jordond/MaterialKolor@2.1.1...3.0.0)

---
updated-dependencies:
- dependency-name: com.materialkolor:material-kolor
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 9, 2025
github-actions[bot]
github-actions bot previously approved these changes Jul 9, 2025
@Tlaster Tlaster enabled auto-merge July 9, 2025 08:29
@Tlaster Tlaster merged commit 098cf76 into master Jul 9, 2025
5 checks passed
@Tlaster Tlaster deleted the dependabot/gradle/com.materialkolor-material-kolor-3.0.0 branch July 9, 2025 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant