All Versions
232
Latest Version
Avg Release Cycle
4 days
Latest Release
-
Changelog History
Page 8
Changelog History
Page 8
-
v8.0.2 Changes
September 15, 2020- π Fixed plugin packs support.
-
v8.0.1 Changes
September 15, 2020- β‘οΈ Updated
Processor#version
.
- β‘οΈ Updated
-
v8.0 Changes
- β Removed support for Node.js 6.x, 8.x, 11.x, and 13.x versions.
- β Removed
postcss.vendor
helpers. - π Deprecated
postcss.plugin()
API. - Treats
sourceMap.sources
as URL instead of file path. - π Plugins and runners must have
postcss
inpeerDependencies
. - Prohibited to extend PostCSS AST classes.
- π Moved from JSDoc to TypeDoc.
- π Moved unknown source from counter to random IDs.
- β Added visitor API for plugins (by Alexey Bondarenko).
- β Added ES modules support.
- β Added named exports for public classes
const { Rule } = require('postcss)
. - β Added
position.url
toNode#origin()
result. - β Added
opts.maps.absolute = true
option. - β Added
opts.maps.annotation = (file, root) => url
option support. - β Added
Node#source.offset
(by Ayaz Zaynutdinov). - β Added
Declaration#variable
. - β Added JSON source map support.
- β Added index source map support.
- β Added
Declaration#value
auto-converting to string. - π Fixed parsing
{}
in at-rule parameters. - π Fixed parsing empty Custom Properties.
--foo: ;
will havevalue.
- π Fixed building PostCSS with Rollup (by MapGrid).
- π Fixed TypeScript types.
- π Fixed source map relative paths.
- π Fixed calling
replaceWith
with input replaced node (by Joseph Kaptur). - π Improved βWriting a PostCSS Pluginβ docs (by Alexey Bondarenko).
- β Removed Babel from the projectβs release process.
- β Removed docs from npm package.
- Replaced
chalk
tocolorette
.
-
v7.0.38 Changes
- β‘οΈ Update
Processor#version
.
- β‘οΈ Update
-
v7.0.37 Changes
- Backport
chalk
tonanocolors
migration.
- Backport
-
v7.0.36 Changes
- Backport ReDoS vulnerabilities from PostCSS 8.
-
v7.0.35 Changes
September 28, 2020- β Add migration guide link to PostCSS 8 error text.
-
v7.0.34 Changes
September 17, 2020- π Fix compatibility with
postcss-scss
2.
- π Fix compatibility with
-
v7.0.33 Changes
September 16, 2020- β Add error message for PostCSS 8 plugins.
-
v7.0.32 Changes
June 02, 2020- π Fix error message (by @admosity).