Skip to content

Commit 7bcd23b

Browse files
committed
Bump version number, Add changelog items
1 parent b171266 commit 7bcd23b

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

CHANGELOG.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
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

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,9 @@ getIconFromCss('far custom-class fa-abacus'); // returns the abacus icon in regu
146146

147147
Duotone support has been discontinued after font awesome changed the way they lay out the icon glyphs inside the font's
148148
file. 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

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: font_awesome_flutter
22
description: The Font Awesome Icon pack available as Flutter Icons. Provides 1600 additional icons to use in your apps.
33
maintainer: Michael Spiss (@michaelspiss)
44
homepage: https://github.com/fluttercommunity/font_awesome_flutter
5-
version: 10.0.0-beta
5+
version: 10.0.0
66

77
environment:
88
sdk: ">=2.12.0 <3.0.0"

0 commit comments

Comments
 (0)