File tree Expand file tree Collapse file tree 3 files changed +13
-12
lines changed Expand file tree Collapse file tree 3 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 1- ## 10.0.0-beta2
1+ ## 10.0.0
2+ * Upgrade to Font Awesome icons 6.1.0
3+ * Update the configurator to work with version 6
4+ * Add alias support
5+ (Aliases may be old names of renamed icons.
6+ Since it is unclear if they are about to stay,
7+ aliases are marked as @Deprecated with a message containing the new icon name.)
8+ * Update FaIcon with the latest changes to flutter's default Icon
9+ * DEPRECATE duotone icon support for pro users
210* Fix linter warnings - thanks to @gslender !
311
4- ## 10.0.0-beta
5- * Fix #132 FaIcon not centered when used as prefix icon
6-
7- This is a change with the goal to align ` FaIcon ` more like the standard ` Icon ` class.
8- However, this may impose breaking changes, which is why version 10.0.0 will stay a beta for a while.
9-
10- Should you notice something not working as it did before, which does not match the behaviour of ` Icon ` , please
11- open an issue on github!
12-
1312## 9.2.0
1413* Upgrade to Font Awesome icons 5.15.4
1514* Equalize windows and linux tool scripts
Original file line number Diff line number Diff line change @@ -146,7 +146,9 @@ getIconFromCss('far custom-class fa-abacus'); // returns the abacus icon in regu
146146
147147Duotone support has been discontinued after font awesome changed the way they lay out the icon glyphs inside the font's
148148file. The new way using ligatures is not supported by flutter at the moment.
149- Follow this issue for updates: [ flutter/flutter #100325 ] ( https://github.com/flutter/flutter/issues/100325 ) .
149+
150+ For more information on why duotone icon support was discontinued, see
151+ [ this discussion] ( https://github.com/fluttercommunity/font_awesome_flutter/issues/192 ) .
150152
151153## FAQ
152154
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: font_awesome_flutter
22description : The Font Awesome Icon pack available as Flutter Icons. Provides 1600 additional icons to use in your apps.
33maintainer : Michael Spiss (@michaelspiss)
44homepage : https://github.com/fluttercommunity/font_awesome_flutter
5- version : 10.0.0-beta
5+ version : 10.0.0
66
77environment :
88 sdk : " >=2.12.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments