Releases: FortAwesome/ember-fontawesome
Releases · FortAwesome/ember-fontawesome
0.3.4
Fixed
- Removes forced dependency on [email protected] which reverses breaking changes introduced in 0.3.3
0.3.3
Possibly breaking change
- The underlying SVG core was updated to v6. While this library should still be fully compatible with FA v5 some differences in the way icons are built can cause visual issues. See #208 for details
Fixed
- Remove surrounding whitespace around icon #204
- Update ember-get-config to version 2
0.3.2
Fixed
- Removes prefixing behaviour before numbers #200
0.3.1
Fixed
- Bug getting the viewBox #197
0.3.0
Added
Changed
- Update Ember CLI to 3.28.2
- Update ember-get-config to 1.0.0
- Update to webpack 5
- Octaneify FaIcon Component
Fixed
- Remove deprecation warning for
assign
v0.2.2
Changed
- Dropping support for Node version 8 (version 10 or greater required) #139
- Passing the icon as a position param is deprecated and will be removed in v1.0.0 #130
- Prefer icons.js for subsetting icons #121
Fixed
- Removed usage of getWithDefault() #155
v0.2.1
Fixed
- "Expected identifier" error in Internet Explorer #126
0.2.0
Changed
- Convert docs to Angle bracket examples #109
- Add RFC warning see #117
- [BREAKING] Add focusable attribute which defaults to false #113
Fixed
- Custom icon classes inserted 3 times #98
- Styles are duplicated #97
v0.1.14
Changed
- Update to ember-cli 3.10
- Minimum Node requirement changed to version >= 8