@fortawesome/vue-fontawesome 3.0.0 → 3.0.2

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 CHANGED
@@ -1,22 +1,45 @@
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/).
5
6
 
6
7
  ---
7
8
 
9
+ ## [3.0.2](https://github.com/FortAwesome/vue-fontawesome/releases/tag/3.0.2) - 2022-11-07
10
+
11
+ ### Changed
12
+
13
+ - Vue 3 Composition API TypeScript support (github issue #[276](https://github.com/FortAwesome/vue-fontawesome/issues/276))
14
+ - Updated README.md with a spelling correction, linter fixes, and new contributor
15
+ - Updated icon example in App.vue to use `fixed-width` rather than `full-width`
16
+
17
+ ### Added
18
+
19
+ - Missing tests
20
+
21
+ ---
22
+
23
+ ## [3.0.1](https://github.com/FortAwesome/vue-fontawesome/releases/tag/3.0.1) - 2022-06-17
24
+
25
+ ### Changed
26
+
27
+ - README.md Documentation now points to https://fontawesome.com/docs/web/use-with/vue/
28
+
29
+ ---
30
+
8
31
  ## [3.0.0](https://github.com/FortAwesome/vue-fontawesome/releases/tag/3.0.0) - 2022-06-07
9
32
 
10
33
  ### Added
11
34
 
12
- * New animations for bounce and shake
13
- * Feature to call icons using a string format
35
+ - New animations for bounce and shake
36
+ - Feature to call icons using a string format
14
37
 
15
38
  ### Fixed
16
39
 
17
- * Animations for beat, fade, beat-fade, flash, spin-pulse, and spin-reverse
18
- * Tee-shirt sizes to include 2xs, lg, xl, and 2xl
19
- * Flip animation when used by itself
40
+ - Animations for beat, fade, beat-fade, flash, spin-pulse, and spin-reverse
41
+ - Tee-shirt sizes to include 2xs, lg, xl, and 2xl
42
+ - Flip animation when used by itself
20
43
 
21
44
  ---
22
45
 
@@ -24,7 +47,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
24
47
 
25
48
  ### Fixed
26
49
 
27
- * Include 1.3.0-beta versions in peer dependencies
50
+ - Include 1.3.0-beta versions in peer dependencies
28
51
 
29
52
  ---
30
53
 
@@ -32,7 +55,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
32
55
 
33
56
  ### Fixed
34
57
 
35
- * Fix reactivity #297
58
+ - Fix reactivity #297
36
59
 
37
60
  ---
38
61
 
@@ -40,7 +63,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
40
63
 
41
64
  ### Fixed
42
65
 
43
- * Allow for non-RC releases of Vue 3
66
+ - Allow for non-RC releases of Vue 3
44
67
 
45
68
  ---
46
69
 
@@ -48,7 +71,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
48
71
 
49
72
  ### Fixed
50
73
 
51
- * Make Vue as an external dependency #258 #260
74
+ - Make Vue as an external dependency #258 #260
52
75
 
53
76
  ---
54
77
 
@@ -56,7 +79,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
56
79
 
57
80
  ### Added
58
81
 
59
- * Support for Vue 3.x RC's and betas #246 #249
82
+ - Support for Vue 3.x RC's and betas #246 #249
60
83
 
61
84
  ---
62
85