Releases: postcss/postcss
Releases · postcss/postcss
Release list
8.5.28
8.5.27
Immutable
release. Only release title and notes can be modified.
- Fixed removing any comments starting with
/*#(by @dylanpulver). - Fixed
*hack before a comment in Custom Properties (by @Jaybhade). - Fixed empty values in the middle of
list.comma()(by @MahinAnowar). - Fixed whitespace-only values in
list.space()(by @MahinAnowar). - Fixed rule’s end position on space before semicolon (by @maximilliangrand).
- Fixed types (by @romainmenke).
- Fixed Chinese text in deprecation warning (by @Jesse205).
8.5.26
8.5.25
Immutable
release. Only release title and notes can be modified.
- Fixed 8.5.17 visitor regression.
- Fixed
list.split()for non-string values (by @amir-rezaei).
8.5.24
Immutable
release. Only release title and notes can be modified.
- Preserve the BOM after the processing (by @hdimer).
8.5.23
Immutable
release. Only release title and notes can be modified.
- Do not load source map without
opts.fromfor security reasons.
8.5.22
Immutable
release. Only release title and notes can be modified.
- Fixed custom property losing semicolon before a comment (by @sarathfrancis90).
8.5.21
Immutable
release. Only release title and notes can be modified.
- Fixed childless at-rule losing semicolon before comment (by @sarathfrancis90).
- Fixed docs (by @isker).
8.5.20
Immutable
release. Only release title and notes can be modified.
- Fixed missing space if
AtRule#paramsis set after (by @sarathfrancis90). - Fixed mixing AST error on warnings (by @MahinAnowar).
8.5.19
- Fixed cleaning
beforefor new nodes inserted toRoot(by @MahinAnowar).