Skip to content

Commit

Permalink
Version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tclement0922 committed Nov 1, 2024
1 parent 6cd8c72 commit 17cf617
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
**Full Changelog**: https://github.com/tclement0922/compose-font-icons/compare/v1.4.0...v1.4.1
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 17cf617

Please sign in to comment.