From 7bcd23b8387f523c3e54571e494efb12072d1994 Mon Sep 17 00:00:00 2001 From: Michael Spiss Date: Fri, 18 Mar 2022 20:11:20 +0100 Subject: [PATCH] Bump version number, Add changelog items --- CHANGELOG.md | 19 +++++++++---------- README.md | 4 +++- pubspec.yaml | 2 +- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34c9c81..73d873b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,14 @@ -## 10.0.0-beta2 +## 10.0.0 +* Upgrade to Font Awesome icons 6.1.0 +* Update the configurator to work with version 6 +* Add alias support + (Aliases may be old names of renamed icons. + Since it is unclear if they are about to stay, + aliases are marked as @Deprecated with a message containing the new icon name.) +* Update FaIcon with the latest changes to flutter's default Icon +* DEPRECATE duotone icon support for pro users * Fix linter warnings - thanks to @gslender! -## 10.0.0-beta -* Fix #132 FaIcon not centered when used as prefix icon - -This is a change with the goal to align `FaIcon` more like the standard `Icon` class. -However, this may impose breaking changes, which is why version 10.0.0 will stay a beta for a while. - -Should you notice something not working as it did before, which does not match the behaviour of `Icon`, please -open an issue on github! - ## 9.2.0 * Upgrade to Font Awesome icons 5.15.4 * Equalize windows and linux tool scripts diff --git a/README.md b/README.md index f06e3d8..546f801 100755 --- a/README.md +++ b/README.md @@ -146,7 +146,9 @@ getIconFromCss('far custom-class fa-abacus'); // returns the abacus icon in regu Duotone support has been discontinued after font awesome changed the way they lay out the icon glyphs inside the font's file. The new way using ligatures is not supported by flutter at the moment. -Follow this issue for updates: [flutter/flutter#100325](https://github.com/flutter/flutter/issues/100325). + +For more information on why duotone icon support was discontinued, see +[this discussion](https://github.com/fluttercommunity/font_awesome_flutter/issues/192). ## FAQ diff --git a/pubspec.yaml b/pubspec.yaml index 9d5f49c..98283ab 100755 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: font_awesome_flutter description: The Font Awesome Icon pack available as Flutter Icons. Provides 1600 additional icons to use in your apps. maintainer: Michael Spiss (@michaelspiss) homepage: https://github.com/fluttercommunity/font_awesome_flutter -version: 10.0.0-beta +version: 10.0.0 environment: sdk: ">=2.12.0 <3.0.0"