Skip to content

Commit 1e058fc

Browse files
committed
Publish cssnano 8.0
1 parent aa11a12 commit 1e058fc

75 files changed

Lines changed: 578 additions & 136 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/fresh-heads-stand.md

Lines changed: 0 additions & 40 deletions
This file was deleted.

.changeset/goofy-snakes-doubt.md

Lines changed: 0 additions & 42 deletions
This file was deleted.

.changeset/pink-maps-remain.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

packages/cssnano-preset-advanced/CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# Change Log
22

3+
## 8.0.0
4+
5+
### Major Changes
6+
7+
- ea8e33a: chore: drop Node.js 20 support
8+
9+
Node.js 20 has reached end of life.
10+
11+
- d7c57da: Removed `cssDeclarationSorter` from the `default` preset. It remains enabled in
12+
the `advanced` preset.
13+
14+
## Motivation
15+
16+
The plugin can cause breakages without notice whenever a new CSS longhand
17+
property is released to browsers if it happens to cause a conflict with another
18+
longhand property. To ensure safety and predictability, it is no longer enabled
19+
by default.
20+
21+
## How to Update
22+
23+
If you rely on declaration sorting, you can switch to the `advanced` preset or
24+
explicitly enable `cssDeclarationSorter` in your configuration.
25+
26+
### Patch Changes
27+
28+
- aa11a12: chore: update PostCSS
29+
- Updated dependencies [aa11a12]
30+
- Updated dependencies [ea8e33a]
31+
- Updated dependencies [d7c57da]
32+
33+
34+
35+
36+
37+
338
## 7.0.16
439

540
### Patch Changes

packages/cssnano-preset-advanced/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cssnano-preset-advanced",
3-
"version": "7.0.16",
3+
"version": "8.0.0",
44
"main": "src/index.js",
55
"types": "types/index.d.ts",
66
"description": "Advanced optimisations for cssnano; may or may not break your CSS!",

packages/cssnano-preset-default/CHANGELOG.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,61 @@
11
# Change Log
22

3+
## 8.0.0
4+
5+
### Major Changes
6+
7+
- ea8e33a: chore: drop Node.js 20 support
8+
9+
Node.js 20 has reached end of life.
10+
11+
- d7c57da: Removed `cssDeclarationSorter` from the `default` preset. It remains enabled in
12+
the `advanced` preset.
13+
14+
## Motivation
15+
16+
The plugin can cause breakages without notice whenever a new CSS longhand
17+
property is released to browsers if it happens to cause a conflict with another
18+
longhand property. To ensure safety and predictability, it is no longer enabled
19+
by default.
20+
21+
## How to Update
22+
23+
If you rely on declaration sorting, you can switch to the `advanced` preset or
24+
explicitly enable `cssDeclarationSorter` in your configuration.
25+
26+
### Patch Changes
27+
28+
- aa11a12: chore: update PostCSS
29+
- Updated dependencies [aa11a12]
30+
- Updated dependencies [ea8e33a]
31+
32+
33+
34+
35+
36+
37+
38+
39+
40+
41+
42+
43+
44+
45+
46+
47+
48+
49+
50+
51+
52+
53+
54+
55+
56+
57+
58+
359
## 7.0.17
460

561
### Patch Changes

packages/cssnano-preset-default/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cssnano-preset-default",
3-
"version": "7.0.17",
3+
"version": "8.0.0",
44
"main": "src/index.js",
55
"types": "types/index.d.ts",
66
"description": "Safe defaults for cssnano which require minimal configuration.",

packages/cssnano-preset-lite/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Change Log
22

3+
## 5.0.0
4+
5+
### Major Changes
6+
7+
- ea8e33a: chore: drop Node.js 20 support
8+
9+
Node.js 20 has reached end of life.
10+
11+
### Patch Changes
12+
13+
- aa11a12: chore: update PostCSS
14+
- Updated dependencies [aa11a12]
15+
- Updated dependencies [ea8e33a]
16+
17+
18+
19+
20+
321
## 4.0.6
422

523
### Patch Changes

packages/cssnano-preset-lite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cssnano-preset-lite",
3-
"version": "4.0.6",
3+
"version": "5.0.0",
44
"main": "src/index.js",
55
"types": "types/index.d.ts",
66
"description": "Safe and minimum transformation",

packages/cssnano-utils/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## 6.0.0
4+
5+
### Major Changes
6+
7+
- ea8e33a: chore: drop Node.js 20 support
8+
9+
Node.js 20 has reached end of life.
10+
11+
### Patch Changes
12+
13+
- aa11a12: chore: update PostCSS
14+
315
## 5.0.3
416

517
### Patch Changes

0 commit comments

Comments
 (0)