Skip to content

Releases: stylelint/stylelint-config-standard

4.0.0

07 Mar 15:49
Compare
Choose a tag to compare
  • Removed: stylelint < 4.5.0 compatibility.
  • Added: font-family-name-quotes rule with "double-where-recommended" option.
  • Added: function-linear-gradient-no-nonstandard-direction rule.
  • Added: media-feature-no-missing-punctuation rule.
  • Added: no-invalid-double-slash-comments rule.
  • Added: string-no-newline rule.

3.0.0

27 Jan 08:55
Compare
Choose a tag to compare
  • Changed: first-nested at-rules now behaves the same as first-nested comments i.e. they can no longer be preceded by an empty line.

2.0.0

22 Jan 14:35
Compare
Choose a tag to compare
  • Changed: first-nested comments can no longer be preceded by an empty line.
  • Fixed: comment-empty-line-before now ignores stylelint command comments.

1.0.0

20 Jan 19:31
Compare
Choose a tag to compare
  • Fixed: more forgiving empty lines rules when comments are present i.e. the rule-non-nested-empty-line-before and at-rule-empty-line-before now make use of the ignore: ["after-comment"] option.

0.2.0

12 Jan 16:19
Compare
Choose a tag to compare
  • Added: block-no-empty rule.

0.1.0

11 Jan 21:26
Compare
Choose a tag to compare
  • Initial release