Skip to content

Commit 95c202b

Browse files
committed
Version 1.4.0
1 parent 900cc63 commit 95c202b

2 files changed

Lines changed: 14 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
1-
Changes from 1.2.3:
2-
- Update Material Symbols to 09/08/2024
3-
- Add iOS and macOS support (#3)
1+
Changes from 1.3.0:
2+
- Add FontAwesome Free as a packaged font
3+
- Add non-Composable functions to create `IconFont` instances (#4)
4+
- Fix icon alignment in `Canvas.drawIcon` (#5)
5+
- Restrict `rememberVariableIconFont` to Android O and higher
6+
- Deprecate `Canvas.drawIcon` and everything related to it (for replacement see d5ef8d9a34af16a3b1dfe55c66ae57f279cd7f58)
7+
8+
Packaged fonts:
9+
- Material Symbols (revision [e9da219](https://github.com/google/material-design-icons/tree/e9da2194e65080a829d670ae39a99c7b5fc09548))
10+
- FontAwesome Free (version [6.6.0](https://github.com/FortAwesome/Font-Awesome/tree/6.6.0))
411

512
Built with:
613
- Compose Multiplatform 1.6.11
7-
- Kotlin 2.0.10
14+
- Kotlin 2.0.20
815
- AndroidX Glance 1.1.0
9-
- Android Gradle plugin 8.2.2
16+
- Android Gradle plugin 8.5.2
1017

11-
**Full Changelog**: https://github.com/tclement0922/compose-font-icons/compare/v1.2.3...v1.3.0
18+
**Full Changelog**: https://github.com/tclement0922/compose-font-icons/compare/v1.3.0...v1.4.0

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ FONT_SYMBOLS_REVISION=e9da2194e65080a829d670ae39a99c7b5fc09548
3434
FONT_FA_REVISION=6.6.0
3535

3636
GROUP=dev.tclement.fonticons
37-
VERSION_NAME=1.3.0
37+
VERSION_NAME=1.4.0
3838

3939
POM_CORE_NAME=Compose Font Icon
4040
POM_CORE_DESCRIPTION=Font icons composables for Compose Multiplatform

0 commit comments

Comments
 (0)