-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6cd8c72
commit 17cf617
Showing
2 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters