postcss-preset-env 8.3.0 → 8.3.1
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 -0
- package/package.json +17 -17
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changes to PostCSS Preset Env
|
|
2
2
|
|
|
3
|
+
### 8.3.1 (April 10, 2023)
|
|
4
|
+
|
|
5
|
+
- Updated `@csstools/postcss-logical-viewport-units` to `1.0.3` (patch)
|
|
6
|
+
- Updated `@csstools/postcss-media-minmax` to `1.0.2` (patch)- Updated `@csstools/postcss-media-queries-aspect-ratio-number-values` to `1.0.2` (patch)- Updated `@csstools/postcss-stepped-value-functions` to `2.1.1` (patch)- Updated `@csstools/postcss-trigonometric-functions` to `2.1.1` (patch)- Updated `postcss-custom-media` to `9.1.3` (patch)- Updated `postcss-custom-properties` to `13.1.5` (patch)- Updated `postcss-custom-selectors` to `7.1.3` (patch)
|
|
7
|
+
- Updated `@csstools/postcss-color-function` to `2.2.1` (patch)- Updated `@csstools/postcss-color-mix-function` to `1.0.1` (patch)- Updated `@csstools/postcss-gradients-interpolation-method` to `3.0.3` (patch)- Updated `@csstools/postcss-hwb-function` to `2.2.1` (patch)- Updated `@csstools/postcss-oklab-function` to `2.2.1` (patch)- Updated `postcss-lab-function` to `5.2.1` (patch)
|
|
8
|
+
|
|
3
9
|
### 8.3.0 (March 31, 2023)
|
|
4
10
|
|
|
5
11
|
- 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._
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "postcss-preset-env",
|
|
3
3
|
"description": "Convert modern CSS into something browsers understand",
|
|
4
|
-
"version": "8.3.
|
|
4
|
+
"version": "8.3.1",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
7
7
|
"name": "Antonio Laguna",
|
|
@@ -44,26 +44,26 @@
|
|
|
44
44
|
],
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@csstools/postcss-cascade-layers": "^3.0.1",
|
|
47
|
-
"@csstools/postcss-color-function": "^2.1
|
|
48
|
-
"@csstools/postcss-color-mix-function": "^1.0.
|
|
47
|
+
"@csstools/postcss-color-function": "^2.2.1",
|
|
48
|
+
"@csstools/postcss-color-mix-function": "^1.0.1",
|
|
49
49
|
"@csstools/postcss-font-format-keywords": "^2.0.2",
|
|
50
|
-
"@csstools/postcss-gradients-interpolation-method": "^3.0.
|
|
51
|
-
"@csstools/postcss-hwb-function": "^2.2.
|
|
50
|
+
"@csstools/postcss-gradients-interpolation-method": "^3.0.3",
|
|
51
|
+
"@csstools/postcss-hwb-function": "^2.2.1",
|
|
52
52
|
"@csstools/postcss-ic-unit": "^2.0.2",
|
|
53
|
-
"@csstools/postcss-is-pseudo-class": "^3.
|
|
53
|
+
"@csstools/postcss-is-pseudo-class": "^3.2.0",
|
|
54
54
|
"@csstools/postcss-logical-float-and-clear": "^1.0.1",
|
|
55
55
|
"@csstools/postcss-logical-resize": "^1.0.1",
|
|
56
|
-
"@csstools/postcss-logical-viewport-units": "^1.0.
|
|
57
|
-
"@csstools/postcss-media-minmax": "^1.0.
|
|
58
|
-
"@csstools/postcss-media-queries-aspect-ratio-number-values": "^1.0.
|
|
56
|
+
"@csstools/postcss-logical-viewport-units": "^1.0.3",
|
|
57
|
+
"@csstools/postcss-media-minmax": "^1.0.2",
|
|
58
|
+
"@csstools/postcss-media-queries-aspect-ratio-number-values": "^1.0.2",
|
|
59
59
|
"@csstools/postcss-nested-calc": "^2.0.2",
|
|
60
60
|
"@csstools/postcss-normalize-display-values": "^2.0.1",
|
|
61
|
-
"@csstools/postcss-oklab-function": "^2.2.
|
|
61
|
+
"@csstools/postcss-oklab-function": "^2.2.1",
|
|
62
62
|
"@csstools/postcss-progressive-custom-properties": "^2.1.0",
|
|
63
63
|
"@csstools/postcss-scope-pseudo-class": "^2.0.2",
|
|
64
|
-
"@csstools/postcss-stepped-value-functions": "^2.1.
|
|
65
|
-
"@csstools/postcss-text-decoration-shorthand": "^2.2.
|
|
66
|
-
"@csstools/postcss-trigonometric-functions": "^2.1.
|
|
64
|
+
"@csstools/postcss-stepped-value-functions": "^2.1.1",
|
|
65
|
+
"@csstools/postcss-text-decoration-shorthand": "^2.2.3",
|
|
66
|
+
"@csstools/postcss-trigonometric-functions": "^2.1.1",
|
|
67
67
|
"@csstools/postcss-unset-value": "^2.0.1",
|
|
68
68
|
"autoprefixer": "^10.4.14",
|
|
69
69
|
"browserslist": "^4.21.5",
|
|
@@ -76,9 +76,9 @@
|
|
|
76
76
|
"postcss-color-functional-notation": "^5.0.2",
|
|
77
77
|
"postcss-color-hex-alpha": "^9.0.2",
|
|
78
78
|
"postcss-color-rebeccapurple": "^8.0.2",
|
|
79
|
-
"postcss-custom-media": "^9.1.
|
|
80
|
-
"postcss-custom-properties": "^13.1.
|
|
81
|
-
"postcss-custom-selectors": "^7.1.
|
|
79
|
+
"postcss-custom-media": "^9.1.3",
|
|
80
|
+
"postcss-custom-properties": "^13.1.5",
|
|
81
|
+
"postcss-custom-selectors": "^7.1.3",
|
|
82
82
|
"postcss-dir-pseudo-class": "^7.0.2",
|
|
83
83
|
"postcss-double-position-gradients": "^4.0.2",
|
|
84
84
|
"postcss-focus-visible": "^8.0.2",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"postcss-gap-properties": "^4.0.1",
|
|
88
88
|
"postcss-image-set-function": "^5.0.2",
|
|
89
89
|
"postcss-initial": "^4.0.1",
|
|
90
|
-
"postcss-lab-function": "^5.2.
|
|
90
|
+
"postcss-lab-function": "^5.2.1",
|
|
91
91
|
"postcss-logical": "^6.1.0",
|
|
92
92
|
"postcss-nesting": "^11.2.1",
|
|
93
93
|
"postcss-opacity-percentage": "^2.0.0",
|