File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
512Built 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
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ FONT_SYMBOLS_REVISION=e9da2194e65080a829d670ae39a99c7b5fc09548
3434FONT_FA_REVISION =6.6.0
3535
3636GROUP =dev.tclement.fonticons
37- VERSION_NAME =1.3 .0
37+ VERSION_NAME =1.4 .0
3838
3939POM_CORE_NAME =Compose Font Icon
4040POM_CORE_DESCRIPTION =Font icons composables for Compose Multiplatform
You can’t perform that action at this time.
0 commit comments