UNPKG

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