Releases: FortAwesome/ember-fontawesome
Releases · FortAwesome/ember-fontawesome
v0.1.11
0.1.11 - 2019-02-19
Fixed
- Fix issue with build time transform in nested addons #93
0.1.10
0.1.10 - 2019-02-18
Added
- Improved automatic replacement documentation #88
Fixed
- Add yarn workspace support #92
- Updated dependencies #89
0.1.9
Added
- Allow users to opt out of the no-icons warning #84
Fixed
- Remove this.attrs check #78
- Update ember-cli and blueprints to 3.4.3 #83
0.1.7
Fixed
- Bind string like objects to title #74
0.1.6
Fixed
- Put title in the right place #72
- Remove old export #73
Release 0.1.5
0.1.5 - 2018-08-23
Fixed
- Remove some extra white space #70
Added
- Bind the title attribute #71
Release 0.1.4
Fixed
- Inconsistency in configuration #57
- Build time component doesn't use defaultPrefix #65
This release deprecates configuration in ember-cli-build.js
. All configuration should now be done in config/environment.js
. Items still in ember-cli-build.js
will be respected until v0.2.0
is released.
Release 0.1.3
Fixed
- Remove deprecated Ember.logger #64
Release 0.1.2
Fixed
- Object.assign not available in IE11 #61