Skip to content

Latest commit

 

History

History
185 lines (79 loc) · 6.19 KB

CHANGELOG.md

File metadata and controls

185 lines (79 loc) · 6.19 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

10.0.1 (2023-01-13)

Bug Fixes

  • remove disableFix on declaration strict value (#77) (054e475)

10.0.0 (2022-01-05)

⚠ BREAKING CHANGES

  • use stylelint v14

Features

9.0.1 (2021-07-30)

Bug Fixes

  • allow usage of css vars inside rgb(a) and hsl(a) (e28656d)

9.0.0 (2021-01-19)

⚠ BREAKING CHANGES

  • stylelint v13.7 or higher is now required

Features

8.1.0 (2020-01-24)

Features

  • improve custom messages and blacklist absolute units (#62) (8b8bdf2)

8.0.0 (2020-01-24)

⚠ BREAKING CHANGES

  • changed order for margin, padding and border directions

Features

  • enforce use of variables for colors (hex, rgb, hsl and named) (#58) (5a93a92)
  • promote use of em instead of rem and px in media queries (#57) (7f9deab)

Bug Fixes

  • change directions order for margin, padding and border (#59) (bbbf7d3)

7.2.0 (2020-01-18)

Features

  • add compatibility with stylelint 13 (7ac2b72)

7.1.0 (2019-11-19)

Features

7.0.1 (2019-11-19)

Bug Fixes

  • disable fix of stylelint-declaration-strict-value (#54) (8e64339)

7.0.0 (2019-11-18)

⚠ BREAKING CHANGES

  • we now enforce the use of css variables on certain properties

Features

  • add stylelint-declaration-strict-value and rule for color (f7b0cc0)

6.3.0 (2019-10-12)

Features

  • add compatibility with stylelint 11 (1fec158)

6.2.1 (2019-07-25)

Bug Fixes

  • allow units for 0 values on custom properties (#52) (c2afb67)

6.2.0 (2019-07-09)

Features

6.1.0 (2019-05-09)

Features

  • lax empty line before rules (6dca1ec)

6.0.0 (2019-04-27)

Features

  • upgrade to stylelint v10 (5177687)

BREAKING CHANGES

  • upgrade to stylelint v10

5.0.0 (2018-02-25)

Bug Fixes

  • package: update stylelint-config-suitcss to version 14.0.0 (#43) (1fc92ab)

4.0.0 (2018-02-01)

Bug Fixes

  • update stylelint-order plugin (c0ed9f3), closes #38

BREAKING CHANGES

  • minimum required nodejs version is now v6.0.0
  • the order of some longhand properties has changed

3.0.0 (2017-11-14)

Chores

BREAKING CHANGES

  • this update might break some builds

Also update tooling.