Releases: postcss/postcss
Releases · postcss/postcss
Release list
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).
8.5.18
- Restricted loading previous source maps file to the
opts.fromfolder for security reasons (useunsafeMap: trueto disable the check).
8.5.17
- Fixed
Maximum call stack size exceedederror. - Fixed Prototype hijacking for
postcss.fromJSON(). - Fixed
Input#origin()for unmapped end position (by @chatman-media).