@@ -5,232 +5,11 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
77---
8- ## [ 1.0.2] ( https://github.com/FortAwesome/ember-fontawesome/releases/tag/1.0.3 ) - 2023-09-05
9-
10- ### Fixed
11- * Source for ember-source was incorrectly pointing at an S3 URL
12-
13- ---
14- ## [ 1.0.2] ( https://github.com/FortAwesome/ember-fontawesome/releases/tag/1.0.2 ) - 2023-08-31
15-
16- ### Fixed
17- * Fix Font Awesome 5 importing (#236 )
18-
19- ---
20- ## [ 1.0.1] ( https://github.com/FortAwesome/ember-fontawesome/releases/tag/1.0.1 ) - 2023-08-07
21-
22- ### Fixed
23- * Add ember-auto-import to dependencies #232
24-
25- ---
26- ## [ 1.0.0] ( https://github.com/FortAwesome/ember-fontawesome/releases/tag/1.0.0 ) - 2023-05-22
27-
28- ** No Changes. We are marking this project as stable in anticipation of future Ember releases**
29-
30- ---
31- ## [ 0.4.2] ( https://github.com/FortAwesome/ember-fontawesome/releases/tag/0.4.2 ) - 2023-05-22
32-
33- ### Changed
34- * Update brocolli-rollup to 5.0.0
35-
36- ---
37- ## [ 0.4.1] ( https://github.com/FortAwesome/ember-fontawesome/releases/tag/0.4.1 ) - 2022-09-06
38-
39- ### Added
40- * Support new features for Font Awesome Sharp Solid 6.2.0
41-
42- ### Changed
43- * Re-worked some of the module loading to support renames of ES modules from * .es.js to * .mjs
44-
45- ---
46- ## [ 0.4.0] ( https://github.com/FortAwesome/ember-fontawesome/releases/tag/0.4.0 ) - 2022-06-24
47-
48- ### Added
49- * 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
50-
51- ### Fixed
52- * This release bumps the minor version to 4 because we introduced breaking changes that became disruptive in 0.3.3.
53-
54- ---
55- ## [ 0.3.3] ( https://github.com/FortAwesome/ember-fontawesome/releases/tag/0.3.3 ) - 2022-05-20
56-
57- ### Fixed
58- * Remove surrounding whitespace around icon #204
59- * Update ember-get-config to version 2
60-
61- ---
62- ## [ 0.3.2] ( https://github.com/FortAwesome/ember-fontawesome/releases/tag/0.3.2 ) - 2022-02-10
63-
64- ### Fixed
65- * Removes prefixing behaviour before numbers #200
66-
67- ---
68- ## [ 0.3.1] ( https://github.com/FortAwesome/ember-fontawesome/releases/tag/0.3.1 ) - 2022-01-27
69-
70- ### Fixed
71- * Bug getting the viewBox #197
72-
73- ---
74- ## [ 0.3.0] ( https://github.com/FortAwesome/ember-fontawesome/releases/tag/0.3.0 ) - 2022-01-18
75-
76- ### Added
77- * Embroider support
78-
79- ### Changed
80- * Update Ember CLI to 3.28.2
81- * Update ember-get-config to 1.0.0
82- * Update to webpack 5
83- * Octaneify FaIcon Component
84-
85- ### Fixed
86- * Remove deprecation warning for ` assign `
87-
88- ---
89- ## [ 0.2.3] ( https://github.com/FortAwesome/ember-fontawesome/releases/tag/0.2.3 ) - 2021-02-16
90-
91- ### Fixed
92- * Package dependency upgrades #161 #162 #163
93- * Fix deprecated htmlSafe #165
94-
95- ---
96- ## [ 0.2.2] ( https://github.com/FortAwesome/ember-fontawesome/releases/tag/0.2.2 ) - 2020-09-10
97-
98- ### Changed
99- * Dropping support for Node version 8 (version 10 or greater required) #139
100- * Passing the icon as a position param is deprecated and will be removed in v1.0.0 #130
101- * Prefer icons.js for subsetting icons #121
102-
103- ### Fixed
104- * Removed usage of getWithDefault() #155
105-
106- ---
107- ## [ 0.2.1] ( https://github.com/FortAwesome/ember-fontawesome/releases/tag/0.2.1 ) - 2019-09-19
108-
109- ### Fixed
110- * "Expected identifier" error in Internet Explorer #126
111-
112- ---
113- ## [ 0.2.0] ( https://github.com/FortAwesome/ember-fontawesome/releases/tag/0.2.0 ) - 2019-09-15
114-
115- ### Changed
116- * Convert docs to Angle bracket examples #109
117- * Add RFC warning see #117
118- * [ BREAKING] Add focusable attribute which defaults to false #113
119-
120- ### Fixed
121- * Custom icon classes inserted 3 times #98
122- * Styles are duplicated #97
123-
124- ---
125- ## [ 0.1.14] ( https://github.com/FortAwesome/ember-fontawesome/releases/tag/0.1.14 ) - 2019-06-28
126-
127- ### Changed
128- * Update to ember-cli 3.10
129- * Minimum Node requirement changed to version >= 8
130-
131- ---
132- ## [ 0.1.13] ( https://github.com/FortAwesome/ember-fontawesome/releases/tag/0.1.13 ) - 2019-02-21
133-
134- ### Fixed
135- * Error when an addon doesn't have a root #95
136-
137- ---
138- ## [ 0.1.12] ( https://github.com/FortAwesome/ember-fontawesome/releases/tag/0.1.12 ) - 2019-02-20
139-
140- ### Added
141- * Allow Addons to Add Icons to the Build #91
142-
143- ---
144- ## [ 0.1.11] ( https://github.com/FortAwesome/ember-fontawesome/releases/tag/0.1.11 ) - 2019-02-19
145-
146- ### Fixed
147- * Fix issue with build time transform in nested addons #93
148-
149- ---
150- ## [ 0.1.10] ( https://github.com/FortAwesome/ember-fontawesome/releases/tag/0.1.10 ) - 2019-02-18
151-
152- ### Added
153- * Improved automatic replacement documentation #88
154-
155- ### Fixed
156- * Add yarn workspace support #92
157- * Updated dependencies #89
158-
159- ---
160- ## [ 0.1.9] ( https://github.com/FortAwesome/ember-fontawesome/releases/tag/0.1.9 ) - 2018-12-03
161-
162- ### Added
163- * Allow users to opt out of the no-icons warning #84
164-
165- ### Fixed
166- * Remove this.attrs check #78
167- * Update ember-cli and blueprints to 3.4.3 #83
168-
169- ---
170- ## [ 0.1.8] ( https://github.com/FortAwesome/ember-fontawesome/releases/tag/0.1.8 ) - 2018-10-02
171-
172- ### Fixed
173- * Removed dev dependencies from regular dependencies #76
174-
175- ---
176- ## [ 0.1.7] ( https://github.com/FortAwesome/ember-fontawesome/releases/tag/0.1.7 ) - 2018-09-17
177-
178- ### Fixed
179- * Bind string like objects to title #74
180-
181- ## [ 0.1.6] ( https://github.com/FortAwesome/ember-fontawesome/releases/tag/0.1.6 ) - 2018-09-13
182-
183- ### Fixed
184- * Put title in the right place #72
185- * Remove old export #73
186-
187- ## [ 0.1.5] ( https://github.com/FortAwesome/ember-fontawesome/releases/tag/0.1.5 ) - 2018-08-23
188-
189- ### Fixed
190- * Remove some extra white space #70
8+ ## [ 2.0.0] ( https://github.com/FortAwesome/ember-fontawesome/releases/tag/2.0.0 ) - 2023-09-12
1919
19210### Added
193- * Bind the title attribute #71
194-
195- ---
196-
197- ## [ 0.1.4] ( https://github.com/FortAwesome/ember-fontawesome/releases/tag/0.1.4 ) - 2018-08-22
198-
199- ### Fixed
200- * Inconsistency in configuration #57
201- * Build time component doesn't use defaultPrefix #65
11+ * Support for Ember 4 and the first release of the 2.x major version of this component
20212
20313---
20414
205- ## [ 0.1.3] ( https://github.com/FortAwesome/ember-fontawesome/releases/tag/0.1.3 ) - 2018-08-10
206-
207- ### Fixed
208- * Remove deprecated Ember.logger #64
209-
210- ---
211-
212- ## [ 0.1.2] ( https://github.com/FortAwesome/ember-fontawesome/releases/tag/0.1.2 ) - 2018-07-30
213-
214- ### Fixed
215- * Object.assign not available in IE11 #61
216-
217- ---
218-
219- ## [ 0.1.1] ( https://github.com/FortAwesome/ember-fontawesome/releases/tag/0.1.1 ) - 2018-07-16
220-
221- ### Changed
222- * Routine deps updates, ember-cli 3.2.0, node v10 support
223-
224- ---
225-
226- ## [ 0.1.0] ( https://github.com/FortAwesome/ember-fontawesome/releases/tag/0.1.0 ) - 2018-06-20
227-
228- ### Added
229- * Initial stable, production-ready release of angular-fontawesome
230-
231- ---
232-
233- ## [ 0.1.0-8] ( https://github.com/FortAwesome/ember-fontawesome/releases/tag/0.1.0-8 ) - 2018-05-25
234-
235- ### Added
236- * Ability to specify the default prefix in the configuration #35 #49
15+ Previous 1.x CHANGELOG available https://github.com/FortAwesome/ember-fontawesome/blob/1.x/CHANGELOG.md
0 commit comments