2
2
3
3
### 10.0.0 (April 28, 2021)
4
4
5
- - Updated PostCSS support to ^8 (major).
6
- - Updated Node support to 12+ (major).
5
+ - Updated: PostCSS support to ^8 (major).
6
+ - Updated: Node support to 12+ (major).
7
7
8
8
### 9.0.0 (April 12, 2020)
9
9
10
- - Updated: ` normalize.css ` to support any version (major)
11
- - Updated: ` sanitize.css ` to support any version (major)
10
+ - Updated: ` normalize.css ` to support any version (major).
11
+ - Updated: ` sanitize.css ` to support any version (major).
12
12
- Updated: Node support to 10.0.0 (major).
13
- - Removed: Unused ` browserslist ` dependency
13
+ - Removed: Unused ` browserslist ` dependency.
14
14
15
15
### 8.0.1 (June 10, 2019)
16
16
17
- - Fixed: Issue with Windows failing to resolve normalize
18
- - Updated: ` browserslist ` to 4.6.2 (patch)
19
- - Updated: ` postcss ` to 7.0.17 (patch)
17
+ - Fixed: Issue with Windows failing to resolve normalize.
18
+ - Updated: ` browserslist ` to 4.6.2 (patch).
19
+ - Updated: ` postcss ` to 7.0.17 (patch).
20
20
21
21
### 8.0.0 (June 3, 2019)
22
22
23
- - Added: ` sanitize.css ` 10.0.0 (major)
24
- - Updated: ` @csstools/normalize.css ` to 10.1.0 (major)
25
- - Updated: ` browserslist ` to 4.5.6 (minor)
26
- - Updated: ` postcss ` to 7.0.16 (patch)
27
- - Updated: Node 8+ compatibility (major)
23
+ - Added: ` sanitize.css ` 10.0.0 (major).
24
+ - Updated: ` @csstools/normalize.css ` to 10.1.0 (major).
25
+ - Updated: ` browserslist ` to 4.5.6 (minor).
26
+ - Updated: ` postcss ` to 7.0.16 (patch).
27
+ - Updated: Node 8+ compatibility (major).
28
28
29
29
### 7.0.1 (August 24, 2018)
30
30
31
- - Use postcss-browser-comments v2 .0.0 (major, but a patch for this project)
31
+ - Use postcss-browser-comments 2 .0.0 (major, but a patch for this project).
32
32
33
33
PostCSS Browser Comments was using an older version of PostCSS, requiring 2
34
34
versions of PostCSS to use PostCSS Normalize. This update resolves that.
35
35
36
36
### 7.0.0 (August 24, 2018)
37
37
38
- - Use normalize.css v9 .0.1 (major)
38
+ - Use normalize.css 9 .0.1 (major).
39
39
40
40
### 6.0.0 (June 16, 2018)
41
41
42
- - Use normalize.css v8 (major)
43
- - Include normalize.css comments
44
- - Include normalize.css sourcemap
42
+ - Use normalize.css 8 (major).
43
+ - Include normalize.css comments.
44
+ - Include normalize.css sourcemap.
45
45
46
46
### 5.0.0 (June 7, 2018)
47
47
48
- - Update ` browserslist ` to 3.2.8 (major)
49
- - Update: ` postcss ` to 6.0.22 (patch)
50
- - Update: Node support from v4 to 6 (major)
48
+ - Update ` browserslist ` to 3.2.8 (major).
49
+ - Update: ` postcss ` to 6.0.22 (patch).
50
+ - Update: Node support from 4 to 6 (major).
51
51
52
52
### 4.0.0 (June 21, 2017)
53
53
@@ -56,24 +56,24 @@ versions of PostCSS to use PostCSS Normalize. This update resolves that.
56
56
57
57
### 3.0.0 (May 26, 2017)
58
58
59
- - Use csstools/normalize.css v7
59
+ - Use csstools/normalize.css 7.
60
60
- Change the insertion point to ` @import-normalize ` to avoid confusion or
61
- collision with standard import behavior
61
+ collision with standard import behavior.
62
62
63
63
### 2.1.0 (May 26, 2017)
64
64
65
- - Support an insertion point via ` @import postcss-normalize `
66
- - Update tree creation to avoid AST issues with source
65
+ - Support an insertion point via ` @import postcss-normalize ` .
66
+ - Update tree creation to avoid AST issues with source.
67
67
68
68
### 2.0.1 (May 21, 2017)
69
69
70
- - Update tree creation to avoid AST issues with other PostCSS plugins
70
+ - Update tree creation to avoid AST issues with other PostCSS plugins.
71
71
72
72
### 2.0.0 (May 17, 2017)
73
73
74
- - Support PostCSS 6
75
- - Support Node 4
74
+ - Support PostCSS 6.
75
+ - Support Node 4.
76
76
77
77
### 1.0.0 (May 2, 2017)
78
78
79
- - Initial version
79
+ - Initial version.
0 commit comments