Skip to content

Releases: stylelint/stylelint

1.0.0

05 Sep 18:41
Compare
Choose a tag to compare
  • Removed: compatibility with PostCSS 4.x.
  • Added: compatibility with PostCSS 5.0.2+.
  • Fixed: the accuracy of reported line numbers and columns.

0.8.0

02 Sep 21:41
Compare
Choose a tag to compare
  • Added: after-comment ignore option to the at-rule-empty-line-before rule.
  • Fixed: the indentation rule now correctly handles * hacks on property names.
  • Fixed: the media-feature-colon-space-after and media-feature-colon-space-before rules now only apply to @media statements.
  • Fixed: the rule-no-shorthand-property-overrides rule message is now consistent with the other messages.

0.7.0

09 Aug 20:09
Compare
Choose a tag to compare
  • Added: invalid options cause the rule to abort instead of performing meaningless checks.
  • Added: special warning for missing required options from validateOptions().

0.6.2

04 Aug 14:55
Compare
Choose a tag to compare
  • Fixed: npm package no longer includes test files (reducing package size by 500KB).

0.6.1

04 Aug 14:35
Compare
Choose a tag to compare
  • Fixed: the rule-properties-order and rule-no-duplicate-properties rules now correctly check inside atrules.

0.6.0

31 Jul 13:02
Compare
Choose a tag to compare
  • Added: validateOptions to stylelint.utils for use by authors of custom rules.
  • Added: custom-media-pattern rule.
  • Added: number-max-precision rule.

0.5.0

30 Jul 14:40
Compare
Choose a tag to compare
  • Added: validation of all rule options.

0.4.1

24 Jul 18:31
Compare
Choose a tag to compare
  • Removed: ruleTester from stylelint.utils because of the additional dependencies it forces.

0.4.0

24 Jul 13:27
Compare
Choose a tag to compare
  • Added: rule-no-shorthand-property-overrides rule.
  • Added: ruleTester to stylelint.utils for use by authors of custom rules.
  • Removed: jsesc devDependency.

0.3.2

23 Jul 21:47
Compare
Choose a tag to compare
  • Fixed: hierarchicalSelectors bug in indentation rule.