Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

37 lines (22 loc) · 1.09 KB

Head

  • Removed: font-family-name-quotes, function-url-quotes and string-quotes rules.

4.0.1

  • Fixed: include peerDependencies in package.json to expose compatibility.

4.0.0

  • 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

  • Changed: first-nested at-rules now behave the same as first-nested comments i.e. they can no longer be preceded by an empty line.

2.0.0

  • 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

  • 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

  • Added: block-no-empty rule.

0.1.0

  • Initial release