File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change Log
22This project adheres to [ Semantic Versioning] ( https://semver.org/ ) .
33
4+ ## 8.4.7
5+ * Fixed ` Node#warn() ` type (by Masafumi Koba).
6+ * Fixed comment removal in values after ` , ` .
7+
48## 8.4.6
59* Prevented comment removing when it change meaning of CSS.
610* Fixed parsing space in last semicolon-less CSS Custom Properties.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ let Root = require('./root')
77
88class Processor {
99 constructor ( plugins = [ ] ) {
10- this . version = '8.4.6 '
10+ this . version = '8.4.7 '
1111 this . plugins = this . normalize ( plugins )
1212 }
1313
Original file line number Diff line number Diff line change 11{
22 "name" : " postcss" ,
3- "version" : " 8.4.6 " ,
3+ "version" : " 8.4.7 " ,
44 "description" : " Tool for transforming styles with JS plugins" ,
55 "engines" : {
66 "node" : " ^10 || ^12 || >=14"
You can’t perform that action at this time.
0 commit comments