@fortawesome/vue-fontawesome 2.0.7 → 2.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +41 -24
- package/README.md +16 -803
- package/index.es.js +9 -59
- package/index.js +9 -59
- package/package.json +4 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
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,54 +11,70 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
|
|
|
10
11
|
|
|
11
12
|
---
|
|
12
13
|
|
|
13
|
-
## [2.0.
|
|
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
|
+
|
|
23
|
+
## [2.0.8](https://github.com/FortAwesome/vue-fontawesome/releases/tag/2.0.8) - 2022-06-17
|
|
24
|
+
|
|
25
|
+
### Changed
|
|
26
|
+
- README.md Documentation now points to https://fontawesome.com/docs/web/use-with/vue/
|
|
27
|
+
|
|
28
|
+
---
|
|
29
|
+
|
|
30
|
+
## [2.0.7](https://github.com/FortAwesome/vue-fontawesome/releases/tag/2.0.7) - 2022-06-07
|
|
14
31
|
|
|
15
32
|
### Fixed
|
|
16
|
-
|
|
17
|
-
|
|
33
|
+
- Animations for bounce, shake, beat and beat-fade
|
|
34
|
+
- Flip animation when used by itself
|
|
18
35
|
|
|
19
36
|
---
|
|
20
37
|
|
|
21
38
|
## [2.0.6](https://github.com/FortAwesome/vue-fontawesome/releases/tag/2.0.6) - 2021-10-18
|
|
22
39
|
|
|
23
40
|
### Fixed
|
|
24
|
-
|
|
41
|
+
- Include 1.3.0-beta versions in peer dependencies
|
|
25
42
|
|
|
26
43
|
---
|
|
27
44
|
|
|
28
45
|
## [2.0.5](https://github.com/FortAwesome/vue-fontawesome/releases/tag/2.0.5) - 2021-10-15
|
|
29
46
|
|
|
30
47
|
### Added
|
|
31
|
-
|
|
32
|
-
|
|
48
|
+
- New sizes for `size` prop: 2xs, xl, 2xl
|
|
49
|
+
- New animation booleans: `beat`, `fade`, `flash`, `spin-pulse`, & `spin-reverse`
|
|
33
50
|
|
|
34
51
|
---
|
|
35
52
|
|
|
36
53
|
## [2.0.4](https://github.com/FortAwesome/vue-fontawesome/releases/tag/2.0.4) - 2021-10-15
|
|
37
54
|
|
|
38
55
|
### Fixed
|
|
39
|
-
|
|
56
|
+
- Relax the peer dependency for @fortawesome/fontawesome-svg-core
|
|
40
57
|
|
|
41
58
|
---
|
|
42
59
|
|
|
43
60
|
## [2.0.3](https://github.com/FortAwesome/vue-fontawesome/releases/tag/2.0.3) - 2021-10-15
|
|
44
61
|
|
|
45
62
|
### Fixed
|
|
46
|
-
|
|
63
|
+
- Skip parse.icon if the icon is imported directly from an icon package
|
|
47
64
|
|
|
48
65
|
---
|
|
49
66
|
|
|
50
67
|
## [2.0.2](https://github.com/FortAwesome/vue-fontawesome/releases/tag/2.0.2) - 2020-12-17
|
|
51
68
|
|
|
52
69
|
### Fixed
|
|
53
|
-
|
|
70
|
+
- Bumping version to fix a failed release for 2.0.1
|
|
54
71
|
|
|
55
72
|
---
|
|
56
73
|
|
|
57
74
|
## [2.0.1](https://github.com/FortAwesome/vue-fontawesome/releases/tag/2.0.1) - 2020-12-17
|
|
58
75
|
|
|
59
76
|
### Added
|
|
60
|
-
|
|
77
|
+
- Support for the new parse.icon function from the Font Awesome version 6 @fortawesome/fontawesome-svg-core
|
|
61
78
|
|
|
62
79
|
---
|
|
63
80
|
|
|
@@ -87,89 +104,89 @@ release. The 0.1 release line will not be getting any further updates.
|
|
|
87
104
|
## [0.1.10](https://github.com/FortAwesome/vue-fontawesome/releases/tag/0.1.10) - 2020-06-15
|
|
88
105
|
|
|
89
106
|
### Fixed
|
|
90
|
-
|
|
107
|
+
- Add TSX support to Typescript definition
|
|
91
108
|
|
|
92
109
|
---
|
|
93
110
|
|
|
94
111
|
## [0.1.9](https://github.com/FortAwesome/vue-fontawesome/releases/tag/0.1.9) - 2019-12-13
|
|
95
112
|
|
|
96
113
|
### Added
|
|
97
|
-
|
|
98
|
-
|
|
114
|
+
- Counters support for the FontAwesomeLayersText component #174
|
|
115
|
+
- FontAwesomeIcon now supports the "inverse" property #174
|
|
99
116
|
|
|
100
117
|
---
|
|
101
118
|
|
|
102
119
|
## [0.1.8](https://github.com/FortAwesome/vue-fontawesome/releases/tag/0.1.8) - 2019-11-03
|
|
103
120
|
|
|
104
121
|
### Fixed
|
|
105
|
-
|
|
122
|
+
- Removed declare namespace in the TypeScript definition file #177
|
|
106
123
|
|
|
107
124
|
---
|
|
108
125
|
|
|
109
126
|
## [0.1.7](https://github.com/FortAwesome/vue-fontawesome/releases/tag/0.1.7) - 2019-08-31
|
|
110
127
|
|
|
111
128
|
### Added
|
|
112
|
-
|
|
129
|
+
- Duotone icon support
|
|
113
130
|
|
|
114
131
|
---
|
|
115
132
|
|
|
116
133
|
## [0.1.6](https://github.com/FortAwesome/vue-fontawesome/releases/tag/0.1.6) - 2019-03-18
|
|
117
134
|
|
|
118
135
|
### Changed
|
|
119
|
-
|
|
136
|
+
- Allow the rotation property to be either string or number #171
|
|
120
137
|
|
|
121
138
|
---
|
|
122
139
|
|
|
123
140
|
## [0.1.5](https://github.com/FortAwesome/vue-fontawesome/releases/tag/0.1.5) - 2019-01-13
|
|
124
141
|
|
|
125
142
|
### Added
|
|
126
|
-
|
|
143
|
+
- Title prop #164
|
|
127
144
|
|
|
128
145
|
---
|
|
129
146
|
|
|
130
147
|
## [0.1.4](https://github.com/FortAwesome/vue-fontawesome/releases/tag/0.1.4) - 2018-12-24
|
|
131
148
|
|
|
132
149
|
### Fixed
|
|
133
|
-
|
|
150
|
+
- Fixing TypeScript definition file #165
|
|
134
151
|
|
|
135
152
|
---
|
|
136
153
|
|
|
137
154
|
## [0.1.3](https://github.com/FortAwesome/vue-fontawesome/releases/tag/0.1.3) - 2018-12-04
|
|
138
155
|
|
|
139
156
|
### Added
|
|
140
|
-
|
|
157
|
+
- Adding TypeScript definition file #159
|
|
141
158
|
|
|
142
159
|
---
|
|
143
160
|
|
|
144
161
|
## [0.1.2](https://github.com/FortAwesome/vue-fontawesome/releases/tag/0.1.2) - 2018-10-29
|
|
145
162
|
|
|
146
163
|
### Added
|
|
147
|
-
|
|
164
|
+
- Adding ES module to package
|
|
148
165
|
|
|
149
166
|
---
|
|
150
167
|
|
|
151
168
|
## [0.1.1](https://github.com/FortAwesome/vue-fontawesome/releases/tag/0.1.1) - 2018-07-16
|
|
152
169
|
|
|
153
170
|
### Fixed
|
|
154
|
-
|
|
171
|
+
- LayersText can use a number as it's value #115
|
|
155
172
|
|
|
156
173
|
---
|
|
157
174
|
|
|
158
175
|
## [0.1.0](https://github.com/FortAwesome/vue-fontawesome/releases/tag/0.1.0) - 2018-06-20
|
|
159
176
|
|
|
160
177
|
### Changed
|
|
161
|
-
|
|
178
|
+
- Upgraded to the newer Font Awesome 5.1 packages
|
|
162
179
|
|
|
163
180
|
---
|
|
164
181
|
|
|
165
182
|
## [0.0.23](https://github.com/FortAwesome/vue-fontawesome/releases/tag/0.0.23) - 2018-06-04
|
|
166
183
|
|
|
167
184
|
### Changed
|
|
168
|
-
|
|
185
|
+
- Update Vue dependency version to support > 2.4
|
|
169
186
|
|
|
170
187
|
---
|
|
171
188
|
|
|
172
189
|
## [0.0.22](https://github.com/FortAwesome/vue-fontawesome/releases/tag/0.0.22) - 2017-12-19
|
|
173
190
|
|
|
174
191
|
### Changed
|
|
175
|
-
|
|
192
|
+
- Support for @fortawesome/fontawesome 1.1.0
|