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

Changelog History
Page 22

  • v3.0.1 Changes

    • ๐Ÿ›  Fix Rhino JS runtime support.
    • ๐Ÿ—„ Typo in deprecated warning (by Maxime Thirouin).
  • v3.0 Changes

    • ๐Ÿ†• New parser, which become the fastest ever CSS parser written in JavaScript.
    • ๐Ÿ“œ Parser can now parse declarations and rules in one parent (like in @page) and nested declarations for plugins like postcss-nested.
    • Child nodes array is now in childs property, instead of decls and rules.
    • 0๏ธโƒฃ map.inline and map.sourcesContent options are now true by default.
    • ๐Ÿ›  Fix iterators (each, insertAfter) on children array changes.
    • ๐Ÿ‘‰ Use previous source map to show origin source of CSS syntax error.
    • ๐Ÿ‘‰ Use 6to5 ES6 compiler, instead of ES6 Transpiler.
    • ๐Ÿ’… Use code style for manually added rules from existing rules.
    • ๐Ÿ‘‰ Use from option from previous source map file field.
    • Set to value to from if to option is missing.
    • ๐Ÿ‘‰ Use better node source name when missing from option.
    • ๐Ÿ‘‰ Show a syntax error when ; is missed between declarations.
    • ๐Ÿ‘ Allow to pass PostCSS instance or list of plugins to use() method.
    • ๐Ÿ‘ Allow to pass Result instance to process() method.
    • ๐Ÿ“œ Trim Unicode BOM on source maps parsing.
    • ๐Ÿ“œ Parse at-rules without spaces like @import"file".
    • ๐Ÿ‘ Better previous sourceMappingURL annotation comment cleaning.
    • ๐Ÿšš Do not remove previous sourceMappingURL comment on map.annotation: false.
    • ๐Ÿ“œ Parse nameless at-rules in Safe Mode.
    • ๐Ÿ›  Fix source map generation for nodes without source.
    • ๐Ÿ›  Fix next child before if Root first child got removed.
  • v2.2.6 Changes

    • ๐Ÿ›  Fix map generation for nodes without source (by Josiah Savary).
  • v2.2.5 Changes

    • ๐Ÿ›  Fix source map with BOM marker support (by Mohammad Younes).
    • ๐Ÿ›  Fix source map paths (by Mohammad Younes).
  • v2.2.4 Changes

    • ๐Ÿ›  Fix prepend() on empty Root.
  • v2.2.3 Changes

    • ๐Ÿ‘ Allow to use object shortcut in use() with functions like autoprefixer.
  • v2.2.2 Changes

    • โž• Add shortcut to set processors in use() via object with .postcss property.
  • v2.2.1 Changes

    • Send opts from Processor#process(css, opts) to processors.
  • v2.2 Changes

    • ๐Ÿ’… Use GNU style syntax error messages.
    • โž• Add Node#replace method.
    • โž• Add CssSyntaxError#reason property.
  • v2.1.2 Changes

    • ๐Ÿ›  Fix UTF-8 support in inline source map.
    • ๐Ÿ›  Fix source map sourcesContent if there is no from and to options.