postcss-preset-env 7.2.1 → 7.2.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 +6 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,17 @@
|
|
|
1
1
|
# Changes to PostCSS Preset Env
|
|
2
2
|
|
|
3
|
+
### 7.2.2 (January 12, 2022)
|
|
4
|
+
|
|
5
|
+
- Updated `postcss-logical` to `5.0.3` (patch)
|
|
6
|
+
- Updated `postcss-custom-properties` to `12.1.2` (patch)
|
|
7
|
+
|
|
3
8
|
### 7.2.1 (January 12, 2022)
|
|
4
9
|
|
|
5
10
|
- Always run plugins with side effects if certain options are set. [#140](https://github.com/csstools/postcss-plugins/issues/140)
|
|
6
11
|
- `custom-media-queries`
|
|
7
12
|
- `custom-properties`
|
|
8
13
|
- `environment-variables`
|
|
9
|
-
- `custom-selectors`
|
|
14
|
+
- `custom-selectors`
|
|
10
15
|
- Updated `caniuse-lite` to `1.0.30001299` (minor)
|
|
11
16
|
- Updated `css-blank-pseudo` to `3.0.2` (minor)
|
|
12
17
|
- Updated `css-has-pseudo` to `3.0.3` (minor)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "postcss-preset-env",
|
|
3
|
-
"version": "7.2.
|
|
3
|
+
"version": "7.2.2",
|
|
4
4
|
"description": "Convert modern CSS into something browsers understand",
|
|
5
5
|
"author": "Jonathan Neal <jonathantneal@hotmail.com>",
|
|
6
6
|
"license": "CC0-1.0",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"postcss-color-hex-alpha": "^8.0.2",
|
|
40
40
|
"postcss-color-rebeccapurple": "^7.0.2",
|
|
41
41
|
"postcss-custom-media": "^8.0.0",
|
|
42
|
-
"postcss-custom-properties": "^12.1.
|
|
42
|
+
"postcss-custom-properties": "^12.1.2",
|
|
43
43
|
"postcss-custom-selectors": "^6.0.0",
|
|
44
44
|
"postcss-dir-pseudo-class": "^6.0.3",
|
|
45
45
|
"postcss-double-position-gradients": "^3.0.4",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"postcss-image-set-function": "^4.0.4",
|
|
52
52
|
"postcss-initial": "^4.0.1",
|
|
53
53
|
"postcss-lab-function": "^4.0.3",
|
|
54
|
-
"postcss-logical": "^5.0.
|
|
54
|
+
"postcss-logical": "^5.0.3",
|
|
55
55
|
"postcss-media-minmax": "^5.0.0",
|
|
56
56
|
"postcss-nesting": "^10.1.2",
|
|
57
57
|
"postcss-overflow-shorthand": "^3.0.2",
|