Releases: postcss/postcss
Releases · postcss/postcss
Previous Next
8.5.23
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).
8.5.16
- Fixed
Input#origin()position (by @mizdra). - Fixed
rawsafter rehydrating a JSON AST (by @sarathfrancis90). - Fixed putting parent-less node in
nodesof new node (by @MahinAnowar). - Fixed computing
offsetinpositionBy()(by @greymoth-jp). - Fixed
rangeBy()onindex: 0(by @sarathfrancis90).
8.5.15
- Fixed declaration parsing performance (by @homanp).
8.5.14
- Fixed custom syntax regression (by @43081j).
Previous Next