UNPKG

1.02 kBMarkdownView Raw
1# 4.0.1
2
3- Fixed: include peerDependencies in `package.json` to expose compatibility.
4
5# 4.0.0
6
7- Removed: `stylelint < 4.5.0` compatibility.
8- Added: `font-family-name-quotes` rule with `"double-where-recommended"` option.
9- Added: `function-linear-gradient-no-nonstandard-direction` rule.
10- Added: `media-feature-no-missing-punctuation` rule.
11- Added: `no-invalid-double-slash-comments` rule.
12- Added: `string-no-newline` rule.
13
14# 3.0.0
15
16- 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.
17
18# 2.0.0
19
20- Changed: first-nested comments can no longer be preceded by an empty line.
21- Fixed: `comment-empty-line-before` now ignores `stylelint` command comments.
22
23# 1.0.0
24
25- 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.
26
27# 0.2.0
28
29- Added: `block-no-empty` rule.
30
31# 0.1.0
32
33- Initial release