postcss-preset-env 8.5.1 → 9.1.0
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 +324 -87
- package/LICENSE.md +18 -108
- package/README.md +56 -11
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/dist/options.d.ts +10 -0
- package/dist/plugins/plugins-options.d.ts +3 -0
- package/package.json +49 -48
package/CHANGELOG.md
CHANGED
|
@@ -1,20 +1,93 @@
|
|
|
1
1
|
# Changes to PostCSS Preset Env
|
|
2
2
|
|
|
3
|
-
###
|
|
3
|
+
### 9.1.0
|
|
4
|
+
|
|
5
|
+
_July 24, 2023_
|
|
6
|
+
|
|
7
|
+
- Added `@csstools/postcss-exponential-functions` [Check the plugin README](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-exponential-functions#readme) for usage details.
|
|
8
|
+
- Added `env` option to control which [browserslist environment](https://github.com/browserslist/browserslist#configuring-for-different-environments) to target
|
|
9
|
+
- Fix [browserslist supports queries](https://github.com/browserslist/browserslist#full-list)
|
|
10
|
+
- Updated [`cssdb`](https://github.com/csstools/cssdb) to [`7.7.0`](https://github.com/csstools/cssdb/blob/main/CHANGELOG.md#770-july-24-2023) (major)
|
|
11
|
+
- Updated [`@csstools/postcss-logical-viewport-units`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-viewport-units) to [`2.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-viewport-units/CHANGELOG.md#201) (patch)
|
|
12
|
+
- Updated [`@csstools/postcss-color-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function) to [`3.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function/CHANGELOG.md#301) (patch)
|
|
13
|
+
- Updated [`@csstools/postcss-color-mix-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function) to [`2.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function/CHANGELOG.md#201) (patch)
|
|
14
|
+
- Updated [`@csstools/postcss-gradients-interpolation-method`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method) to [`4.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method/CHANGELOG.md#401) (patch)
|
|
15
|
+
- Updated [`@csstools/postcss-hwb-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function) to [`3.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function/CHANGELOG.md#301) (patch)
|
|
16
|
+
- Updated [`@csstools/postcss-media-minmax`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-minmax) to [`1.0.6`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-minmax/CHANGELOG.md#106) (patch)
|
|
17
|
+
- Updated [`@csstools/postcss-media-queries-aspect-ratio-number-values`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-queries-aspect-ratio-number-values) to [`2.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-queries-aspect-ratio-number-values/CHANGELOG.md#201) (patch)
|
|
18
|
+
- Updated [`@csstools/postcss-oklab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function) to [`3.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function/CHANGELOG.md#301) (patch)
|
|
19
|
+
- Updated [`@csstools/postcss-relative-color-syntax`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax) to [`2.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax/CHANGELOG.md#201) (patch)
|
|
20
|
+
- Updated [`@csstools/postcss-stepped-value-functions`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-stepped-value-functions) to [`3.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-stepped-value-functions/CHANGELOG.md#301) (patch)
|
|
21
|
+
- Updated [`@csstools/postcss-trigonometric-functions`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-trigonometric-functions) to [`3.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-trigonometric-functions/CHANGELOG.md#301) (patch)
|
|
22
|
+
- Updated [`postcss-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties) to [`13.3.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties/CHANGELOG.md#1330) (minor)
|
|
23
|
+
- Updated [`postcss-lab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function) to [`6.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function/CHANGELOG.md#601) (patch)
|
|
24
|
+
|
|
25
|
+
### 9.0.0
|
|
26
|
+
|
|
27
|
+
_July 3, 2023_
|
|
28
|
+
|
|
29
|
+
- Change license to `MIT-0` ([read more about this change in the blog post](https://preset-env.cssdb.org/blog/license-change/))
|
|
30
|
+
- Updated [`@csstools/postcss-cascade-layers`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-cascade-layers) to [`4.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-cascade-layers/CHANGELOG.md#400) (major)
|
|
31
|
+
- Updated [`@csstools/postcss-font-format-keywords`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-font-format-keywords) to [`3.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-font-format-keywords/CHANGELOG.md#300) (major)
|
|
32
|
+
- Updated [`@csstools/postcss-is-pseudo-class`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-is-pseudo-class) to [`4.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-is-pseudo-class/CHANGELOG.md#400) (major)
|
|
33
|
+
- Updated [`@csstools/postcss-logical-float-and-clear`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-float-and-clear) to [`2.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-float-and-clear/CHANGELOG.md#200) (major)
|
|
34
|
+
- Updated [`@csstools/postcss-logical-resize`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-resize) to [`2.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-resize/CHANGELOG.md#200) (major)
|
|
35
|
+
- Updated [`@csstools/postcss-logical-viewport-units`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-viewport-units) to [`2.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-viewport-units/CHANGELOG.md#200) (major)
|
|
36
|
+
- Updated [`@csstools/postcss-nested-calc`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nested-calc) to [`3.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nested-calc/CHANGELOG.md#300) (major)
|
|
37
|
+
- Updated [`@csstools/postcss-normalize-display-values`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-normalize-display-values) to [`3.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-normalize-display-values/CHANGELOG.md#300) (major)
|
|
38
|
+
- Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`3.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#300) (major)
|
|
39
|
+
- Updated [`@csstools/postcss-scope-pseudo-class`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-scope-pseudo-class) to [`3.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-scope-pseudo-class/CHANGELOG.md#300) (major)
|
|
40
|
+
- Updated [`@csstools/postcss-text-decoration-shorthand`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand) to [`3.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand/CHANGELOG.md#300) (major)
|
|
41
|
+
- Updated [`@csstools/postcss-unset-value`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-unset-value) to [`3.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-unset-value/CHANGELOG.md#300) (major)
|
|
42
|
+
- Updated [`css-blank-pseudo`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-blank-pseudo) to [`6.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-blank-pseudo/CHANGELOG.md#600) (major)
|
|
43
|
+
- Updated [`css-has-pseudo`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-has-pseudo) to [`6.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-has-pseudo/CHANGELOG.md#600) (major)
|
|
44
|
+
- Updated [`css-prefers-color-scheme`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-prefers-color-scheme) to [`9.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-prefers-color-scheme/CHANGELOG.md#900) (major)
|
|
45
|
+
- Updated [`postcss-color-rebeccapurple`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-rebeccapurple) to [`9.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-rebeccapurple/CHANGELOG.md#900) (major)
|
|
46
|
+
- Updated [`postcss-dir-pseudo-class`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-dir-pseudo-class) to [`8.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-dir-pseudo-class/CHANGELOG.md#800) (major)
|
|
47
|
+
- Updated [`postcss-focus-visible`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-focus-visible) to [`9.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-focus-visible/CHANGELOG.md#900) (major)
|
|
48
|
+
- Updated [`postcss-focus-within`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-focus-within) to [`8.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-focus-within/CHANGELOG.md#800) (major)
|
|
49
|
+
- Updated [`postcss-gap-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gap-properties) to [`5.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gap-properties/CHANGELOG.md#500) (major)
|
|
50
|
+
- Updated [`postcss-image-set-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-image-set-function) to [`6.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-image-set-function/CHANGELOG.md#600) (major)
|
|
51
|
+
- Updated [`postcss-logical`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical) to [`7.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical/CHANGELOG.md#700) (major)
|
|
52
|
+
- Updated [`postcss-nesting`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting) to [`12.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting/CHANGELOG.md#1200) (major)
|
|
53
|
+
- Updated [`postcss-overflow-shorthand`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-overflow-shorthand) to [`5.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-overflow-shorthand/CHANGELOG.md#500) (major)
|
|
54
|
+
- Updated [`postcss-place`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-place) to [`9.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-place/CHANGELOG.md#900) (major)
|
|
55
|
+
- Updated [`postcss-pseudo-class-any-link`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-pseudo-class-any-link) to [`9.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-pseudo-class-any-link/CHANGELOG.md#900) (major)
|
|
56
|
+
- Updated [`@csstools/postcss-ic-unit`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-ic-unit) to [`3.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-ic-unit/CHANGELOG.md#300) (major)
|
|
57
|
+
- Updated [`@csstools/postcss-media-minmax`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-minmax) to [`1.0.5`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-minmax/CHANGELOG.md#105) (patch)
|
|
58
|
+
- Updated [`@csstools/postcss-media-queries-aspect-ratio-number-values`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-queries-aspect-ratio-number-values) to [`2.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-queries-aspect-ratio-number-values/CHANGELOG.md#200) (major)
|
|
59
|
+
- Updated [`@csstools/postcss-stepped-value-functions`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-stepped-value-functions) to [`3.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-stepped-value-functions/CHANGELOG.md#300) (major)
|
|
60
|
+
- Updated [`@csstools/postcss-trigonometric-functions`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-trigonometric-functions) to [`3.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-trigonometric-functions/CHANGELOG.md#300) (major)
|
|
61
|
+
- Updated [`postcss-color-functional-notation`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation) to [`6.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation/CHANGELOG.md#600) (major)
|
|
62
|
+
- Updated [`postcss-custom-media`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-media) to [`10.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-media/CHANGELOG.md#1000) (major)
|
|
63
|
+
- Updated [`postcss-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties) to [`13.2.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties/CHANGELOG.md#1321) (patch)
|
|
64
|
+
- Updated [`postcss-custom-selectors`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-selectors) to [`7.1.4`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-selectors/CHANGELOG.md#714) (patch)
|
|
65
|
+
- Updated [`postcss-double-position-gradients`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-double-position-gradients) to [`5.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-double-position-gradients/CHANGELOG.md#500) (major)
|
|
66
|
+
- Updated [`@csstools/postcss-gradients-interpolation-method`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method) to [`4.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method/CHANGELOG.md#400) (major)
|
|
67
|
+
- Updated [`@csstools/postcss-hwb-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function) to [`3.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function/CHANGELOG.md#300) (major)
|
|
68
|
+
- Updated [`@csstools/postcss-oklab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function) to [`3.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function/CHANGELOG.md#300) (major)
|
|
69
|
+
- Updated [`@csstools/postcss-relative-color-syntax`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax) to [`2.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax/CHANGELOG.md#200) (major)
|
|
70
|
+
- Updated [`postcss-lab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function) to [`6.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function/CHANGELOG.md#600) (major)
|
|
71
|
+
|
|
72
|
+
### 8.5.1
|
|
73
|
+
|
|
74
|
+
_June 21, 2023_
|
|
4
75
|
|
|
5
76
|
- Updated `@csstools/postcss-media-minmax` to `1.0.4` (patch)
|
|
6
77
|
- Updated `@csstools/postcss-media-queries-aspect-ratio-number-values` to `1.0.4` (patch)
|
|
7
78
|
- Updated `postcss-custom-media` to `9.1.5` (patch)
|
|
8
79
|
|
|
80
|
+
### 8.5.0
|
|
9
81
|
|
|
10
|
-
|
|
82
|
+
_June 14, 2023_
|
|
11
83
|
|
|
12
84
|
- Add warning when using the deprecated `@nest` rule
|
|
13
85
|
- Updated `@csstools/postcss-relative-color-syntax` to `1.0.2` (patch)
|
|
14
86
|
- Updated `postcss-nesting` to `11.3.0` (minor)
|
|
15
87
|
|
|
88
|
+
### 8.4.2
|
|
16
89
|
|
|
17
|
-
|
|
90
|
+
_June 1, 2023_
|
|
18
91
|
|
|
19
92
|
- Updated `@csstools/postcss-progressive-custom-properties` to `2.3.0` (minor)
|
|
20
93
|
- Updated `postcss-custom-properties` to `13.2.0` (minor)
|
|
@@ -31,13 +104,15 @@
|
|
|
31
104
|
- Updated `postcss-double-position-gradients` to `4.0.4` (patch)
|
|
32
105
|
- Updated `postcss-lab-function` to `5.2.3` (patch)
|
|
33
106
|
|
|
107
|
+
### 8.4.1
|
|
34
108
|
|
|
35
|
-
|
|
36
|
-
### 8.4.1 (May 19, 2023)
|
|
109
|
+
_May 19, 2023_
|
|
37
110
|
|
|
38
111
|
- Added `@csstools/postcss-relative-color-syntax` [Check the plugin README](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax#readme) for usage details (really this time).
|
|
39
112
|
|
|
40
|
-
### 8.4.0
|
|
113
|
+
### 8.4.0
|
|
114
|
+
|
|
115
|
+
_May 19, 2023_
|
|
41
116
|
|
|
42
117
|
- Added `@csstools/postcss-relative-color-syntax` [Check the plugin README](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax#readme) for usage details.
|
|
43
118
|
- Updated `cssdb` to `7.6.0.` (minor)
|
|
@@ -52,18 +127,24 @@
|
|
|
52
127
|
- Updated `@csstools/postcss-oklab-function` to `2.2.2` (patch)
|
|
53
128
|
- Updated `postcss-lab-function` to `5.2.2` (patch)
|
|
54
129
|
|
|
55
|
-
### 8.3.3
|
|
130
|
+
### 8.3.3
|
|
131
|
+
|
|
132
|
+
_May 19, 2023_
|
|
56
133
|
|
|
57
134
|
- Update plugin order to preserve more original values.
|
|
58
135
|
- Fix exception on unknown features [#969](https://github.com/csstools/postcss-plugins/issues/969)
|
|
59
136
|
- Updated `@csstools/postcss-is-pseudo-class` to `3.2.1` (patch)
|
|
60
137
|
- Updated `postcss-logical` to `6.2.0` (minor)
|
|
61
138
|
|
|
62
|
-
### 8.3.2
|
|
139
|
+
### 8.3.2
|
|
140
|
+
|
|
141
|
+
_April 17, 2023_
|
|
63
142
|
|
|
64
143
|
- Updated `@csstools/postcss-gradients-interpolation-method` to `3.0.4` (patch)
|
|
65
144
|
|
|
66
|
-
### 8.3.1
|
|
145
|
+
### 8.3.1
|
|
146
|
+
|
|
147
|
+
_April 10, 2023_
|
|
67
148
|
|
|
68
149
|
- Updated `@csstools/postcss-logical-viewport-units` to `1.0.3` (patch)
|
|
69
150
|
- Updated `@csstools/postcss-media-minmax` to `1.0.2` (patch)
|
|
@@ -80,17 +161,23 @@
|
|
|
80
161
|
- Updated `@csstools/postcss-oklab-function` to `2.2.1` (patch)
|
|
81
162
|
- Updated `postcss-lab-function` to `5.2.1` (patch)
|
|
82
163
|
|
|
83
|
-
### 8.3.0
|
|
164
|
+
### 8.3.0
|
|
165
|
+
|
|
166
|
+
_March 31, 2023_
|
|
84
167
|
|
|
85
168
|
- Replace `postcss-media-minmax` with `@csstools/postcss-media-minmax` [Check the plugin README](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-minmax#readme) for usage details. _We hope to revert this in the future when maintenance is resumed upstream._
|
|
86
169
|
- Updated `cssdb` to `7.5.3` (patch)
|
|
87
170
|
|
|
88
|
-
### 8.2.0
|
|
171
|
+
### 8.2.0
|
|
172
|
+
|
|
173
|
+
_March 28, 2023_
|
|
89
174
|
|
|
90
175
|
- Added `@csstools/postcss-gradients-interpolation-method` [Check the plugin README](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method#readme) for usage details.
|
|
91
176
|
- Updated `cssdb` to `7.5.2` (patch)
|
|
92
177
|
|
|
93
|
-
### 8.1.0
|
|
178
|
+
### 8.1.0
|
|
179
|
+
|
|
180
|
+
_March 25, 2023_
|
|
94
181
|
|
|
95
182
|
- Added `@csstools/postcss-color-mix-function` [Check the plugin README](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function#readme) for usage details.
|
|
96
183
|
- Improve `debug` message format
|
|
@@ -142,11 +229,15 @@
|
|
|
142
229
|
- Updated `postcss-pseudo-class-any-link` to `8.0.2` (patch)
|
|
143
230
|
- Updated `postcss-selector-not` to `7.0.1` (patch)
|
|
144
231
|
|
|
145
|
-
### 8.0.1
|
|
232
|
+
### 8.0.1
|
|
233
|
+
|
|
234
|
+
_January 28, 2023_
|
|
146
235
|
|
|
147
236
|
- Improve `types` declaration in `package.json`
|
|
148
237
|
|
|
149
|
-
### 8.0.0
|
|
238
|
+
### 8.0.0
|
|
239
|
+
|
|
240
|
+
_January 24, 2023_
|
|
150
241
|
|
|
151
242
|
- See [the dedicated Wiki page](https://github.com/csstools/postcss-plugins/wiki/PostCSS-Preset-Env-8) for more information.
|
|
152
243
|
- Added: TypeScript support.
|
|
@@ -203,7 +294,9 @@
|
|
|
203
294
|
- Updated `postcss-pseudo-class-any-link` to `8.0.0` (major)
|
|
204
295
|
- Updated `postcss-selector-not` to `7.0.0` (major)
|
|
205
296
|
|
|
206
|
-
###
|
|
297
|
+
### 8.0.0-rc.0
|
|
298
|
+
|
|
299
|
+
_January 24, 2023_
|
|
207
300
|
|
|
208
301
|
- Added: TypeScript support.
|
|
209
302
|
- Added `@csstools/postcss-media-queries-aspect-ratio-number-values` [Check the plugin README](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-queries-aspect-ratio-number-values#readme) for usage details.
|
|
@@ -251,7 +344,9 @@
|
|
|
251
344
|
- Updated `postcss-pseudo-class-any-link` to `8.0.0` (major)
|
|
252
345
|
- Updated `postcss-selector-not` to `7.0.0` (major)
|
|
253
346
|
|
|
254
|
-
###
|
|
347
|
+
### 8.0.0-alpha.1
|
|
348
|
+
|
|
349
|
+
_November 14, 2022_
|
|
255
350
|
|
|
256
351
|
- Updated Support for Node v14+ (major).
|
|
257
352
|
- Removed `postcss-env-function` (breaking).
|
|
@@ -270,7 +365,9 @@
|
|
|
270
365
|
- Updated `postcss-focus-visible` to `7.1.0` (minor)
|
|
271
366
|
- Updated `postcss-focus-within` to `6.1.1` (minor)
|
|
272
367
|
|
|
273
|
-
### 8.0.0-alpha.0
|
|
368
|
+
### 8.0.0-alpha.0
|
|
369
|
+
|
|
370
|
+
_July 8, 2022_
|
|
274
371
|
|
|
275
372
|
- Breaking: `enableClientSidePolyfills` is now `false` by default (was `true`)
|
|
276
373
|
- Updated `@csstools/postcss-stepped-value-functions` to `1.0.1` (patch)
|
|
@@ -296,26 +393,34 @@
|
|
|
296
393
|
- Updated `postcss-pseudo-class-any-link` to `7.1.6` (patch)
|
|
297
394
|
- Updated `postcss-selector-not` to `6.0.1` (patch)
|
|
298
395
|
|
|
299
|
-
### 7.8.3
|
|
396
|
+
### 7.8.3
|
|
397
|
+
|
|
398
|
+
_November 14, 2022_
|
|
300
399
|
|
|
301
400
|
- Update `autoprefixer` to `10.4.13` (patch)
|
|
302
401
|
- Update `browserlist` to `4.21.4` (patch)
|
|
303
402
|
- Update `postcss-custom-properties` to `12.1.10` (patch)
|
|
304
403
|
- Update `@csstools/postcss-cascade-layers` to `1.1.1` (patch)
|
|
305
404
|
|
|
306
|
-
### 7.8.2
|
|
405
|
+
### 7.8.2
|
|
406
|
+
|
|
407
|
+
_September 15, 2022_
|
|
307
408
|
|
|
308
409
|
- Update `@csstools/postcss-cascade-layers` to `1.1.0` (minor)
|
|
309
410
|
- Update `autoprefixer` to `10.4.11` (patch)
|
|
310
411
|
- Update `postcss-custom-properties` to `12.1.9` (patch)
|
|
311
412
|
- Update `postcss-nesting` to `10.2.0` (minor)
|
|
312
413
|
|
|
313
|
-
### 7.8.1
|
|
414
|
+
### 7.8.1
|
|
415
|
+
|
|
416
|
+
_September 7, 2022_
|
|
314
417
|
|
|
315
418
|
- Update `cssdb` to `7.0.1` (patch)
|
|
316
419
|
- Update `@csstools/postcss-cascade-layers` to `1.0.6` (patch)
|
|
317
420
|
|
|
318
|
-
### 7.8.0
|
|
421
|
+
### 7.8.0
|
|
422
|
+
|
|
423
|
+
_August 16, 2022_
|
|
319
424
|
|
|
320
425
|
- Added `@csstools/postcss-nested-calc` <br/> [Check the plugin README](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nested-calc#readme) for usage details.
|
|
321
426
|
- Added `@csstools/postcss-text-decoration-shorthand` <br/> [Check the plugin README](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand#readme) for usage details.
|
|
@@ -347,7 +452,9 @@
|
|
|
347
452
|
- Update `postcss-pseudo-class-any-link` to `7.1.6` (patch)
|
|
348
453
|
- Update `postcss-selector-not` to `6.0.1` (patch)
|
|
349
454
|
|
|
350
|
-
### 7.7.2
|
|
455
|
+
### 7.7.2
|
|
456
|
+
|
|
457
|
+
_June 23, 2022_
|
|
351
458
|
|
|
352
459
|
- Fix `op_mini all` not working as a browser list.
|
|
353
460
|
- Updated `postcss-color-rebeccapurple` to `7.1.0` (minor)
|
|
@@ -361,7 +468,9 @@
|
|
|
361
468
|
- Updated `postcss-nesting` to `10.1.9` (patch)
|
|
362
469
|
- Updated `postcss-pseudo-class-any-link` to `7.1.5` (patch)
|
|
363
470
|
|
|
364
|
-
### 7.7.1
|
|
471
|
+
### 7.7.1
|
|
472
|
+
|
|
473
|
+
_June 3, 2022_
|
|
365
474
|
|
|
366
475
|
- Updated `postcss-selector-not` to `6.0.0` (major)
|
|
367
476
|
- Updated `@csstools/postcss-trigonometric-functions` to `1.0.1` (patch)
|
|
@@ -370,14 +479,18 @@
|
|
|
370
479
|
- Updated `postcss-custom-selectors` to `6.0.2` (patch)
|
|
371
480
|
- Updated `cssdb` to `6.6.3` (patch)
|
|
372
481
|
|
|
373
|
-
### 7.7.0
|
|
482
|
+
### 7.7.0
|
|
483
|
+
|
|
484
|
+
_May 31, 2022_
|
|
374
485
|
|
|
375
486
|
- Added `@csstools/postcss-trigonometric-functions` <br/> [Check the plugin README](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-trigonometric-functions#readme) for usage details.
|
|
376
487
|
- Updated `@csstools/postcss-cascade-layers` to `1.0.2` (patch)
|
|
377
488
|
- Updated `postcss-color-functional-notation` to `4.2.3` (patch)
|
|
378
489
|
- Updated `postcss-nesting` to `10.1.7` (patch)
|
|
379
490
|
|
|
380
|
-
### 7.6.0
|
|
491
|
+
### 7.6.0
|
|
492
|
+
|
|
493
|
+
_May 19, 2022_
|
|
381
494
|
|
|
382
495
|
- Added `@csstools/postcss-cascade-layers` <br/> [Check the plugin README](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-cascade-layers#readme) for usage details.
|
|
383
496
|
- Updated `@csstools/postcss-hwb-function` to `1.0.1` (patch)
|
|
@@ -387,14 +500,18 @@
|
|
|
387
500
|
- Updated `postcss-pseudo-class-any-link` to `7.1.4` (patch)
|
|
388
501
|
- Updated `autoprefixer` to `10.4.7` (patch)
|
|
389
502
|
|
|
390
|
-
### 7.5.0
|
|
503
|
+
### 7.5.0
|
|
504
|
+
|
|
505
|
+
_May 2, 2022_
|
|
391
506
|
|
|
392
507
|
- Added `@csstools/postcss-unset-value` <br/> [Check the plugin README](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-unset-value#readme) for usage details.
|
|
393
508
|
- Added `@csstools/postcss-stepped-value-functions` <br/> [Check the plugin README](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-stepped-value-functions#readme) for usage details.
|
|
394
509
|
- Updated `cssdb` to `6.6.0` (minor)
|
|
395
510
|
- Updated `autoprefixer` to `10.4.6` (patch)
|
|
396
511
|
|
|
397
|
-
### 7.4.4
|
|
512
|
+
### 7.4.4
|
|
513
|
+
|
|
514
|
+
_April 26, 2022_
|
|
398
515
|
|
|
399
516
|
- Updated `@csstools/postcss-color-function` to `1.1.0` (minor)
|
|
400
517
|
- Updated `@csstools/postcss-is-pseudo-class` to `2.0.2` (patch)
|
|
@@ -406,7 +523,9 @@
|
|
|
406
523
|
- Updated `postcss-nesting` to `10.1.4` (patch)
|
|
407
524
|
- Updated `postcss-pseudo-class-any-link` to `7.1.2` (patch)
|
|
408
525
|
|
|
409
|
-
### 7.4.3
|
|
526
|
+
### 7.4.3
|
|
527
|
+
|
|
528
|
+
_March 19, 2022_
|
|
410
529
|
|
|
411
530
|
- Fix manually enabling a feature that doesn't meet the required vendor implementations. [#310](https://github.com/csstools/postcss-plugins/issues/310)
|
|
412
531
|
- Updated `postcss-clamp` to `4.1.0` (minor)
|
|
@@ -427,15 +546,21 @@
|
|
|
427
546
|
|
|
428
547
|
[see the list of features](https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/FEATURES.md)
|
|
429
548
|
|
|
430
|
-
### 7.4.2
|
|
549
|
+
### 7.4.2
|
|
550
|
+
|
|
551
|
+
_March 2, 2022_
|
|
431
552
|
|
|
432
553
|
- Adding internal patch for `postcss-clamp` to fix issue when `clamp` was being used with any other values along. [#274](https://github.com/csstools/postcss-plugins/issues/274)
|
|
433
554
|
|
|
434
|
-
### 7.4.1
|
|
555
|
+
### 7.4.1
|
|
556
|
+
|
|
557
|
+
_February 17, 2022_
|
|
435
558
|
|
|
436
559
|
- Updated `postcss-clamp` to `4.0.0` (major)
|
|
437
560
|
|
|
438
|
-
### 7.4.0
|
|
561
|
+
### 7.4.0
|
|
562
|
+
|
|
563
|
+
_February 16, 2022_
|
|
439
564
|
|
|
440
565
|
- Added `@csstools/color-function` <br/> [Check the plugin README](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function#readme) for usage details.
|
|
441
566
|
- Added `@csstools/oklab-function` <br/> [Check the plugin README](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function#readme) for usage details.
|
|
@@ -445,15 +570,21 @@
|
|
|
445
570
|
- Updated `postcss-double-position-gradients` to `3.1.0` (minor)
|
|
446
571
|
- Updated `postcss-lab-function` to `4.1.1` (patch)
|
|
447
572
|
|
|
448
|
-
### 7.3.3
|
|
573
|
+
### 7.3.3
|
|
574
|
+
|
|
575
|
+
_February 13, 2022_
|
|
449
576
|
|
|
450
577
|
- Updated `cssdb` to `6.3.0` (minor)
|
|
451
578
|
|
|
452
|
-
### 6.7.1
|
|
579
|
+
### 6.7.1
|
|
580
|
+
|
|
581
|
+
_February 13, 2022_
|
|
453
582
|
|
|
454
583
|
- Added notice when using preset-env with PostCSS > 7 to prompt to upgrade.
|
|
455
584
|
|
|
456
|
-
### 7.3.2
|
|
585
|
+
### 7.3.2
|
|
586
|
+
|
|
587
|
+
_February 12, 2022_
|
|
457
588
|
|
|
458
589
|
- Updated `postcss-lab-function` to `4.1.0` (minor)
|
|
459
590
|
|
|
@@ -477,13 +608,17 @@
|
|
|
477
608
|
- Updated `postcss-pseudo-class-any-link` to `7.1.1` (patch)
|
|
478
609
|
- Updated `@csstools/postcss-progressive-custom-properties` to `1.1.0`.
|
|
479
610
|
|
|
480
|
-
### 7.3.1
|
|
611
|
+
### 7.3.1
|
|
612
|
+
|
|
613
|
+
_February 3, 2022_
|
|
481
614
|
|
|
482
615
|
- Ensured that `debug` option uses a single instance per run, this allows for `debug` to work on parallel runs within CI environments.
|
|
483
616
|
- Normalized exports to support both Common JS and ESM within our modules. This allows for the package to be processable via Webpack [#221](https://github.com/csstools/postcss-plugins/issues/221)
|
|
484
617
|
- Updated `postcss-opacity-percentage` to `1.1.2` (patch).
|
|
485
618
|
|
|
486
|
-
### 7.3.0
|
|
619
|
+
### 7.3.0
|
|
620
|
+
|
|
621
|
+
_January 31, 2022_
|
|
487
622
|
|
|
488
623
|
- Added `@csstools/postcss-is-pseudo-class` <br/> [Check the plugin README](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-is-pseudo-class#readme) for usage details.
|
|
489
624
|
- Added `@csstools/postcss-hwb-function` <br/> [Check the plugin README](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function#readme) for usage details.
|
|
@@ -502,16 +637,22 @@
|
|
|
502
637
|
- Updated `postcss-image-set-function` to `4.0.5` (patch)
|
|
503
638
|
- Updated `postcss-pseudo-class-any-link` to `7.1.0` (minor)
|
|
504
639
|
|
|
505
|
-
### 7.2.3
|
|
640
|
+
### 7.2.3
|
|
641
|
+
|
|
642
|
+
_January 12, 2022_
|
|
506
643
|
|
|
507
644
|
- Enhanced `importFrom` / `exportTo` so it's harder to cause unexpected issues by different shapes of data.
|
|
508
645
|
|
|
509
|
-
### 7.2.2
|
|
646
|
+
### 7.2.2
|
|
647
|
+
|
|
648
|
+
_January 12, 2022_
|
|
510
649
|
|
|
511
650
|
- Updated `postcss-logical` to `5.0.3` (patch)
|
|
512
651
|
- Updated `postcss-custom-properties` to `12.1.2` (patch)
|
|
513
652
|
|
|
514
|
-
### 7.2.1
|
|
653
|
+
### 7.2.1
|
|
654
|
+
|
|
655
|
+
_January 12, 2022_
|
|
515
656
|
|
|
516
657
|
- Always run plugins with side effects if certain options are set. [#140](https://github.com/csstools/postcss-plugins/issues/140)
|
|
517
658
|
- `custom-media-queries`
|
|
@@ -529,7 +670,9 @@
|
|
|
529
670
|
This will ensure that CSS transforms that are not a browser polyfill are still applied.
|
|
530
671
|
⚠️ A future major version `postcss-preset-env` will remove this behavior completely.
|
|
531
672
|
|
|
532
|
-
### 7.2.0
|
|
673
|
+
### 7.2.0
|
|
674
|
+
|
|
675
|
+
_January 2, 2022_
|
|
533
676
|
|
|
534
677
|
- Added warnings and useful messages when a feature that doesn't exist is configured. [156](https://github.com/csstools/postcss-preset-env/issues/156).
|
|
535
678
|
|
|
@@ -578,11 +721,15 @@ Unknown feature: "postcss-logica" did you mean: "logical-properties-and-values"
|
|
|
578
721
|
- Updated `postcss-place` to 7.0.3 (patch)
|
|
579
722
|
- Updated `postcss-pseudo-class-any-link` to 7.0.2 (patch)
|
|
580
723
|
|
|
581
|
-
### 7.1.0
|
|
724
|
+
### 7.1.0
|
|
725
|
+
|
|
726
|
+
_December 22, 2021_
|
|
582
727
|
|
|
583
728
|
- Updated [`postcss-nesting` to `10.1.0` (minor)](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-nesting/CHANGELOG.md#changes-to-postcss-nesting)
|
|
584
729
|
|
|
585
|
-
### 7.0.2
|
|
730
|
+
### 7.0.2
|
|
731
|
+
|
|
732
|
+
_December 16, 2021_
|
|
586
733
|
|
|
587
734
|
- Fixed unexpected behaviours when using different versions of `postcss-values-parser` across the plugins [228](https://github.com/csstools/postcss-preset-env/issues/228)
|
|
588
735
|
- Updated `browserlist` to 4.19.1 (minor)
|
|
@@ -610,7 +757,9 @@ Unknown feature: "postcss-logica" did you mean: "logical-properties-and-values"
|
|
|
610
757
|
- Updated documentation
|
|
611
758
|
- Updated `postcss` to be a peer dependency.
|
|
612
759
|
|
|
613
|
-
### 7.0.1
|
|
760
|
+
### 7.0.1
|
|
761
|
+
|
|
762
|
+
_November 19, 2021_
|
|
614
763
|
|
|
615
764
|
- Fixed infinite loop in double-position-gradients [223](https://github.com/csstools/postcss-preset-env/issues/223)
|
|
616
765
|
- Fixed "Unknown word" errors in when parsing CSS values [224](https://github.com/csstools/postcss-preset-env/issues/224)
|
|
@@ -623,7 +772,9 @@ Unknown feature: "postcss-logica" did you mean: "logical-properties-and-values"
|
|
|
623
772
|
- Updated `postcss-nesting` to 10.0.2 (patch)
|
|
624
773
|
- Updated `postcss-place` to 7.0.1 (patch)
|
|
625
774
|
|
|
626
|
-
### 7.0.0
|
|
775
|
+
### 7.0.0
|
|
776
|
+
|
|
777
|
+
_November 16, 2021_
|
|
627
778
|
|
|
628
779
|
- Updated `autoprefixer` to 10.4.0 (major)
|
|
629
780
|
- Updated `browserslist` to 4.17.5 (minor)
|
|
@@ -662,7 +813,9 @@ Unknown feature: "postcss-logica" did you mean: "logical-properties-and-values"
|
|
|
662
813
|
- Removed `postcss-color-gray`
|
|
663
814
|
- Updated support for Node 12+ (major)
|
|
664
815
|
|
|
665
|
-
### 6.7.0
|
|
816
|
+
### 6.7.0
|
|
817
|
+
|
|
818
|
+
_July 8, 2019_
|
|
666
819
|
|
|
667
820
|
- Fixed the issue of autoprefixer alerting an upcoming change to the API
|
|
668
821
|
- Updated `autoprefixer` to 9.6.1 (minor)
|
|
@@ -674,7 +827,9 @@ Unknown feature: "postcss-logica" did you mean: "logical-properties-and-values"
|
|
|
674
827
|
- Updated `postcss-custom-media` to 7.0.8 (patch)
|
|
675
828
|
- Updated `postcss-custom-properties` to 8.0.11 (patch)
|
|
676
829
|
|
|
677
|
-
### 6.6.0
|
|
830
|
+
### 6.6.0
|
|
831
|
+
|
|
832
|
+
_February 28, 2019_
|
|
678
833
|
|
|
679
834
|
- Moved browserslist detection from using each input file per process to using
|
|
680
835
|
the working directory on intialization, as was implied by the documentation.
|
|
@@ -689,7 +844,9 @@ Unknown feature: "postcss-logica" did you mean: "logical-properties-and-values"
|
|
|
689
844
|
- Updated `postcss` to 7.0.14 (patch)
|
|
690
845
|
- Updated `postcss-attribute-case-insensitive` to 4.0.1 (patch)
|
|
691
846
|
|
|
692
|
-
### 6.5.0
|
|
847
|
+
### 6.5.0
|
|
848
|
+
|
|
849
|
+
_December 12, 2018_
|
|
693
850
|
|
|
694
851
|
- Added `css-blank-pseudo` polyfill
|
|
695
852
|
- Added `css-has-pseudo` polyfill
|
|
@@ -700,19 +857,25 @@ Unknown feature: "postcss-logica" did you mean: "logical-properties-and-values"
|
|
|
700
857
|
- Updated `cssdb` to 4.3.0 (minor)
|
|
701
858
|
- Updated `postcss` to 7.0.6 (patch)
|
|
702
859
|
|
|
703
|
-
### 6.4.0
|
|
860
|
+
### 6.4.0
|
|
861
|
+
|
|
862
|
+
_November 6, 2018_
|
|
704
863
|
|
|
705
864
|
- Fixed `exportTo` option to export Custom Media, Custom Properties, and Custom
|
|
706
865
|
Selectors all to the same function, object, or file
|
|
707
866
|
- Added `css-prefers-color-scheme` 3.0.0 (major, non-breaking for this project)
|
|
708
867
|
- Updated `cssdb` to 4.2.0 (minor)
|
|
709
868
|
|
|
710
|
-
### 6.3.1
|
|
869
|
+
### 6.3.1
|
|
870
|
+
|
|
871
|
+
_November 5, 2018_
|
|
711
872
|
|
|
712
873
|
- Updated `caniuse-lite` to 1.0.30000905 (patch)
|
|
713
874
|
- Updated `postcss-custom-properties` to 8.0.9 (patch)
|
|
714
875
|
|
|
715
|
-
### 6.3.0
|
|
876
|
+
### 6.3.0
|
|
877
|
+
|
|
878
|
+
_October 28, 2018_
|
|
716
879
|
|
|
717
880
|
- Added `postcss-double-position-gradients` 1.0.0 (major, non-breaking for this project)
|
|
718
881
|
- Updated `autoprefixer` to 9.3.1 (minor)
|
|
@@ -720,80 +883,110 @@ Unknown feature: "postcss-logica" did you mean: "logical-properties-and-values"
|
|
|
720
883
|
- Updated `caniuse-lite` to 1.0.30000899 (patch)
|
|
721
884
|
- Updated `cssdb` to 4.1.0 (major, non-breaking for this project)
|
|
722
885
|
|
|
723
|
-
### 6.2.0
|
|
886
|
+
### 6.2.0
|
|
887
|
+
|
|
888
|
+
_October 22, 2018_
|
|
724
889
|
|
|
725
890
|
- Updated `autoprefixer` to 9.2.1 (minor)
|
|
726
891
|
- Updated `browserslist` to 4.3.1 (minor)
|
|
727
892
|
|
|
728
|
-
### 6.1.2
|
|
893
|
+
### 6.1.2
|
|
894
|
+
|
|
895
|
+
_October 19, 2018_
|
|
729
896
|
|
|
730
897
|
- Updated `browserslist` to 4.2.1 (patch)
|
|
731
898
|
- Updated `caniuse-lite` to 1.0.30000893 (patch)
|
|
732
899
|
- Updated `postcss-custom-media` to 7.0.7 (patch)
|
|
733
900
|
|
|
734
|
-
### 6.1.1
|
|
901
|
+
### 6.1.1
|
|
902
|
+
|
|
903
|
+
_October 12, 2018_
|
|
735
904
|
|
|
736
905
|
- Updated: `postcss-custom-media` to 7.0.6 (patch)
|
|
737
906
|
|
|
738
|
-
### 6.1.0
|
|
907
|
+
### 6.1.0
|
|
908
|
+
|
|
909
|
+
_October 10, 2018_
|
|
739
910
|
|
|
740
911
|
- Added: `postcss-color-gray`
|
|
741
912
|
- Added: Passing `autoprefixer: false` disables autoprefixer
|
|
742
913
|
- Updated: `browserslist` to 4.2.0 (minor)
|
|
743
914
|
- Updated: `caniuse-lite` to 1.0.30000890 (patch)
|
|
744
915
|
|
|
745
|
-
### 6.0.10
|
|
916
|
+
### 6.0.10
|
|
917
|
+
|
|
918
|
+
_October 2, 2018_
|
|
746
919
|
|
|
747
920
|
- Updated: `postcss-custom-properties` to 8.0.8 (patch)
|
|
748
921
|
|
|
749
|
-
### 6.0.9
|
|
922
|
+
### 6.0.9
|
|
923
|
+
|
|
924
|
+
_October 2, 2018_
|
|
750
925
|
|
|
751
926
|
- Updated: `browserslist` to 4.1.2 (patch)
|
|
752
927
|
- Updated: `postcss` to 7.0.5 (patch)
|
|
753
928
|
- Updated: `postcss-custom-properties` to 8.0.7 (patch)
|
|
754
929
|
|
|
755
|
-
### 6.0.8
|
|
930
|
+
### 6.0.8
|
|
931
|
+
|
|
932
|
+
_October 1, 2018_
|
|
756
933
|
|
|
757
934
|
- Updated: `caniuse-lite` to 1.0.30000888 (patch)
|
|
758
935
|
- Updated: `postcss` to 7.0.4 (patch)
|
|
759
936
|
|
|
760
937
|
**Did you hear? PostCSS Preset Env is now part of Create React App!** 🎉
|
|
761
938
|
|
|
762
|
-
### 6.0.7
|
|
939
|
+
### 6.0.7
|
|
940
|
+
|
|
941
|
+
_September 23, 2018_
|
|
763
942
|
|
|
764
943
|
- Updated: `postcss` to 7.0.3 (patch)
|
|
765
944
|
- Updated: `postcss-custom-properties` to 8.0.6 (patch)
|
|
766
945
|
|
|
767
|
-
### 6.0.6
|
|
946
|
+
### 6.0.6
|
|
947
|
+
|
|
948
|
+
_September 23, 2018_
|
|
768
949
|
|
|
769
950
|
- Updated: `postcss-custom-media` to 7.0.4 (patch)
|
|
770
951
|
|
|
771
|
-
### 6.0.5
|
|
952
|
+
### 6.0.5
|
|
953
|
+
|
|
954
|
+
_September 23, 2018_
|
|
772
955
|
|
|
773
956
|
- Updated: `postcss-color-mod-function` to 3.0.3 (patch)
|
|
774
957
|
|
|
775
|
-
### 6.0.4
|
|
958
|
+
### 6.0.4
|
|
959
|
+
|
|
960
|
+
_September 23, 2018_
|
|
776
961
|
|
|
777
962
|
- Updated: `caniuse-lite` to 1.0.30000887 (patch)
|
|
778
963
|
- Updated: `postcss-color-mod-function` to 3.0.2 (patch)
|
|
779
964
|
|
|
780
|
-
### 6.0.3
|
|
965
|
+
### 6.0.3
|
|
966
|
+
|
|
967
|
+
_September 21, 2018_
|
|
781
968
|
|
|
782
969
|
- Updated: `caniuse-lite` to 1.0.30000885 (patch)
|
|
783
970
|
- Updated: `postcss-custom-properties` to 8.0.5 (patch)
|
|
784
971
|
|
|
785
|
-
### 6.0.2
|
|
972
|
+
### 6.0.2
|
|
973
|
+
|
|
974
|
+
_September 20, 2018_
|
|
786
975
|
|
|
787
976
|
- Fixed: Do not break on an empty `importFrom` object
|
|
788
977
|
- Fixed: Actually run `postcss-env-function`
|
|
789
978
|
|
|
790
|
-
### 6.0.1
|
|
979
|
+
### 6.0.1
|
|
980
|
+
|
|
981
|
+
_September 20, 2018_
|
|
791
982
|
|
|
792
983
|
- Fixed: Issue with the `system-ui` font family polyfill by replacing
|
|
793
984
|
`postcss-font-family-system-ui` with an internal polyfill, at least until the
|
|
794
985
|
problem with the original plugin is resolved.
|
|
795
986
|
|
|
796
|
-
### 6.0.0
|
|
987
|
+
### 6.0.0
|
|
988
|
+
|
|
989
|
+
_September 20, 2018_
|
|
797
990
|
|
|
798
991
|
- Added: Support for PostCSS 7+
|
|
799
992
|
- Added: Support for PostCSS Values Parser 2+
|
|
@@ -801,38 +994,52 @@ Unknown feature: "postcss-logica" did you mean: "logical-properties-and-values"
|
|
|
801
994
|
- Added: Support for Node 6+
|
|
802
995
|
- Updated: All 28 plugins
|
|
803
996
|
|
|
804
|
-
### 5.4.0
|
|
997
|
+
### 5.4.0
|
|
998
|
+
|
|
999
|
+
_July 25, 2018_
|
|
805
1000
|
|
|
806
1001
|
- Added: `toggle` option to override which features are enabled or disabled
|
|
807
1002
|
- Deprecated: toggle features with `toggle`, not `features`
|
|
808
1003
|
|
|
809
|
-
### 5.3.0
|
|
1004
|
+
### 5.3.0
|
|
1005
|
+
|
|
1006
|
+
_July 24, 2018_
|
|
810
1007
|
|
|
811
1008
|
- Updated: `postcss-lab-function` to v1.1.0 (minor update)
|
|
812
1009
|
|
|
813
|
-
### 5.2.3
|
|
1010
|
+
### 5.2.3
|
|
1011
|
+
|
|
1012
|
+
_July 21, 2018_
|
|
814
1013
|
|
|
815
1014
|
- Updated: `postcss-color-mod-function` to v2.4.3 (patch update)
|
|
816
1015
|
|
|
817
|
-
### 5.2.2
|
|
1016
|
+
### 5.2.2
|
|
1017
|
+
|
|
1018
|
+
_July 13, 2018_
|
|
818
1019
|
|
|
819
1020
|
- Updated: `autoprefixer` to v8.6.5 (patch update)
|
|
820
1021
|
- Updated: `caniuse-lite` to v1.0.30000865 (patch update)
|
|
821
1022
|
- Updated: `postcss-color-functional-notation` to v1.0.2 (patch update)
|
|
822
1023
|
|
|
823
|
-
### 5.2.1
|
|
1024
|
+
### 5.2.1
|
|
1025
|
+
|
|
1026
|
+
_June 26, 2018_
|
|
824
1027
|
|
|
825
1028
|
- Updated: `caniuse-lite` to v1.0.30000859 (patch update)
|
|
826
1029
|
- Updated: `postcss-attribute-case-insensitive` to v3.0.1 (patch update)
|
|
827
1030
|
|
|
828
|
-
### 5.2.0
|
|
1031
|
+
### 5.2.0
|
|
1032
|
+
|
|
1033
|
+
_June 25, 2018_
|
|
829
1034
|
|
|
830
1035
|
- Updated: `autoprefixer` to v8.6.3 (minor update)
|
|
831
1036
|
- Updated: `caniuse-lite` to v1.0.30000858 (patch update)
|
|
832
1037
|
- Updated: `postcss` to 6.0.23 (patch update)
|
|
833
1038
|
- Updated: `postcss-nesting` to v6.0.0 (major internal update, non-breaking for this project)
|
|
834
1039
|
|
|
835
|
-
### 5.1.0
|
|
1040
|
+
### 5.1.0
|
|
1041
|
+
|
|
1042
|
+
_May 21, 2018_
|
|
836
1043
|
|
|
837
1044
|
- Added: `autoprefixer` option to pass options into autoprefixer
|
|
838
1045
|
- Updated: `autoprefixer` to v8.5.0 (minor update)
|
|
@@ -840,7 +1047,9 @@ Unknown feature: "postcss-logica" did you mean: "logical-properties-and-values"
|
|
|
840
1047
|
- Updated: `caniuse-lite` to v1.0.30000844 (patch update)
|
|
841
1048
|
- Updated: `postcss-color-functional-notation` to v1.0.1 (patch update)
|
|
842
1049
|
|
|
843
|
-
### 5.0.0
|
|
1050
|
+
### 5.0.0
|
|
1051
|
+
|
|
1052
|
+
_May 11, 2018_
|
|
844
1053
|
|
|
845
1054
|
- Added: `autoprefixer`
|
|
846
1055
|
- Added: `postcss-color-functional-notation`
|
|
@@ -863,14 +1072,18 @@ Unknown feature: "postcss-logica" did you mean: "logical-properties-and-values"
|
|
|
863
1072
|
All plugins now conform to the latest stable releases of `postcss-value-parser`
|
|
864
1073
|
v1.5.0 and `postcss-selector-parser` v4.0.0.
|
|
865
1074
|
|
|
866
|
-
### 4.1.0
|
|
1075
|
+
### 4.1.0
|
|
1076
|
+
|
|
1077
|
+
_April 23, 2018_
|
|
867
1078
|
|
|
868
1079
|
- Updated: `browserslist` to v3.2.5 (patch update)
|
|
869
1080
|
- Updated: `caniuse-lite` to v1.0.30000830 (patch update)
|
|
870
1081
|
- Updated: `postcss-apply` to v0.10.0 (minor update)
|
|
871
1082
|
- Updated: `postcss-nesting` to v5.0.0 (major update, non-breaking for this project)
|
|
872
1083
|
|
|
873
|
-
### 4.0.0
|
|
1084
|
+
### 4.0.0
|
|
1085
|
+
|
|
1086
|
+
_April 7, 2018_
|
|
874
1087
|
|
|
875
1088
|
- Added: `postcss-focus-within`
|
|
876
1089
|
- Updated: `postcss-focus-visible` to v3.0.0 (major update)
|
|
@@ -878,7 +1091,9 @@ v1.5.0 and `postcss-selector-parser` v4.0.0.
|
|
|
878
1091
|
- Updated: `cssdb` to v2.0.0 (major update)
|
|
879
1092
|
- Changed: All `specificationId` names to new `id` names for the `cssdb` update.
|
|
880
1093
|
|
|
881
|
-
### 3.5.0
|
|
1094
|
+
### 3.5.0
|
|
1095
|
+
|
|
1096
|
+
_April 5, 2018_
|
|
882
1097
|
|
|
883
1098
|
- Fixed: `selectors-matches-pseudo` mapping to allow `:matches` polyfilling
|
|
884
1099
|
- Updated: `postcss-dir-pseudo-class` to v3.0.0 (major update, non-breaking for this project)
|
|
@@ -887,56 +1102,78 @@ v1.5.0 and `postcss-selector-parser` v4.0.0.
|
|
|
887
1102
|
- Updated: `browserslist` to v3.2.4 (patch update)
|
|
888
1103
|
- Updated: `caniuse-lite` to v1.0.30000823 (patch update)
|
|
889
1104
|
|
|
890
|
-
### 3.4.0
|
|
1105
|
+
### 3.4.0
|
|
1106
|
+
|
|
1107
|
+
_March 18, 2018_
|
|
891
1108
|
|
|
892
1109
|
- Updated: `browserslist` to v3.2.0 (minor update)
|
|
893
1110
|
- Updated: `postcss` to v6.0.20 (patch update)
|
|
894
1111
|
- Updated: `postcss-image-set-polyfill` to `@csstools/postcss-image-set-function` (hopefully temporarily)
|
|
895
1112
|
|
|
896
|
-
### 3.3.0
|
|
1113
|
+
### 3.3.0
|
|
1114
|
+
|
|
1115
|
+
_March 16, 2018_
|
|
897
1116
|
|
|
898
1117
|
- Updated: `postcss-apply` to v0.9.0 (minor update)
|
|
899
1118
|
- Updated: `browserslist` to v3.1.2 (patch update)
|
|
900
1119
|
- Updated: `caniuse-lite` to v1.0.30000815 (patch update)
|
|
901
1120
|
- Updated: distribution to cjs and es bundles
|
|
902
1121
|
|
|
903
|
-
### 3.2.2
|
|
1122
|
+
### 3.2.2
|
|
1123
|
+
|
|
1124
|
+
_February 27, 2018_
|
|
904
1125
|
|
|
905
1126
|
- Updated: `postcss-color-mod-function` to v2.4.2 (patch update)
|
|
906
1127
|
|
|
907
|
-
### 3.2.1
|
|
1128
|
+
### 3.2.1
|
|
1129
|
+
|
|
1130
|
+
_February 21, 2018_
|
|
908
1131
|
|
|
909
1132
|
- Updated: Use the latest tested version of all dependencies
|
|
910
1133
|
|
|
911
|
-
### 3.2.0
|
|
1134
|
+
### 3.2.0
|
|
1135
|
+
|
|
1136
|
+
_February 18, 2018_
|
|
912
1137
|
|
|
913
1138
|
- Added: `postcss-page-break` which has moved here from Autoprefixer
|
|
914
1139
|
|
|
915
|
-
### 3.1.0
|
|
1140
|
+
### 3.1.0
|
|
1141
|
+
|
|
1142
|
+
_February 17, 2018_
|
|
916
1143
|
|
|
917
1144
|
- Added: `postcss-focus-visible`
|
|
918
1145
|
|
|
919
|
-
### 3.0.0
|
|
1146
|
+
### 3.0.0
|
|
1147
|
+
|
|
1148
|
+
_February 16, 2018_
|
|
920
1149
|
|
|
921
1150
|
- Updated: `postcss-color-mod-function` to v2.4 (minor update)
|
|
922
1151
|
- Updated: `postcss-custom-properties` to v7.0 (major update)
|
|
923
1152
|
|
|
924
|
-
### 2.2.0
|
|
1153
|
+
### 2.2.0
|
|
1154
|
+
|
|
1155
|
+
_February 14, 2018_
|
|
925
1156
|
|
|
926
1157
|
- Updated: `browserslist` to v3.1 (major update)
|
|
927
1158
|
- Updated: `postcss-color-mod-function` to v2.3 (minor update)
|
|
928
1159
|
- Improved: cleaned up one reusable variable and added a few tests
|
|
929
1160
|
|
|
930
|
-
### 2.1.0
|
|
1161
|
+
### 2.1.0
|
|
1162
|
+
|
|
1163
|
+
_January 22, 2018_
|
|
931
1164
|
|
|
932
1165
|
- Updated: `cssdb` to v1.5 (minor update)
|
|
933
1166
|
- Updated: `postcss-color-mod-function` to v2.2 (major update)
|
|
934
1167
|
- Updated: `postcss-font-family-system-ui` to v3.0 (repo update)
|
|
935
1168
|
|
|
936
|
-
### 2.0.0
|
|
1169
|
+
### 2.0.0
|
|
1170
|
+
|
|
1171
|
+
_January 16, 2018_
|
|
937
1172
|
|
|
938
1173
|
- Initial version
|
|
939
1174
|
|
|
940
|
-
### 1.0.0
|
|
1175
|
+
### 1.0.0
|
|
1176
|
+
|
|
1177
|
+
_December 20, 2017_
|
|
941
1178
|
|
|
942
1179
|
- Unsupported version accidentally published by a member of the community
|