All Versions
232
Latest Version
Avg Release Cycle
4 days
Latest Release
-

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.
  • 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 in peerDependencies.
    • 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 to Node#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 have value.
    • πŸ›  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 to colorette.
  • v7.0.38 Changes

    • ⚑️ Update Processor#version.
  • v7.0.37 Changes

    • Backport chalk to nanocolors migration.
  • v7.0.36 Changes

    • Backport ReDoS vulnerabilities from PostCSS 8.
  • v7.0.35 Changes

    September 28, 2020
  • v7.0.34 Changes

    September 17, 2020
    • πŸ›  Fix compatibility with postcss-scss 2.
  • 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).