Changes from 1.4.1:
- Dropped support for packaged fonts, the accessors should now be manually generated from the tool available on the new website
- Removed every deprecated functions
- Slightly changed the variable fonts APIs: the
fontVariationSettings
parameters are now aFontVariation.Settings
object instead of anArray<FontVariation.Setting>
- The Desktop (JVM) target now targets Java 11 instead of Java 8 since Compose Multiplatform requires Java 11 for the JVM
- Renamed the
core-glance
module toglance
Built with:
- Compose Multiplatform 1.7.3
- Kotlin 2.1.0
- AndroidX Glance 1.1.1
- Android Gradle plugin 8.7.3
Full Changelog: https://github.com/tclement0922/compose-font-icons/compare/v1.4.0...v1.4.1