Releases: FortAwesome/ember-fontawesome
Releases · FortAwesome/ember-fontawesome
3.0.0
Changed
- Convert addon to an ember v2 addon
- Convert addon to TypeScript & add glint support
- Switch component into strict mode
- Move
@fortawesome/fontawesome-svg-core
to peerDependencies - Install fastboot package in test-app, so that we are save that it works also inside fastboot apps
Removed
- Drop support for
enableExperimentalBuildTimeTransform
(it was never documented) - Option
warnIfNoIconsIncluded
as it was used only in build time code (index.js) which doesn't exists in v2 addons - Remove
config/icons.js
(you need to setup in app.js/ts, see migration process)
Fixed
- Re-add support for ember v3.28
For upgrading see here
2.0.0
1.0.3
1.0.2
1.0.1
0.4.3
1.0.0
0.4.2
0.4.1
0.4.0
Added
- Uses the new @fortawesome/fontawesome-svg-core parse.icon() function to support icon aliases making it easier to upgrade from version 5 to 6 of Font Awesome
Fixed
- This release bumps the minor version to 4 because we introduced breaking changes that became disruptive in 0.3.3.