11# Change Log
2+
23All notable changes to this project will be documented in this file.
34
45The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
@@ -10,61 +11,70 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
1011
1112---
1213
14+ ## [ 2.0.9] ( https://github.com/FortAwesome/vue-fontawesome/releases/tag/2.0.9 ) - 2022-11-07
15+
16+ ### Changed
17+ - README.md updated with spelling correction, linter fixes, and new contributor
18+ - App.vue updated icon example to use ` fixed-width ` rather than ` full-width `
19+ - Added some tests for Sharp icons
20+
21+ ---
22+
1323## [ 2.0.8] ( https://github.com/FortAwesome/vue-fontawesome/releases/tag/2.0.8 ) - 2022-06-17
1424
1525### Changed
16- * README.md Documentation now points to https://fontawesome.com/docs/web/use-with/vue/
26+ - README.md Documentation now points to https://fontawesome.com/docs/web/use-with/vue/
1727
1828---
1929
2030## [ 2.0.7] ( https://github.com/FortAwesome/vue-fontawesome/releases/tag/2.0.7 ) - 2022-06-07
2131
2232### Fixed
23- * Animations for bounce, shake, beat and beat-fade
24- * Flip animation when used by itself
33+ - Animations for bounce, shake, beat and beat-fade
34+ - Flip animation when used by itself
2535
2636---
2737
2838## [ 2.0.6] ( https://github.com/FortAwesome/vue-fontawesome/releases/tag/2.0.6 ) - 2021-10-18
2939
3040### Fixed
31- * Include 1.3.0-beta versions in peer dependencies
41+ - Include 1.3.0-beta versions in peer dependencies
3242
3343---
3444
3545## [ 2.0.5] ( https://github.com/FortAwesome/vue-fontawesome/releases/tag/2.0.5 ) - 2021-10-15
3646
3747### Added
38- * New sizes for ` size ` prop: 2xs, xl, 2xl
39- * New animation booleans: ` beat ` , ` fade ` , ` flash ` , ` spin-pulse ` , & ` spin-reverse `
48+ - New sizes for ` size ` prop: 2xs, xl, 2xl
49+ - New animation booleans: ` beat ` , ` fade ` , ` flash ` , ` spin-pulse ` , & ` spin-reverse `
4050
4151---
4252
4353## [ 2.0.4] ( https://github.com/FortAwesome/vue-fontawesome/releases/tag/2.0.4 ) - 2021-10-15
4454
4555### Fixed
46- * Relax the peer dependency for @fortawesome/fontawesome-svg-core
56+ - Relax the peer dependency for @fortawesome/fontawesome-svg-core
4757
4858---
4959
5060## [ 2.0.3] ( https://github.com/FortAwesome/vue-fontawesome/releases/tag/2.0.3 ) - 2021-10-15
5161
5262### Fixed
53- * Skip parse.icon if the icon is imported directly from an icon package
63+ - Skip parse.icon if the icon is imported directly from an icon package
5464
5565---
5666
5767## [ 2.0.2] ( https://github.com/FortAwesome/vue-fontawesome/releases/tag/2.0.2 ) - 2020-12-17
5868
5969### Fixed
60- * Bumping version to fix a failed release for 2.0.1
70+ - Bumping version to fix a failed release for 2.0.1
6171
6272---
6373
6474## [ 2.0.1] ( https://github.com/FortAwesome/vue-fontawesome/releases/tag/2.0.1 ) - 2020-12-17
6575
6676### Added
67- * Support for the new parse.icon function from the Font Awesome version 6 @fortawesome/fontawesome-svg-core
77+ - Support for the new parse.icon function from the Font Awesome version 6 @fortawesome/fontawesome-svg-core
6878
6979---
7080
@@ -94,89 +104,89 @@ release. The 0.1 release line will not be getting any further updates.
94104## [ 0.1.10] ( https://github.com/FortAwesome/vue-fontawesome/releases/tag/0.1.10 ) - 2020-06-15
95105
96106### Fixed
97- * Add TSX support to Typescript definition
107+ - Add TSX support to Typescript definition
98108
99109---
100110
101111## [ 0.1.9] ( https://github.com/FortAwesome/vue-fontawesome/releases/tag/0.1.9 ) - 2019-12-13
102112
103113### Added
104- * Counters support for the FontAwesomeLayersText component #174
105- * FontAwesomeIcon now supports the "inverse" property #174
114+ - Counters support for the FontAwesomeLayersText component #174
115+ - FontAwesomeIcon now supports the "inverse" property #174
106116
107117---
108118
109119## [ 0.1.8] ( https://github.com/FortAwesome/vue-fontawesome/releases/tag/0.1.8 ) - 2019-11-03
110120
111121### Fixed
112- * Removed declare namespace in the TypeScript definition file #177
122+ - Removed declare namespace in the TypeScript definition file #177
113123
114124---
115125
116126## [ 0.1.7] ( https://github.com/FortAwesome/vue-fontawesome/releases/tag/0.1.7 ) - 2019-08-31
117127
118128### Added
119- * Duotone icon support
129+ - Duotone icon support
120130
121131---
122132
123133## [ 0.1.6] ( https://github.com/FortAwesome/vue-fontawesome/releases/tag/0.1.6 ) - 2019-03-18
124134
125135### Changed
126- * Allow the rotation property to be either string or number #171
136+ - Allow the rotation property to be either string or number #171
127137
128138---
129139
130140## [ 0.1.5] ( https://github.com/FortAwesome/vue-fontawesome/releases/tag/0.1.5 ) - 2019-01-13
131141
132142### Added
133- * Title prop #164
143+ - Title prop #164
134144
135145---
136146
137147## [ 0.1.4] ( https://github.com/FortAwesome/vue-fontawesome/releases/tag/0.1.4 ) - 2018-12-24
138148
139149### Fixed
140- * Fixing TypeScript definition file #165
150+ - Fixing TypeScript definition file #165
141151
142152---
143153
144154## [ 0.1.3] ( https://github.com/FortAwesome/vue-fontawesome/releases/tag/0.1.3 ) - 2018-12-04
145155
146156### Added
147- * Adding TypeScript definition file #159
157+ - Adding TypeScript definition file #159
148158
149159---
150160
151161## [ 0.1.2] ( https://github.com/FortAwesome/vue-fontawesome/releases/tag/0.1.2 ) - 2018-10-29
152162
153163### Added
154- * Adding ES module to package
164+ - Adding ES module to package
155165
156166---
157167
158168## [ 0.1.1] ( https://github.com/FortAwesome/vue-fontawesome/releases/tag/0.1.1 ) - 2018-07-16
159169
160170### Fixed
161- * LayersText can use a number as it's value #115
171+ - LayersText can use a number as it's value #115
162172
163173---
164174
165175## [ 0.1.0] ( https://github.com/FortAwesome/vue-fontawesome/releases/tag/0.1.0 ) - 2018-06-20
166176
167177### Changed
168- * Upgraded to the newer Font Awesome 5.1 packages
178+ - Upgraded to the newer Font Awesome 5.1 packages
169179
170180---
171181
172182## [ 0.0.23] ( https://github.com/FortAwesome/vue-fontawesome/releases/tag/0.0.23 ) - 2018-06-04
173183
174184### Changed
175- * Update Vue dependency version to support > 2.4
185+ - Update Vue dependency version to support > 2.4
176186
177187---
178188
179189## [ 0.0.22] ( https://github.com/FortAwesome/vue-fontawesome/releases/tag/0.0.22 ) - 2017-12-19
180190
181191### Changed
182- * Support for @fortawesome/fontawesome 1.1.0
192+ - Support for @fortawesome/fontawesome 1.1.0
0 commit comments