@fortawesome/vue-fontawesome 2.0.8 → 2.0.10

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +42 -24
  2. package/README.md +14 -6
  3. package/package.json +8 -8
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/).
@@ -8,63 +9,80 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
8
9
  - [Vue 3.x compatible version of this component](https://github.com/FortAwesome/vue-fontawesome/tree/3.x)
9
10
  - [CHANGELOG for version 3.x](https://github.com/FortAwesome/vue-fontawesome/blob/3.x/CHANGELOG.md)
10
11
 
12
+ ---
13
+ ## [2.0.10](https://github.com/FortAwesome/vue-fontawesome/releases/tag/2.0.10) - 2023-01-24
14
+
15
+ ### Changed
16
+ - NPM download `@fortawesome/vue-fontawesome-latest` is now set to Vue 3; to download the Vue 2 package you will have to use `@fortawesome/vue-fontawesome-latest-2`, which is described in our [Vue setup docs](https://fontawesome.com/docs/web/use-with/vue/#_3-add-the-vue-component)
17
+ - Updated CI workflow testing to include Vue 2.7.x
18
+ - Updated contributor's GitHub user name in README.md and package.json files
19
+
20
+ ---
21
+
22
+ ## [2.0.9](https://github.com/FortAwesome/vue-fontawesome/releases/tag/2.0.9) - 2022-11-07
23
+
24
+ ### Changed
25
+ - README.md updated with spelling correction, linter fixes, and new contributor
26
+ - App.vue updated icon example to use `fixed-width` rather than `full-width`
27
+ - Added some tests for Sharp icons
28
+
11
29
  ---
12
30
 
13
31
  ## [2.0.8](https://github.com/FortAwesome/vue-fontawesome/releases/tag/2.0.8) - 2022-06-17
14
32
 
15
33
  ### Changed
16
- * README.md Documentation now points to https://fontawesome.com/docs/web/use-with/vue/
34
+ - README.md Documentation now points to https://fontawesome.com/docs/web/use-with/vue/
17
35
 
18
36
  ---
19
37
 
20
38
  ## [2.0.7](https://github.com/FortAwesome/vue-fontawesome/releases/tag/2.0.7) - 2022-06-07
21
39
 
22
40
  ### Fixed
23
- * Animations for bounce, shake, beat and beat-fade
24
- * Flip animation when used by itself
41
+ - Animations for bounce, shake, beat and beat-fade
42
+ - Flip animation when used by itself
25
43
 
26
44
  ---
27
45
 
28
46
  ## [2.0.6](https://github.com/FortAwesome/vue-fontawesome/releases/tag/2.0.6) - 2021-10-18
29
47
 
30
48
  ### Fixed
31
- * Include 1.3.0-beta versions in peer dependencies
49
+ - Include 1.3.0-beta versions in peer dependencies
32
50
 
33
51
  ---
34
52
 
35
53
  ## [2.0.5](https://github.com/FortAwesome/vue-fontawesome/releases/tag/2.0.5) - 2021-10-15
36
54
 
37
55
  ### Added
38
- * New sizes for `size` prop: 2xs, xl, 2xl
39
- * New animation booleans: `beat`, `fade`, `flash`, `spin-pulse`, & `spin-reverse`
56
+ - New sizes for `size` prop: 2xs, xl, 2xl
57
+ - New animation booleans: `beat`, `fade`, `flash`, `spin-pulse`, & `spin-reverse`
40
58
 
41
59
  ---
42
60
 
43
61
  ## [2.0.4](https://github.com/FortAwesome/vue-fontawesome/releases/tag/2.0.4) - 2021-10-15
44
62
 
45
63
  ### Fixed
46
- * Relax the peer dependency for @fortawesome/fontawesome-svg-core
64
+ - Relax the peer dependency for @fortawesome/fontawesome-svg-core
47
65
 
48
66
  ---
49
67
 
50
68
  ## [2.0.3](https://github.com/FortAwesome/vue-fontawesome/releases/tag/2.0.3) - 2021-10-15
51
69
 
52
70
  ### Fixed
53
- * Skip parse.icon if the icon is imported directly from an icon package
71
+ - Skip parse.icon if the icon is imported directly from an icon package
54
72
 
55
73
  ---
56
74
 
57
75
  ## [2.0.2](https://github.com/FortAwesome/vue-fontawesome/releases/tag/2.0.2) - 2020-12-17
58
76
 
59
77
  ### Fixed
60
- * Bumping version to fix a failed release for 2.0.1
78
+ - Bumping version to fix a failed release for 2.0.1
61
79
 
62
80
  ---
63
81
 
64
82
  ## [2.0.1](https://github.com/FortAwesome/vue-fontawesome/releases/tag/2.0.1) - 2020-12-17
65
83
 
66
84
  ### Added
67
- * Support for the new parse.icon function from the Font Awesome version 6 @fortawesome/fontawesome-svg-core
85
+ - Support for the new parse.icon function from the Font Awesome version 6 @fortawesome/fontawesome-svg-core
68
86
 
69
87
  ---
70
88
 
@@ -94,89 +112,89 @@ release. The 0.1 release line will not be getting any further updates.
94
112
  ## [0.1.10](https://github.com/FortAwesome/vue-fontawesome/releases/tag/0.1.10) - 2020-06-15
95
113
 
96
114
  ### Fixed
97
- * Add TSX support to Typescript definition
115
+ - Add TSX support to Typescript definition
98
116
 
99
117
  ---
100
118
 
101
119
  ## [0.1.9](https://github.com/FortAwesome/vue-fontawesome/releases/tag/0.1.9) - 2019-12-13
102
120
 
103
121
  ### Added
104
- * Counters support for the FontAwesomeLayersText component #174
105
- * FontAwesomeIcon now supports the "inverse" property #174
122
+ - Counters support for the FontAwesomeLayersText component #174
123
+ - FontAwesomeIcon now supports the "inverse" property #174
106
124
 
107
125
  ---
108
126
 
109
127
  ## [0.1.8](https://github.com/FortAwesome/vue-fontawesome/releases/tag/0.1.8) - 2019-11-03
110
128
 
111
129
  ### Fixed
112
- * Removed declare namespace in the TypeScript definition file #177
130
+ - Removed declare namespace in the TypeScript definition file #177
113
131
 
114
132
  ---
115
133
 
116
134
  ## [0.1.7](https://github.com/FortAwesome/vue-fontawesome/releases/tag/0.1.7) - 2019-08-31
117
135
 
118
136
  ### Added
119
- * Duotone icon support
137
+ - Duotone icon support
120
138
 
121
139
  ---
122
140
 
123
141
  ## [0.1.6](https://github.com/FortAwesome/vue-fontawesome/releases/tag/0.1.6) - 2019-03-18
124
142
 
125
143
  ### Changed
126
- * Allow the rotation property to be either string or number #171
144
+ - Allow the rotation property to be either string or number #171
127
145
 
128
146
  ---
129
147
 
130
148
  ## [0.1.5](https://github.com/FortAwesome/vue-fontawesome/releases/tag/0.1.5) - 2019-01-13
131
149
 
132
150
  ### Added
133
- * Title prop #164
151
+ - Title prop #164
134
152
 
135
153
  ---
136
154
 
137
155
  ## [0.1.4](https://github.com/FortAwesome/vue-fontawesome/releases/tag/0.1.4) - 2018-12-24
138
156
 
139
157
  ### Fixed
140
- * Fixing TypeScript definition file #165
158
+ - Fixing TypeScript definition file #165
141
159
 
142
160
  ---
143
161
 
144
162
  ## [0.1.3](https://github.com/FortAwesome/vue-fontawesome/releases/tag/0.1.3) - 2018-12-04
145
163
 
146
164
  ### Added
147
- * Adding TypeScript definition file #159
165
+ - Adding TypeScript definition file #159
148
166
 
149
167
  ---
150
168
 
151
169
  ## [0.1.2](https://github.com/FortAwesome/vue-fontawesome/releases/tag/0.1.2) - 2018-10-29
152
170
 
153
171
  ### Added
154
- * Adding ES module to package
172
+ - Adding ES module to package
155
173
 
156
174
  ---
157
175
 
158
176
  ## [0.1.1](https://github.com/FortAwesome/vue-fontawesome/releases/tag/0.1.1) - 2018-07-16
159
177
 
160
178
  ### Fixed
161
- * LayersText can use a number as it's value #115
179
+ - LayersText can use a number as it's value #115
162
180
 
163
181
  ---
164
182
 
165
183
  ## [0.1.0](https://github.com/FortAwesome/vue-fontawesome/releases/tag/0.1.0) - 2018-06-20
166
184
 
167
185
  ### Changed
168
- * Upgraded to the newer Font Awesome 5.1 packages
186
+ - Upgraded to the newer Font Awesome 5.1 packages
169
187
 
170
188
  ---
171
189
 
172
190
  ## [0.0.23](https://github.com/FortAwesome/vue-fontawesome/releases/tag/0.0.23) - 2018-06-04
173
191
 
174
192
  ### Changed
175
- * Update Vue dependency version to support > 2.4
193
+ - Update Vue dependency version to support > 2.4
176
194
 
177
195
  ---
178
196
 
179
197
  ## [0.0.22](https://github.com/FortAwesome/vue-fontawesome/releases/tag/0.0.22) - 2017-12-19
180
198
 
181
199
  ### Changed
182
- * Support for @fortawesome/fontawesome 1.1.0
200
+ - Support for @fortawesome/fontawesome 1.1.0
package/README.md CHANGED
@@ -27,34 +27,42 @@
27
27
 
28
28
  ## Documentation
29
29
 
30
- Official documentation is hosted at fontawesome.com: [Check it out here](https://fontawesome.com/docs/web/use-with/vue/)
30
+ Official documentation is hosted at fontawesome.com
31
+
32
+ Helpful Vue links:
33
+
34
+ - [Add Icons with Vue](https://fontawesome.com/docs/web/use-with/vue/add-icons)
35
+ - [Adding Icon Styling with Vue](https://fontawesome.com/docs/web/use-with/vue/style)
36
+
37
+ To find the Vue setup, go to our [Web docs](https://fontawesome.com/docs/web) and click the ***"Set Up with Vue"*** (left hand side menu).
31
38
 
32
39
  ## How to Help
33
40
 
34
41
  Review the following docs before diving in:
35
42
 
36
- * [CONTRIBUTING.md](CONTRIBUTING.md)
37
- * [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md)
43
+ - [CONTRIBUTING.md](CONTRIBUTING.md)
44
+ - [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md)
38
45
 
39
46
  And then:
40
47
 
41
- * Check the existing [issues](https://github.com/FortAwesome/vue-fontawesome/issues) and see if you can help!
48
+ - Check the existing [issues](https://github.com/FortAwesome/vue-fontawesome/issues) and see if you can help!
42
49
 
43
50
  ## Contributors
44
51
 
45
- The following contributors have either hepled to start this project, have contributed
52
+ The following contributors have either helped to start this project, have contributed
46
53
  code, are actively maintaining it (including documentation), or in other ways
47
54
  being awesome contributors to this project. **We'd like to take a moment to recognize them.**
48
55
 
49
56
  | | Name | GitHub |
50
57
  | :--------------------------------------------------------: | -------------- | ---------------------------------------------------- |
51
- | <img src="https://github.com/SirLamer.png?size=72" /> | SirLamer | [@SirLamer](https://github.com/SirLamer) |
58
+ | <img src="https://github.com/GregPeden.png?size=72" /> | Greg Peden | [@GregPeden](https://github.com/GregPeden) |
52
59
  | <img src="https://github.com/meteorlxy.png?size=72" /> | Liu Xinyu | [@meteorlxy](https://github.com/meteorlxy) |
53
60
  | <img src="https://github.com/schulz3000.png?size=72" /> | Xaver Schulz | [@schulz3000](https://github.com/schulz3000) |
54
61
  | <img src="https://github.com/ihmels.png?size=72" /> | Yannick Ihmels | [@ihmels](https://github.com/ihmels) |
55
62
  | <img src="https://github.com/btaens.png?size=72" /> | btaens | [@btaens](https://github.com/btaens) |
56
63
  | <img src="https://github.com/david-driscoll.png?size=72" /> | David Driscoll | [@david-driscoll](https://github.com/david-driscoll) |
57
64
  | <img src="https://github.com/tyranteon.png?size=72" /> | Tyranteon | [@tyranteon](https://github.com/tyranteon) |
65
+ | <img src="https://github.com/parkeyparker.png?size=72" /> | Aaron Parker | [@parkeyparker](https://github.com/parkeyparker) |
58
66
 
59
67
  If we've missed someone (which is quite likely) submit a Pull Request to us and we'll get it resolved.
60
68
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fortawesome/vue-fontawesome",
3
3
  "description": "Official Vue 2 component for Font Awesome",
4
- "version": "2.0.8",
4
+ "version": "2.0.10",
5
5
  "main": "index.js",
6
6
  "files": [
7
7
  "README.md",
@@ -28,21 +28,20 @@
28
28
  "contributors": [
29
29
  "Travis Chase <travis@fontawesome.com>",
30
30
  "Rob Madole <rob@fontawesome.com>",
31
- "SirLamer <github.com/SirLamer>",
31
+ "Greg Peden <github.com/GregPeden>",
32
32
  "Liu Xinyu <github.com/meteorlxy>",
33
33
  "Xaver Schulz <github.com/schulz3000>",
34
34
  "Yannick Ihmels <github.com/ihmels>",
35
35
  "btaens <github.com/btaens>",
36
36
  "David Driscoll <github.com/david-driscoll>",
37
- "Tyranteon <github.com/tyranteon>"
37
+ "Tyranteon <github.com/tyranteon>",
38
+ "Aaron Parker <github.com/parkeyparker>"
38
39
  ],
39
40
  "license": "MIT",
40
41
  "scripts": {
41
42
  "build": "rollup -c rollup.config.js",
42
43
  "dist": "cross-env NODE_ENV=production npm run build",
43
- "test": "npm run test.5 && npm run test.6",
44
- "test.5": "npm --no-save install @fortawesome/fontawesome-svg-core@1.2.x @fortawesome/free-solid-svg-icons@5.x && jest --silent",
45
- "test.6": "npm --no-save install @fortawesome/fontawesome-svg-core@6.x @fortawesome/free-solid-svg-icons@6.x && jest --silent",
44
+ "test": "jest --silent",
46
45
  "prepack": "npm run dist"
47
46
  },
48
47
  "lint-staged": {
@@ -63,7 +62,7 @@
63
62
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
64
63
  "@babel/plugin-syntax-import-meta": "^7.10.4",
65
64
  "@babel/preset-env": "^7.18.2",
66
- "@fortawesome/fontawesome-svg-core": "~6",
65
+ "@fortawesome/fontawesome-svg-core": "^6",
67
66
  "@fortawesome/free-solid-svg-icons": "^6",
68
67
  "babel-core": "^7.0.0-bridge.0",
69
68
  "babel-jest": "^28.1.1",
@@ -85,5 +84,6 @@
85
84
  "hooks": {
86
85
  "pre-commit": "lint-staged"
87
86
  }
88
- }
87
+ },
88
+ "dependencies": {}
89
89
  }