All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.2.3 - 2021-02-16
- Package dependency upgrades #161 #162 #163
- Fix deprecated htmlSafe #165
0.2.2 - 2020-09-10
- 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
- Removed usage of getWithDefault() #155
0.2.1 - 2019-09-19
- "Expected identifier" error in Internet Explorer #126
0.2.0 - 2019-09-15
- Convert docs to Angle bracket examples #109
- Add RFC warning see #117
- [BREAKING] Add focusable attribute which defaults to false #113
- Custom icon classes inserted 3 times #98
- Styles are duplicated #97
0.1.14 - 2019-06-28
- Update to ember-cli 3.10
- Minimum Node requirement changed to version >= 8
0.1.13 - 2019-02-21
- Error when an addon doesn't have a root #95
0.1.12 - 2019-02-20
- Allow Addons to Add Icons to the Build #91
0.1.11 - 2019-02-19
- Fix issue with build time transform in nested addons #93
0.1.10 - 2019-02-18
- Improved automatic replacement documentation #88
- Add yarn workspace support #92
- Updated dependencies #89
0.1.9 - 2018-12-03
- Allow users to opt out of the no-icons warning #84
- Remove this.attrs check #78
- Update ember-cli and blueprints to 3.4.3 #83
0.1.8 - 2018-10-02
- Removed dev dependencies from regular dependencies #76
0.1.7 - 2018-09-17
- Bind string like objects to title #74
0.1.6 - 2018-09-13
- Put title in the right place #72
- Remove old export #73
0.1.5 - 2018-08-23
- Remove some extra white space #70
- Bind the title attribute #71
0.1.4 - 2018-08-22
- Inconsistency in configuration #57
- Build time component doesn't use defaultPrefix #65
0.1.3 - 2018-08-10
- Remove deprecated Ember.logger #64
0.1.2 - 2018-07-30
- Object.assign not available in IE11 #61
0.1.1 - 2018-07-16
- Routine deps updates, ember-cli 3.2.0, node v10 support
0.1.0 - 2018-06-20
- Initial stable, production-ready release of angular-fontawesome
0.1.0-8 - 2018-05-25
- Ability to specify the default prefix in the configuration #35 #49