Skip to content

v2.0.0 – Stylelint 14

Compare
Choose a tag to compare
@thibaudcolas thibaudcolas released this 17 Aug 06:34
· 51 commits to main since this release

2.0.0 (2023-08-17)

Features

  • Update stylelint to v14 for compatibility with PostCSS v8 (#13).
  • Update all config dependencies to their latest releases, compatible with stylelint v14 (#13).
  • Remove stylelint-a11y, which is no longer maintained and does not support stylelint v14. no-text-align-justify has been replaced with declaration-property-value-disallowed-list (#13).
  • Stop enforcing function-calc-no-invalid, which has been removed from stylelint (#13)
  • Change enforced rules from stylelint-config-standard and stylelint-config-prettier.

BREAKING CHANGES

The configuration now mandates stylelint v14, doesn’t use stylelint-a11y, and follows changes in enforced rules from stylelint-config-standard and stylelint-config-prettier.

No longer enforced (all formatting related):

No longer enforced (from stylelint-a11y):

  • a11y/no-obsolete-attribute
  • a11y/no-obsolete-element
  • a11y/no-outline-none

Newly enforced rules: