All Versions
232
Latest Version
Avg Release Cycle
4 days
Latest Release
-
Changelog History
Page 16
Changelog History
Page 16
-
v5.2.4 Changes
- π Improve terminal CSS syntax highlight (by Simon Lydell).
-
v5.2.3 Changes
- π Better color highlight in syntax error code frame.
- π Fix color highlight support in old systems.
-
v5.2.2 Changes
- β‘οΈ Update
Processor#version
.
- β‘οΈ Update
-
v5.2.1 Changes
- π Fix source map path for CSS without
from
option (by Michele Locati).
- π Fix source map path for CSS without
-
v5.2 Changes
- β Add syntax highlight to code frame in syntax error (by Andrey Popp).
- π Use Babel code frame style and size in syntax error.
- β Add
[
and]
tokens to parse[attr=;] {}
correctly. - β Add
ignoreErrors
options to tokenizer (by Andrey Popp). - π Fix error position on tab indent (by Simon Lydell).
-
v5.1.2 Changes
- π Suggests SCSS/Less parsers on parse errors depends on file extension.
-
v5.1.1 Changes
- π Fix TypeScript definitions (by Efremov Alexey).
-
v5.1 Changes
- β Add URI in source map support (by Mark Finger).
- β Add
map.from
option (by Mark Finger). - β Add
<no source>
mappings for nodes without source (by Bogdan Chadkin). - β Add function value support to
map.prev
option (by Chris Montoro). - β Add declaration value type check in shortcut creating (by εη₯Ί).
- β
Result#warn
now returns new created warning. - π Donβt call plugin creator in
postcss.plugin
call. - β Add source maps to PostCSS ES5 build.
- β Add JSDoc to PostCSS classes.
- π¦ Clean npm package from unnecessary docs.
-
v5.0.21 Changes
- π Fix support with input source mao with
utf8
encoding name.
- π Fix support with input source mao with
-
v5.0.20 Changes
- π Fix between raw value parsing (by David Clark).
- β‘οΈ Update TypeScript definitions (by Jed Mao).
- Clean fake node.source after
append(string)
.