Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Release notes

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

3.0.1

What's Changed

Full Changelog: jordond/MaterialKolor@3.0.0...3.0.1

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(),
)

... (truncated)

Commits
  • 7bfee3a chore(deps): update dependency org.jetbrains.compose to v1.9.0-beta01 (#359)
  • 5478808 fix(deps): update dependency com.google.errorprone:error_prone_annotations to...
  • 8e8e80c chore(deps): update dependency com.diffplug.spotless to v7.2.1 (#355)
  • c5c724a chore(deps): update dependency dev.drewhamilton.poko to v0.19.2 (#356)
  • f800cd0 chore(deps): update dependency com.diffplug.spotless to v7.2.0 (#353)
  • f5a9097 fix(deps): update dependency com.google.errorprone:error_prone_annotations to...
  • c5ad35c chore(deps): update plugin com.gradle.develocity to v4.1 (#352)
  • bcda524 chore(deps): update dependency com.vanniktech.maven.publish to v0.34.0 (#350)
  • e4ceb29 chore(deps): update dependency dev.drewhamilton.poko to v0.19.1 (#349)
  • 880241c chore(deps): update dependency com.android.library to v8.11.1 (#348)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jul 25, 2025
@dependabot dependabot bot force-pushed the dependabot/gradle/master/com.materialkolor-material-kolor-3.0.1 branch from 7b411b8 to 643a7bd Compare August 11, 2025 07:31
Bumps [com.materialkolor:material-kolor](https://github.com/jordond/materialkolor) from 2.1.1 to 3.0.1.
- [Release notes](https://github.com/jordond/materialkolor/releases)
- [Commits](jordond/MaterialKolor@2.1.1...3.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/master/com.materialkolor-material-kolor-3.0.1 branch from 643a7bd to ad99a2e Compare August 15, 2025 07:43
@Lyxot Lyxot force-pushed the master branch 2 times, most recently from 7b8f644 to 26f0420 Compare September 14, 2025 09:13
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 21, 2025

A newer version of com.materialkolor:material-kolor exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

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