postcss-preset-env 10.6.0 → 10.6.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 +3 -5
- package/README.md +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
# Changes to PostCSS Preset Env
|
|
2
2
|
|
|
3
|
-
### 10.6.
|
|
3
|
+
### 10.6.1
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
_January 10, 2026_
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
- Added `@csstools/postcss-syntax-descriptor-syntax-production` [Check the plugin README](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-syntax-descriptor-syntax-production#readme) for usage details.
|
|
9
|
-
- Updated [`cssdb`](https://github.com/csstools/cssdb) to [`8.6.0`](https://github.com/csstools/cssdb/blob/main/CHANGELOG.md#860-december-26-2025)
|
|
7
|
+
- Updated [`@csstools/postcss-normalize-display-values`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-normalize-display-values) to [`4.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-normalize-display-values/CHANGELOG.md#401) (patch)
|
|
10
8
|
|
|
11
9
|
[Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env/CHANGELOG.md)
|
package/README.md
CHANGED
|
@@ -453,7 +453,7 @@ This gives users the chance to play around with these features and provide feedb
|
|
|
453
453
|
If the specification changes or is abandoned a new major version of the plugin will be released.
|
|
454
454
|
This will require you to update your source code so that everything works as expected.
|
|
455
455
|
|
|
456
|
-
To have more stability between updates of [PostCSS Preset Env] you may set `
|
|
456
|
+
To have more stability between updates of [PostCSS Preset Env] you may set `minimumVendorImplementations: 2` or more.
|
|
457
457
|
|
|
458
458
|
A side effect of staying close to the standard is that you can more easily migrate your project to other tooling all together.
|
|
459
459
|
|
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": "10.6.
|
|
4
|
+
"version": "10.6.1",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
7
7
|
"name": "Antonio Laguna",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"@csstools/postcss-media-minmax": "^2.0.9",
|
|
78
78
|
"@csstools/postcss-media-queries-aspect-ratio-number-values": "^3.0.5",
|
|
79
79
|
"@csstools/postcss-nested-calc": "^4.0.0",
|
|
80
|
-
"@csstools/postcss-normalize-display-values": "^4.0.
|
|
80
|
+
"@csstools/postcss-normalize-display-values": "^4.0.1",
|
|
81
81
|
"@csstools/postcss-oklab-function": "^4.0.12",
|
|
82
82
|
"@csstools/postcss-position-area-property": "^1.0.0",
|
|
83
83
|
"@csstools/postcss-progressive-custom-properties": "^4.2.1",
|