github jordond/MaterialKolor 4.0.0

latest releases: 4.0.1, 5.0.0-alpha01
18 hours ago

USE VERSION 4.0.1 INSTEAD

Due to an issue when uploading to Maven, 4.0.0 isn't correct.

What's Changed

  • Chore: Update Build files by @jordond in #379
  • Upstream: Minor changes to the 2025 color spec by @jordond in #403
  • Update Compose Multiplatform to 1.9.1, and remove MaterialExpressive support by @jordond in #404

BREAKING CHANGES

  • Removal of Material3 Expressive support
  • If you were using DynamicMaterialExpressiveTheme you need to remove it, or update to the alpha version of 5.0.0

In version 3.0.0 of MaterialKolor, support for Material Expressive was added. This was premature as it required an alpha version of Compose Multiplatform and Material3. That backfired because version 1.4 of Material3 REMOVED support for Material Expressive, and moved it to the 1.5 alpha release.

Compose Multiplatform followed suit, and it is no longer accessible in Compose Multiplatform 1.9.1. So in order to update MaterialKolor to the stable 1.9 release of CMP, support for Expressive has been removed. This will be released as version 4.0.0 of MaterialKolor.

Compose Multiplatform 1.10 (which is currently in alpha) currently includes support for MaterialExpressive. So if you still want to use Expressive, and don't mind using an alpha version of CMP. You can use the preview 5.0.0 version of MaterialKolor.

Discussion here

Dependencies

Full Changelog: 3.0.1...4.0.0

Don't miss a new MaterialKolor release

NewReleases is sending notifications on new releases.