Skip to content

Commit

Permalink
Bump version number, Add changelog items
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelspiss committed Mar 18, 2022
1 parent b171266 commit 7bcd23b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
19 changes: 9 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7bcd23b

Please sign in to comment.