Skip to content

Latest commit

 

History

History
137 lines (89 loc) · 3.49 KB

CHANGELOG.md

File metadata and controls

137 lines (89 loc) · 3.49 KB

Change Log

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.1 - 2019-09-19

Fixed

  • "Expected identifier" error in Internet Explorer #126

0.2.0 - 2019-09-15

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

0.1.14 - 2019-06-28

Changed

  • Update to ember-cli 3.10
  • Minimum Node requirement changed to version >= 8

0.1.13 - 2019-02-21

Fixed

  • Error when an addon doesn't have a root #95

0.1.12 - 2019-02-20

Added

  • Allow Addons to Add Icons to the Build #91

0.1.11 - 2019-02-19

Fixed

  • Fix issue with build time transform in nested addons #93

0.1.10 - 2019-02-18

Added

  • Improved automatic replacement documentation #88

Fixed

  • Add yarn workspace support #92
  • Updated dependencies #89

0.1.9 - 2018-12-03

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.8 - 2018-10-02

Fixed

  • Removed dev dependencies from regular dependencies #76

0.1.7 - 2018-09-17

Fixed

  • Bind string like objects to title #74

0.1.6 - 2018-09-13

Fixed

  • Put title in the right place #72
  • Remove old export #73

0.1.5 - 2018-08-23

Fixed

  • Remove some extra white space #70

Added

  • Bind the title attribute #71

0.1.4 - 2018-08-22

Fixed

  • Inconsistency in configuration #57
  • Build time component doesn't use defaultPrefix #65

0.1.3 - 2018-08-10

Fixed

  • Remove deprecated Ember.logger #64

0.1.2 - 2018-07-30

Fixed

  • Object.assign not available in IE11 #61

0.1.1 - 2018-07-16

Changed

  • Routine deps updates, ember-cli 3.2.0, node v10 support

0.1.0 - 2018-06-20

Added

  • Initial stable, production-ready release of angular-fontawesome

0.1.0-8 - 2018-05-25

Added

  • Ability to specify the default prefix in the configuration #35 #49