projecte_ionic/node_modules/css-declaration-sorter/changelog.md
2022-02-09 18:30:03 +01:00

4.7 KiB
Executable file

Changelog

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog and follows Semantic Versioning.

6.1.3 - 2021-09-06

Fixed

  • Crash on missing node raws before content.

6.1.2 - 2021-09-06

Fixed

  • Crash on two comments in the same line.

6.1.1 - 2021-07-24

Fixed

  • Usage of built-in orders with CommonJS.

6.1.0 - 2021-07-24

Changed

  • Internal code to load built-in orders using dynamic import instead of using Node.js fs. Enables usage in other environments such as the browser.

Added

  • New properties regarding mask border, forced color adjustment & font styling overrides.

6.0.3 - 2021-05-11

Fixed

  • Sorting padding and border shorthands with keepOverrides enabled.
  • Property reset with all, the property is moved to the top.

Changed

  • Add back Node.js 10 support.

6.0.2 - 2020-11-04

Fixed

  • Loading built-in order using a relative path.

6.0.1 - 2020-10-26

Added

  • ES module export type, both CommonJS and ES module importing are supported.
  • Newer font and grid CSS properties like row-gap and font-display.

Changed

  • Scraping of CSS properties now comes from MDN browser compatibility package.
  • PostCSS upgraded to version eight which changes PostCSS to a peer dependency.
  • Order declarations to be ordered in the precendece of their shorthand counterparts. Special thanks to @DiemenDesign.

Removed

  • Node.js 10 support.

5.1.2 - 2020-02-21

Fixed

  • Experimental Node.js warning from showing up on some versions.

5.1.1 - 2020-02-07

Fixed

  • Handling vendor prefixed declarations such as -moz-animation when sorting with keepOverrides enabled.

5.1.0 - 2020-02-06

Changed

  • Sorting of unknown properties when sorting alphabetically now works the same as the other orders. Instead of sorting all properties only known properties will be sorted and unknown properties will retain their respective order.

5.0.0 - 2019-12-16

Added

  • Option keepOverrides to keep overrides in place, useful for legacy CSS where shorthand declarations override longhand declarations.

Changed

  • Default sorting order renamed to alphabetical.
  • Custom sorting order as a JSON file replaced in favor of the option to pass a custom sorting function.

Removed

  • Node.js 6 and 8 support.

4.0.1 - 2018-07-30

Fixed

  • Invalid package engines node version range.

4.0.0 - 2018-07-24

Added

  • New flex box shorthand properties which can conflict with existing flex box properties.
  • New ruby, transform and text related properties.

Removed

  • Node.js 4 support.
  • Deprecated grid properties.

3.0.1 - 2018-01-11

Fixed

  • Keep at-rules at the same position.

3.0.0 - 2017-12-14

Added

  • Flexbox justify self properties.

Changed

  • SMACSS order so it is more in line with Stylelint.

Removed

2.1.0 - 2017-08-25

Added

  • New text style and interaction related properties.

2.0.1 - 2017-06-19

Fixed

  • Prevent comments outside CSS selectors from being moved.

2.0.0 - 2017-03-16

Changed

  • Put declarations before nested declarations.