Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jan 10:20
· 1 commit to main since this release

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 a FontVariation.Settings
    object instead of an Array<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 to glance

Built with:

  • Compose Multiplatform 1.7.3
  • Kotlin 2.1.0
  • AndroidX Glance 1.1.1
  • Android Gradle plugin 8.7.3

Full Changelog: v1.4.1...v2.0.0