Skip to content

Releases: merkle-open/stylelint-bem

10.1.0

21 Oct 08:02
Compare
Choose a tag to compare
  • [fix] config validation is now performed correctly #32

This could be a breaking change if the configuration contains errors and you are using Stylelint 16.10.0 or newer

10.0.0

21 Oct 07:57
Compare
Choose a tag to compare
  • [BREAKING] drop support for node < 18.12.0
  • [BREAKING] drop support for stylelint < 14
  • [feat] add support for stylelint 16

9.0.0

31 Aug 15:54
Compare
Choose a tag to compare
  • [BREAKING] drop support for node < 16
  • [fix] avoid conflicts with some pseudo-classes and improvements for attribute and nested selectors (#26)

8.0.0

14 Oct 13:59
Compare
Choose a tag to compare
  • [BREAKING] drop support for node < 14

7.0.0

23 Oct 13:36
Compare
Choose a tag to compare
  • [BREAKING] drop support for node < 12
  • [feature] add support for stylelint 14.x

6.0.0

30 Apr 16:46
Compare
Choose a tag to compare

[maintenance] BREAKING: drop node 6 support
[maintenance] update deps

5.1.0

23 Apr 12:41
Compare
Choose a tag to compare
  • [feature] #10 allow for multiple namespaces (deprecates "namespace")
  • [maintenance] update deps

5.0.0

14 Mar 09:07
Compare
Choose a tag to compare
  • [maintenance] BREAKING: remove node 4 support
  • [maintenance] update deps

4.0.0

14 Jan 18:00
Compare
Choose a tag to compare
  • [feature] BREAKING disallow hyphens at start and end of parts (block, element & modifier)
  • [feature] #4 add possibility to disable prefixes
  • [maintenance] update deps

3.1.0

29 Jan 09:16
Compare
Choose a tag to compare
  • [feature] add possiblilty to overwrite default patternPrefixes and patternHelpers (#1)
  • [maintenance] update dependecies