From 17cf6172543c2f31256640d3c4035da916455ef7 Mon Sep 17 00:00:00 2001 From: tclement0922 Date: Fri, 1 Nov 2024 16:27:59 +0100 Subject: [PATCH] Version 1.4.1 --- CHANGELOG.md | 22 +++++++++++----------- gradle.properties | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21470d9b..b0af1e3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,18 @@ -Changes from 1.3.0: -- Add FontAwesome Free as a packaged font -- Add non-Composable functions to create `IconFont` instances (#4) -- Fix icon alignment in `Canvas.drawIcon` (#5) -- Restrict `rememberVariableIconFont` to Android O and higher -- Deprecate `Canvas.drawIcon` and everything related to it (for replacement see d5ef8d9a34af16a3b1dfe55c66ae57f279cd7f58) +Changes from 1.4.0: +- Implement non-composable functions for Compose Resources fonts (f92aa9c30ad3c998b21441d40fb2bfd354c0f13a) +- Fix Glance static font support when using multiplatform resources (eb276568e225885f215b6b05a2ca9a1c4185de5d) Packaged fonts: -- Material Symbols (revision [e9da219](https://github.com/google/material-design-icons/tree/e9da2194e65080a829d670ae39a99c7b5fc09548)) +- Material Symbols (revision [67a2d69](https://github.com/google/material-design-icons/tree/67a2d692ac9918d65025ee8a2378818e3d7a8f72)) - FontAwesome Free (version [6.6.0](https://github.com/FortAwesome/Font-Awesome/tree/6.6.0)) Built with: -- Compose Multiplatform 1.6.11 -- Kotlin 2.0.20 -- AndroidX Glance 1.1.0 +- Compose Multiplatform 1.7.0 +> [!CAUTION] +> Due to changes in the dependencies of Compose Multiplatform, adjustments have been made to this library's internal +> code. Those changes make this library incompatible with versions of Compose Multiplatform prior to 1.7.0. +- Kotlin 2.0.21 +- AndroidX Glance 1.1.1 - Android Gradle plugin 8.5.2 -**Full Changelog**: https://github.com/tclement0922/compose-font-icons/compare/v1.3.0...v1.4.0 \ No newline at end of file +**Full Changelog**: https://github.com/tclement0922/compose-font-icons/compare/v1.4.0...v1.4.1 \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 4520be0f..03b5ff96 100644 --- a/gradle.properties +++ b/gradle.properties @@ -34,7 +34,7 @@ FONT_SYMBOLS_REVISION=67a2d692ac9918d65025ee8a2378818e3d7a8f72 FONT_FA_REVISION=6.6.0 GROUP=dev.tclement.fonticons -VERSION_NAME=1.4.0 +VERSION_NAME=1.4.1 POM_CORE_NAME=Compose Font Icon POM_CORE_DESCRIPTION=Font icons composables for Compose Multiplatform