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

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.
  • v5.2.1 Changes

    • πŸ›  Fix source map path for CSS without from option (by Michele Locati).
  • 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.
  • 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).