All Versions
232
Latest Version
Avg Release Cycle
4 days
Latest Release
-
Changelog History
Page 21
Changelog History
Page 21
-
v4.0.3 Changes
- Faster API with 6to5 Loose mode.
- ๐ Fix indexed source maps support.
-
v4.0.2 Changes
- ๐ Do not copy IE hacks to code style.
-
v4.0.1 Changes
- โ Add
source.input
toRoot
too.
- โ Add
-
v4.0 Changes
- ๐ Rename
Container#childs
tonodes
. - ๐ Rename
PostCSS#processors
toplugins
. - โ Add
Node#replaceValues()
method. - โ Add
Node#moveTo()
,moveBefore()
andmoveAfter()
methods. - โ Add
Node#cloneBefore()
andcloneAfter()
shortcuts. - โ Add
Node#next()
,prev()
androot()
shortcuts. - โ Add
Node#replaceWith()
method. - โ Add
Node#error()
method. - โ Add
Container#removeAll()
method. - โ Add filter argument to
eachDecl()
andeachAtRule()
. - โ Add
Node#source.input
and movesource.file
orsource.id
toinput
. - ๐ Change code indent, when node was moved.
- ๐ Better fix code style on
Rule
,AtRule
andComment
nodes changes. - ๐ Allow to create rules and at-rules by hash shortcut in append methods.
- โ Add class name to CSS syntax error output.
- ๐ Rename
-
v3.0.7 Changes
- ๐ Fix IE filter parsing with multiple commands.
- ๐ Safer way to consume PostCSS object as plugin (by Maxime Thirouin).
-
v3.0.6 Changes
- ๐ Fix missing semicolon when comment comes after last declaration.
- ๐ Fix Safe Mode declaration parsing on unclosed blocks.
-
v3.0.5 Changes
- ๐ Fix parser to support difficult cases with backslash escape and brackets.
- โ Add
CssSyntaxError#stack
(by Maxime Thirouin).
-
v3.0.4 Changes
- ๐ Fix Safe Mode on unknown word before declaration.
-
v3.0.3 Changes
- Increase tokenizer speed (by Roman Dvornov).
-
v3.0.2 Changes
- ๐ Fix empty comment parsing.
- ๐ Fix
Root#normalize
in some inserts.