cssnano 4.0.1 → 4.0.5

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +34 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,37 @@
1
+ # 4.0.5
2
+
3
+ ## Bug Fixes
4
+
5
+ * `postcss-merge-longhand` now correctly merges borders with custom properties.
6
+ * `postcss-merge-longhand` doesn't throw error in some `border` merge cases.
7
+
8
+ # 4.0.4
9
+
10
+ ## Bug Fixes
11
+
12
+ * `postcss-merge-longhand` doesn't drop border-width with custom property from border shorthand.
13
+ * `postcss-merge-longhand` doesn't convert `currentColor`.
14
+ * `postcss-merge-longhand` doesn't merge border properties if there is a shorthand property between them.
15
+
16
+ # 4.0.3
17
+
18
+ ## Bug Fixes
19
+
20
+ * `postcss-merge-longhand` incorrect minification of `border` (`border-*`) declarations.
21
+
22
+ # 4.0.2
23
+
24
+ ## Bug Fixes
25
+
26
+ * `postcss-merge-longhand` don't explode declarations with custom properties.
27
+ * `postcss-colormin` now better transform to `hsl`.
28
+
29
+ # 4.0.1
30
+
31
+ ## Bug Fixes
32
+
33
+ * `browserslist` version incompatibility with `caniuse-api`.
34
+
1
35
  # 4.0.0
2
36
 
3
37
  ## Breaking changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cssnano",
3
- "version": "4.0.1",
3
+ "version": "4.0.5",
4
4
  "description": "A modular minifier, built on top of the PostCSS ecosystem.",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {