1
1
# Change Log
2
+
2
3
All notable changes to this project will be documented in this file.
3
4
4
5
The 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
10
11
11
12
---
12
13
14
+ ## [ 2.0.0] ( https://github.com/FortAwesome/vue-fontawesome/releases/tag/2.0.0 ) - 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
+
13
23
## [ 2.0.8] ( https://github.com/FortAwesome/vue-fontawesome/releases/tag/2.0.8 ) - 2022-06-17
14
24
15
25
### 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/
17
27
18
28
---
19
29
20
30
## [ 2.0.7] ( https://github.com/FortAwesome/vue-fontawesome/releases/tag/2.0.7 ) - 2022-06-07
21
31
22
32
### 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
25
35
26
36
---
27
37
28
38
## [ 2.0.6] ( https://github.com/FortAwesome/vue-fontawesome/releases/tag/2.0.6 ) - 2021-10-18
29
39
30
40
### Fixed
31
- * Include 1.3.0-beta versions in peer dependencies
41
+ - Include 1.3.0-beta versions in peer dependencies
32
42
33
43
---
34
44
35
45
## [ 2.0.5] ( https://github.com/FortAwesome/vue-fontawesome/releases/tag/2.0.5 ) - 2021-10-15
36
46
37
47
### 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 `
40
50
41
51
---
42
52
43
53
## [ 2.0.4] ( https://github.com/FortAwesome/vue-fontawesome/releases/tag/2.0.4 ) - 2021-10-15
44
54
45
55
### Fixed
46
- * Relax the peer dependency for @fortawesome/fontawesome-svg-core
56
+ - Relax the peer dependency for @fortawesome/fontawesome-svg-core
47
57
48
58
---
49
59
50
60
## [ 2.0.3] ( https://github.com/FortAwesome/vue-fontawesome/releases/tag/2.0.3 ) - 2021-10-15
51
61
52
62
### 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
54
64
55
65
---
56
66
57
67
## [ 2.0.2] ( https://github.com/FortAwesome/vue-fontawesome/releases/tag/2.0.2 ) - 2020-12-17
58
68
59
69
### 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
61
71
62
72
---
63
73
64
74
## [ 2.0.1] ( https://github.com/FortAwesome/vue-fontawesome/releases/tag/2.0.1 ) - 2020-12-17
65
75
66
76
### 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
68
78
69
79
---
70
80
@@ -94,89 +104,89 @@ release. The 0.1 release line will not be getting any further updates.
94
104
## [ 0.1.10] ( https://github.com/FortAwesome/vue-fontawesome/releases/tag/0.1.10 ) - 2020-06-15
95
105
96
106
### Fixed
97
- * Add TSX support to Typescript definition
107
+ - Add TSX support to Typescript definition
98
108
99
109
---
100
110
101
111
## [ 0.1.9] ( https://github.com/FortAwesome/vue-fontawesome/releases/tag/0.1.9 ) - 2019-12-13
102
112
103
113
### 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
106
116
107
117
---
108
118
109
119
## [ 0.1.8] ( https://github.com/FortAwesome/vue-fontawesome/releases/tag/0.1.8 ) - 2019-11-03
110
120
111
121
### Fixed
112
- * Removed declare namespace in the TypeScript definition file #177
122
+ - Removed declare namespace in the TypeScript definition file #177
113
123
114
124
---
115
125
116
126
## [ 0.1.7] ( https://github.com/FortAwesome/vue-fontawesome/releases/tag/0.1.7 ) - 2019-08-31
117
127
118
128
### Added
119
- * Duotone icon support
129
+ - Duotone icon support
120
130
121
131
---
122
132
123
133
## [ 0.1.6] ( https://github.com/FortAwesome/vue-fontawesome/releases/tag/0.1.6 ) - 2019-03-18
124
134
125
135
### 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
127
137
128
138
---
129
139
130
140
## [ 0.1.5] ( https://github.com/FortAwesome/vue-fontawesome/releases/tag/0.1.5 ) - 2019-01-13
131
141
132
142
### Added
133
- * Title prop #164
143
+ - Title prop #164
134
144
135
145
---
136
146
137
147
## [ 0.1.4] ( https://github.com/FortAwesome/vue-fontawesome/releases/tag/0.1.4 ) - 2018-12-24
138
148
139
149
### Fixed
140
- * Fixing TypeScript definition file #165
150
+ - Fixing TypeScript definition file #165
141
151
142
152
---
143
153
144
154
## [ 0.1.3] ( https://github.com/FortAwesome/vue-fontawesome/releases/tag/0.1.3 ) - 2018-12-04
145
155
146
156
### Added
147
- * Adding TypeScript definition file #159
157
+ - Adding TypeScript definition file #159
148
158
149
159
---
150
160
151
161
## [ 0.1.2] ( https://github.com/FortAwesome/vue-fontawesome/releases/tag/0.1.2 ) - 2018-10-29
152
162
153
163
### Added
154
- * Adding ES module to package
164
+ - Adding ES module to package
155
165
156
166
---
157
167
158
168
## [ 0.1.1] ( https://github.com/FortAwesome/vue-fontawesome/releases/tag/0.1.1 ) - 2018-07-16
159
169
160
170
### Fixed
161
- * LayersText can use a number as it's value #115
171
+ - LayersText can use a number as it's value #115
162
172
163
173
---
164
174
165
175
## [ 0.1.0] ( https://github.com/FortAwesome/vue-fontawesome/releases/tag/0.1.0 ) - 2018-06-20
166
176
167
177
### Changed
168
- * Upgraded to the newer Font Awesome 5.1 packages
178
+ - Upgraded to the newer Font Awesome 5.1 packages
169
179
170
180
---
171
181
172
182
## [ 0.0.23] ( https://github.com/FortAwesome/vue-fontawesome/releases/tag/0.0.23 ) - 2018-06-04
173
183
174
184
### Changed
175
- * Update Vue dependency version to support > 2.4
185
+ - Update Vue dependency version to support > 2.4
176
186
177
187
---
178
188
179
189
## [ 0.0.22] ( https://github.com/FortAwesome/vue-fontawesome/releases/tag/0.0.22 ) - 2017-12-19
180
190
181
191
### Changed
182
- * Support for @fortawesome/fontawesome 1.1.0
192
+ - Support for @fortawesome/fontawesome 1.1.0
0 commit comments