There was an error with 4.0.0 on Maven, use 4.0.1 instead.
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 of5.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.
Dependencies
- chore(deps): update AGP to v8.13.0 by @renovate[bot] in #381
- chore(deps): update kotlin to v2.2.20 by @renovate[bot] in #384
- chore(deps): update gradle to v9.1.0 by @renovate[bot] in #391
Full Changelog: 3.0.1...4.0.0