cssnano 4.0.4 → 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 +10 -3
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,10 +1,17 @@
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
+
1
8
  # 4.0.4
2
9
 
3
10
  ## Bug Fixes
4
11
 
5
- * `postcss-merge-longhand` don't drop border-width with custom property from border shorthand.
6
- * `postcss-merge-longhand` don't convert `currentColor`.
7
- * `postcss-merge-longhand` don't merge border properties if there is a shorthand property between them.
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.
8
15
 
9
16
  # 4.0.3
10
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cssnano",
3
- "version": "4.0.4",
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": {