Skip to content

Commit

Permalink
Version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tclement0922 committed Sep 8, 2024
1 parent 900cc63 commit 95c202b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
19 changes: 13 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
Changes from 1.2.3:
- Update Material Symbols to 09/08/2024
- Add iOS and macOS support (#3)
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)

Packaged fonts:
- Material Symbols (revision [e9da219](https://github.com/google/material-design-icons/tree/e9da2194e65080a829d670ae39a99c7b5fc09548))
- 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.10
- Kotlin 2.0.20
- AndroidX Glance 1.1.0
- Android Gradle plugin 8.2.2
- Android Gradle plugin 8.5.2

**Full Changelog**: https://github.com/tclement0922/compose-font-icons/compare/v1.2.3...v1.3.0
**Full Changelog**: https://github.com/tclement0922/compose-font-icons/compare/v1.3.0...v1.4.0
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=e9da2194e65080a829d670ae39a99c7b5fc09548
FONT_FA_REVISION=6.6.0

GROUP=dev.tclement.fonticons
VERSION_NAME=1.3.0
VERSION_NAME=1.4.0

POM_CORE_NAME=Compose Font Icon
POM_CORE_DESCRIPTION=Font icons composables for Compose Multiplatform
Expand Down

0 comments on commit 95c202b

Please sign in to comment.