UNPKG

3.22 kBMarkdownView Raw
1# 3.1.0
2- Update: Bumped up `stylelint-scss` to v2.0.0
3
4# 3.0.1
5- Update: Update copyright years in license
6
7# 3.0.0
8- Addition: Added [greenkeeper](https://greenkeeper.io/) to help keep dependencies up to date
9- Update: Bumped up `stylelint` to v8.0.0
10- Update: Bumped up `stylelint-order` to v0.6.0
11- Removal: Removed unused `stylelint-selector-no-utility` dependency from package.json
12
13# 3.0.0-rc.1
14- Addition: Added [greenkeeper](https://greenkeeper.io/) to help keep dependencies up to date
15- Update: Bumped up `stylelint` to v8.0.0
16- Update: Bumped up `stylelint-order` to v0.6.0
17- Removal: Removed unused `stylelint-selector-no-utility` dependency from package.json
18
19# 2.2.0
20- Update: Bumped up `stylelint` to v7.12.0
21- Fix: Replaced deprecated `selector-no-id` rule with `selector-max-id` rule
22
23# 2.1.0
24- Update: Bumped up `stylelint-order` to v0.4.3
25- Fix: Replaced deprecated `order/declaration-block-properties-alphabetical-order` rule with `order/properties-alphabetical-order` rule
26
27# 2.0.0
28- Addition: `stylelint-order` plugin
29- Removal: `stylelint-disable-reason` rule. This rule has been deprecated in stylelint 7.8 and in 8.0 will be removed. See stylelint CHANGELOG: https://stylelint.io/CHANGELOG/#780
30- Fix: Replaced deprecated `declaration-block-properties-order` rule with `order/declaration-block-properties-alphabetical-order` rule
31- Fix: Replaced deprecated `rule-nested-empty-line-before` rule with `rule-empty-line-before` rule
32- Fix: Replaced deprecated `rule-non-nested-empty-line-before` rule with `rule-empty-line-before` rule
33- Update: Bumped up `stylelint` to v7.8.0
34- Update: Bumped up `stylelint-scss` to v1.4.1
35
36# 1.1.1
37
38- Fix: Regex for selector-class-pattern now matches lowercase with hyphens correctly
39- Fix: Updated test for url-quotes.js to match updated error text
40
41# 1.1.0
42
43- Addition: `scss/dollar-variable-colon-space-after` rule
44- Addition: `scss/dollar-variable-colon-space-before` rule
45- Update: Bumped up `stylelint` to v7.1.0
46- Update: Bumped up `stylelint-scss` to v1.3.4
47
48# 1.0.0
49
50- Addition: `stylelint-disable-reason` rule
51- Addition: `property-no-unknown` rule
52- Addition: `media-feature-parentheses-space-inside` rule
53- Addition: `no-missing-end-of-source-newline` rule
54- Removal: `no-missing-eof-newline `rule
55- Removal: `function-calc-no-unspaced-operator` rule
56- Update: Bumped up `stylelint` to v7.0.2
57- Update: Bumped up `stylelint-scss` to v1.2.1
58
59# 0.2.0
60
61- Addition: `function-parentheses-space-inside` rule
62- Addition: `scss/at-import-partial-extension-blacklist` rule
63- Addition: `declaration-block-properties-order` rule
64- Addition: `selector-no-vendor-prefix` rule
65- Addition: `media-feature-name-no-vendor-prefix` rule
66- Addition: `at-rule-no-vendor-prefix` rule
67- Fix: Sorted stylelint rules alphabetically in config
68- Fix: `max-nesting-depth` rule set to 1 to match Sass Guidelines NestingDepth max_depth: 1 rule
69- Fix: Cleaned up comments in `failing-test-case.scss`
70- Fix: Declaration order now sorted alphabetically in `passing-test-case.scss`
71- Fix: Updated tests to account for new rules
72- Removal: `block-closing-brace-newline-after` rule
73- Removal: `no-extra-semicolons` rule
74- Removal: `string-no-newline` rule
75
76# 0.1.0
77
78- Initial release