Skip to content

Releases: Moxio/stylelint-selector-tag-no-without-class

V3.0.1

08 Mar 08:36
Compare
Choose a tag to compare
v3.0.1

Move stylelint utils into project

v3.0.0

14 Feb 10:35
Compare
Choose a tag to compare

This plugin can now be used with Stylelint 16.

2.0.6

16 Jun 12:42
Compare
Choose a tag to compare

This plugin can now be used with Stylelint 15.

v2.0.5

30 Nov 12:06
Compare
Choose a tag to compare
relaxing version constraint to allow stylelint v14

2.0.4

20 Apr 13:17
Compare
Choose a tag to compare

Fixed:

  • @keyframes from/to is incorrectly detected as tag name; see #5 for details

2.0.2

23 Sep 06:28
Compare
Choose a tag to compare

This plugin now declares compatibility with Stylelint version 11. Thanks to @EvgenyOrekhov for opening the issue.

2.0.1

24 Jul 15:03
Compare
Choose a tag to compare

The peerDependencies of this package have been relaxed to declare compatibility with stylelint version 10. Thanks to @hipstersmoothie for the patch.

2.0.0

12 Mar 15:19
Compare
Choose a tag to compare

Changed

  • The primary configuration option is now the list of tags that should not
    occur without a class qualifier. The secondary configuration option has
    been dropped. The primary configuration option can also be a string (if
    the rule applies to a single tag), and also supports regular expressions.

    Before:

    "plugin/stylelint-selector-tag-no-without-class": [ true, {
      "tags": ["div", "span"]
    } ]

    After:

    "plugin/stylelint-selector-tag-no-without-class": ["div", "span"]

    This brings the configuration in line with Stylelint's *-blacklist plugins.
    Thanks to @hudochenkov for the suggestion.

1.0.0

07 Mar 07:32
Compare
Choose a tag to compare

Initial public release

0.1.0

06 Mar 11:55
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Initial preview release