UNPKG

127 kBMarkdownView Raw
1# Changelog
2
3All notable changes to this project are documented in this file.
4
5## 14.0.0
6
7[Migrating to `14.0.0` guide](docs/migration-guide/to-14.md).
8
9- Removed: Node.js 10 support ([#5303](https://github.com/stylelint/stylelint/pull/5303)).
10- Removed: `syntax` option ([#5297](https://github.com/stylelint/stylelint/pull/5297)).
11- Removed: `configOverrides` option ([#5530](https://github.com/stylelint/stylelint/pull/5530)).
12- Removed: rules deprecated in 13.7.0 ([#5295](https://github.com/stylelint/stylelint/pull/5295)).
13- Removed: `function-calc-no-invalid` rule ([#5296](https://github.com/stylelint/stylelint/pull/5296)).
14- Changed: `ignoreFiles` to be extendable ([#5596](https://github.com/stylelint/stylelint/pull/5596)).
15- Security: addressed ReDoS issue with regex in `indentation` ([#5539](https://github.com/stylelint/stylelint/pull/5539)).
16- Added: TypeScript type definitions ([#5582](https://github.com/stylelint/stylelint/pull/5582)).
17- Added: `customSyntax` option as a property in the configuration object ([#5538](https://github.com/stylelint/stylelint/pull/5538)).
18- Added: `overrides` property to configuration object ([#5521](https://github.com/stylelint/stylelint/pull/5521)).
19- Added: `disableFix` as secondary option to rules property in the configuration object ([#5460](https://github.com/stylelint/stylelint/pull/5460)).
20- Added: `quiet` option to Node.js API ([#5542](https://github.com/stylelint/stylelint/pull/5542)).
21- Added: `color-hex-alpha` rule ([#5316](https://github.com/stylelint/stylelint/pull/5316)).
22- Added: `custom-property-no-missing-var-function` rule ([#5317](https://github.com/stylelint/stylelint/pull/5317)).
23- Added: `function-calc-no-unspaced-operator` autofix ([#5273](https://github.com/stylelint/stylelint/pull/5273)).
24- Added: `ignoreFunctions: []` to `length-zero-no-unit` ([#5314](https://github.com/stylelint/stylelint/pull/5314)).
25- Added: `ignoreAtRules: []` to `no-invalid-position-at-import` ([#5520](https://github.com/stylelint/stylelint/pull/5520)).
26- Added: `ignoreProperties: []` to `number-max-precision` ([#5421](https://github.com/stylelint/stylelint/pull/5421)).
27- Fixed: "No files matching the pattern" when using backslash paths on Windows ([#5386](https://github.com/stylelint/stylelint/pull/5386)).
28- Fixed: `function-url-quotes` problem messages to be consistent with other `*-quotes` rules ([#5488](https://github.com/stylelint/stylelint/pull/5488)).
29- Fixed: `length-zero-no-unit` false positives for `flex` property ([#5315](https://github.com/stylelint/stylelint/pull/5315)).
30- Fixed: `media-feature-name-no-unknown` false positives for `prefers-contrast` ([#5428](https://github.com/stylelint/stylelint/pull/5428)).
31- Fixed: `media-feature-name-no-unknown` false positives for `dynamic-range` & `video-dynamic-range` ([#5613](https://github.com/stylelint/stylelint/pull/5613)).
32- Fixed: `media-feature-name-value-allowed-list` TypeError for spaceless condition ([#5581](https://github.com/stylelint/stylelint/pull/5581)).
33- Fixed: `property-no-unknown` false positives for Less maps ([#5381](https://github.com/stylelint/stylelint/pull/5381)).
34- Fixed: `selector-class-pattern` false positives for Less parametric mixins ([#5378](https://github.com/stylelint/stylelint/pull/5378)).
35- Fixed: `max-empty-lines` autofix for Less comments ([#5507](https://github.com/stylelint/stylelint/pull/5507)).
36- Fixed: `named-grid-areas-no-invalid` false negatives for `grid` and `grid-template` shorthand properties ([#5514](https://github.com/stylelint/stylelint/pull/5514)).
37- Fixed: `unit-no-unknown` false positives for nested property declarations ([#5500](https://github.com/stylelint/stylelint/pull/5500)).
38
39## 13.13.1
40
41- Fixed: invalid JSON for `max-warnings` option ([#5267](https://github.com/stylelint/stylelint/pull/5267)).
42- Fixed: `no-invalid-position-at-import-rule` false positives for dollar variables ([#5264](https://github.com/stylelint/stylelint/pull/5264)).
43
44## 13.13.0
45
46- Added: `no-invalid-position-at-import-rule` rule ([#5202](https://github.com/stylelint/stylelint/pull/5202)).
47- Added: `no-irregular-whitespace` rule ([#5209](https://github.com/stylelint/stylelint/pull/5209)).
48- Added: `selector-disallowed-list` rule ([#5239](https://github.com/stylelint/stylelint/pull/5239)).
49- Added: `selector-attribute-quotes` autofix ([#5248](https://github.com/stylelint/stylelint/pull/5248)).
50- Added: `ignore: ["inside-function"]` to `declaration-property-unit-allowed-list` ([#5194](https://github.com/stylelint/stylelint/pull/5194)).
51- Fixed: `color-no-hex` false positives for CSS-in-JS objection notation ([#5186](https://github.com/stylelint/stylelint/pull/5186)).
52- Fixed: `font-family-no-missing-generic-family-keyword` false positives for variables ([#5240](https://github.com/stylelint/stylelint/pull/5240)).
53- Fixed: `length-zero-no-unit` autofix removing trailing zeroes ([#5256](https://github.com/stylelint/stylelint/pull/5256)).
54- Fixed: `length-zero-no-unit` false positives for level 4 math functions ([#5203](https://github.com/stylelint/stylelint/pull/5203)).
55- Fixed: `length-zero-no-unit` false positives for functions inside of math functions ([#5245](https://github.com/stylelint/stylelint/pull/5245)).
56
57## 13.12.0
58
59- Added: `named-grid-areas-no-invalid` rule ([#5167](https://github.com/stylelint/stylelint/pull/5167)).
60- Added: `ignore: ["single-declaration"]` to `declaration-block-trailing-semicolon` ([#5165](https://github.com/stylelint/stylelint/pull/5165)).
61- Fixed: `*-no-unknown` false positives ([#5158](https://github.com/stylelint/stylelint/pull/5158)).
62- Fixed: `selector-pseudo-class-no-unknown` false positives for `:autofill` ([#5171](https://github.com/stylelint/stylelint/pull/5171)).
63
64## 13.11.0
65
66- Added: exceptions and severity options to `report*` configuration object properties ([#5143](https://github.com/stylelint/stylelint/pull/5143)).
67
68## 13.10.0
69
70- Added: `ignoreDisables`, `reportNeedlessDisables`, `reportInvalidScopeDisables` and `reportDescriptionlessDisables` configuration object properties ([#5126](https://github.com/stylelint/stylelint/pull/5126)).
71- Added: `declaration-block-no-duplicate-custom-properties` rule ([#5125](https://github.com/stylelint/stylelint/pull/5125)).
72- Fixed: `alpha-value-notation` false negatives for CSS Variables ([#5130](https://github.com/stylelint/stylelint/pull/5130)).
73
74## 13.9.0
75
76- Added: TAP formatter ([#5062](https://github.com/stylelint/stylelint/pull/5062)).
77- Fixed: incorrect exit code when using `--report` options ([#5079](https://github.com/stylelint/stylelint/pull/5079)).
78- Fixed: `color-hex-case` false negatives for css-in-js object notation ([#5101](https://github.com/stylelint/stylelint/pull/5101)).
79- Fixed: `color-hex-length` false negatives for css-in-js object notation ([#5106](https://github.com/stylelint/stylelint/pull/5106)).
80- Fixed: `selector-attribute-name-disallowed-list` false positives for valueless attribute selectors ([#5060](https://github.com/stylelint/stylelint/pull/5060)).
81
82## 13.8.0
83
84- Deprecated: `StylelintStandaloneReturnValue.reportedDisables`, `.descriptionlessDisables`, `.needlessDisables`, and `.invalidScopeDisables`. `.reportedDisables` will always be empty and the other properties will always be undefined, since these errors now show up in `.results` instead ([#4973](https://github.com/stylelint/stylelint/pull/4973)).
85- Added: disable comments that are reported as errors for various reasons are now reported as standard lint errors rather than a separate class of errors that must be handled specially ([#4973](https://github.com/stylelint/stylelint/pull/4973)).
86- Added: `comment-pattern` rule ([#4962](https://github.com/stylelint/stylelint/pull/4962)).
87- Added: `selector-attribute-name-disallowed-list` rule ([#4992](https://github.com/stylelint/stylelint/pull/4992)).
88- Added: `ignoreAtRules[]` to `property-no-unknown` ([#4965](https://github.com/stylelint/stylelint/pull/4965)).
89- Fixed: `*-notation` false negatives for dollar variables ([#5031](https://github.com/stylelint/stylelint/pull/5031)).
90- Fixed: `*-pattern` missing configured pattern in problem messages ([#4975](https://github.com/stylelint/stylelint/pull/4975)).
91
92## 13.7.2
93
94- Fixed: regression for disable commands and adjacent double-slash comments ([#4950](https://github.com/stylelint/stylelint/pull/4950)).
95- Fixed: use of full file path without converting it to glob ([#4931](https://github.com/stylelint/stylelint/pull/4931)).
96
97## 13.7.1
98
99- Fixed: double-slash disable comments when followed by another comment ([#4913](https://github.com/stylelint/stylelint/pull/4913)).
100
101## 13.7.0
102
103- Deprecated: `*-blacklist`, `*-requirelist` and `*-whitelist` rules in favour of the new `*-disallowed-list`, `*-required-list` and `*-allowed-list` ones ([#4845](https://github.com/stylelint/stylelint/pull/4845)):
104 - `at-rule-blacklist`. Use `at-rule-disallowed-list` instead.
105 - `at-rule-property-requirelist`. Use `at-rule-property-required-list` instead.
106 - `at-rule-whitelist`. Use `at-rule-allowed-list` instead.
107 - `comment-word-blacklist`. Use `comment-word-disallowed-list` instead.
108 - `declaration-property-unit-blacklist`. Use `declaration-property-unit-disallowed-list` instead.
109 - `declaration-property-unit-whitelist`. Use `declaration-property-unit-allowed-list` instead.
110 - `declaration-property-value-blacklist`. Use `declaration-property-value-disallowed-list` instead.
111 - `declaration-property-value-whitelist`. Use `declaration-property-value-allowed-list` instead.
112 - `function-blacklist`. Use `function-disallowed-list` instead.
113 - `function-url-scheme-blacklist`. Use `function-url-scheme-disallowed-list` instead.
114 - `function-url-scheme-whitelist`. Use `function-url-scheme-allowed-list` instead.
115 - `function-whitelist`. Use `function-allowed-list` instead.
116 - `media-feature-name-blacklist`. Use `media-feature-name-disallowed-list` instead.
117 - `media-feature-name-value-whitelist`. Use `media-feature-name-value-allowed-list` instead.
118 - `media-feature-name-whitelist`. Use `media-feature-name-allowed-list` instead.
119 - `property-blacklist`. Use `property-disallowed-list` instead.
120 - `property-whitelist`. Use `property-allowed-list` instead.
121 - `selector-attribute-operator-blacklist`. Use `selector-attribute-operator-disallowed-list` instead.
122 - `selector-attribute-operator-whitelist`. Use `selector-attribute-operator-allowed-list` instead.
123 - `selector-combinator-blacklist`. Use `selector-combinator-disallowed-list` instead.
124 - `selector-combinator-whitelist`. Use `selector-combinator-allowed-list` instead.
125 - `selector-pseudo-class-blacklist`. Use `selector-pseudo-class-disallowed-list` instead.
126 - `selector-pseudo-class-whitelist`. Use `selector-pseudo-class-allowed-list` instead.
127 - `selector-pseudo-element-blacklist`. Use `selector-pseudo-element-disallowed-list` instead.
128 - `selector-pseudo-element-whitelist`. Use `selector-pseudo-element-allowed-list` instead.
129 - `unit-blacklist`. Use `unit-disallowed-list` instead.
130 - `unit-whitelist`. Use `unit-allowed-list` instead.
131- Added: syntax object acceptance to `customSyntax` option ([#4839](https://github.com/stylelint/stylelint/pull/4839)).
132- Added: support for `*.cjs` config files ([#4905](https://github.com/stylelint/stylelint/pull/4905)).
133- Added: support for descriptions in Stylelint command comments ([#4848](https://github.com/stylelint/stylelint/pull/4848)).
134- Added: `reportDescriptionlessDisables` flag ([#4907](https://github.com/stylelint/stylelint/pull/4907)).
135- Added: `reportDisables` secondary option ([#4897](https://github.com/stylelint/stylelint/pull/4897)).
136- Added: `*-no-vendor-prefix` autofix ([#4859](https://github.com/stylelint/stylelint/pull/4859)).
137- Added: `ignoreComments[]` to `comment-empty-line-before` ([#4841](https://github.com/stylelint/stylelint/pull/4841)).
138- Added: `ignoreContextFunctionalPseudoClasses` to `selector-max-id` ([#4835](https://github.com/stylelint/stylelint/pull/4835)).
139- Fixed: inconsistent trailing newlines in CLI error output ([#4876](https://github.com/stylelint/stylelint/pull/4876)).
140- Fixed: support for multi-line disable descriptions ([#4895](https://github.com/stylelint/stylelint/pull/4895)).
141- Fixed: support for paths with parentheses ([#4867](https://github.com/stylelint/stylelint/pull/4867)).
142- Fixed: `selector-max-*` (except `selector-max-type`) false negatives for `where`, `is`, `nth-child` and `nth-last-child` ([#4842](https://github.com/stylelint/stylelint/pull/4842)).
143- Fixed: `length-zero-no-unit` TypeError for custom properties fallback ([#4860](https://github.com/stylelint/stylelint/pull/4860)).
144- Fixed: `selector-combinator-space-after` false positives for trailing combinator ([#4878](https://github.com/stylelint/stylelint/pull/4878)).
145
146## 13.6.1
147
148- Fixed: `max-empty-lines` TypeError from inline comment with autofix and sugarss syntax ([#4821](https://github.com/stylelint/stylelint/pull/4821)).
149- Fixed: `property-no-unknown` false positives for namespaced variables ([#4803](https://github.com/stylelint/stylelint/pull/4803)).
150- Fixed: `selector-type-no-unknown` false positives for idents within `::part` pseudo-elements ([#4828](https://github.com/stylelint/stylelint/pull/4828)).
151
152## 13.6.0
153
154- Added: `ignoreSelectors[]` to `block-opening-brace-space-before` ([#4640](https://github.com/stylelint/stylelint/pull/4640)).
155- Fixed: false positives for all scope disables in `--report-invalid-scope-disables` ([#4784](https://github.com/stylelint/stylelint/pull/4784)).
156- Fixed: TypeError for CSS-in-JS when encountering a call or template expression named 'html' ([#4797](https://github.com/stylelint/stylelint/pull/4797)).
157- Fixed: writing error information to `stderr` ([#4799](https://github.com/stylelint/stylelint/pull/4799)).
158- Fixed: minimum node version in `package.json`'s `engine` field ([#4790](https://github.com/stylelint/stylelint/pull/4790)).
159- Fixed: `alpha-value-notation` number precision errors ([#4802](https://github.com/stylelint/stylelint/pull/4802)).
160- Fixed: `font-family-no-missing-generic-family-keyword` false positives for variables ([#4806](https://github.com/stylelint/stylelint/pull/4806)).
161- Fixed: `no-duplicate-selectors` false positives for universal selector and `disallowInList` ([#4809](https://github.com/stylelint/stylelint/pull/4809)).
162
163## 13.5.0
164
165- Added: `alpha-value-notation` rule ([#4770](https://github.com/stylelint/stylelint/pull/4770)).
166- Added: `color-function-notation` rule ([#4760](https://github.com/stylelint/stylelint/pull/4760)).
167- Added: `hue-degree-notation` rule ([#4769](https://github.com/stylelint/stylelint/pull/4769)).
168
169## 13.4.1
170
171- Fixed: `time-min-milliseconds` TypeError for `ignore: ["delay"]` and shorthand animation ([#4783](https://github.com/stylelint/stylelint/pull/4783)).
172
173## 13.4.0
174
175- Added: `ignore:["delay"]` to `time-min-milliseconds` ([#4743](https://github.com/stylelint/stylelint/pull/4743)).
176- Added: `ignoreFunctions: []` to `value-keyword-case` ([#4733](https://github.com/stylelint/stylelint/pull/4733)).
177- Fixed: improved performance when auto syntax is used ([#4729](https://github.com/stylelint/stylelint/pull/4729)).
178- Fixed: `--report-needless-disables` respects stylelint-disable commands ([#4714](https://github.com/stylelint/stylelint/pull/4714)).
179- Fixed: `at-rule-property-requirelist` TypeError for comments inside of font-face ([#4744](https://github.com/stylelint/stylelint/pull/4744)).
180- Fixed: `declaration-block-trailing-semicolon` false positives for CSS-in-JS object notation ([#4749](https://github.com/stylelint/stylelint/pull/4749)).
181- Fixed: `declaration-empty-line-before` false positives for inlines styles ([#4726](https://github.com/stylelint/stylelint/pull/4726)).
182- Fixed: `media-feature-name-*` false positives for `forced-colors` ([#4775](https://github.com/stylelint/stylelint/pull/4775)).
183- Fixed: `value-keyword-case` false positives WebExtension replacement keywords ([#4778](https://github.com/stylelint/stylelint/pull/4778)).
184- Fixed: `value-keyword-case` false positives regression for mixed-case properties and the `ignoreProperties` option ([#4748](https://github.com/stylelint/stylelint/pull/4748)).
185
186## 13.3.3
187
188- Fixed: autofix will respect scoped disable comments by turning off autofix for the scoped rules for the entire source; this is a continuation of the workaround added in `13.2.0` ([#4705](https://github.com/stylelint/stylelint/pull/4705)).
189
190## 13.3.2
191
192- Fixed: update postcss-css-in-js with fix for maximum call stack size exceeded error ([#4701](https://github.com/stylelint/stylelint/pull/4701)).
193
194## 13.3.1
195
196- Fixed: babel configuration conflict when using TypeScript ([postcss-css-in-js/#2](https://github.com/stylelint/postcss-css-in-js/pull/2)).
197- Fixed: autofix for nested tagged template literals ([#4119](https://github.com/stylelint/stylelint/pull/4119)).
198
199## 13.3.0
200
201- Added: `ignoreFontFamilies: []` to `font-family-no-missing-generic-family-keyword` ([#4656](https://github.com/stylelint/stylelint/pull/4656)).
202- Fixed: `function-calc-no-invalid` false positives for SCSS and Less variables ([#4659](https://github.com/stylelint/stylelint/pull/4659)).
203- Fixed: `unit-no-unknown` false positives for `x` unit within vendor-prefixed `image-set` ([#4654](https://github.com/stylelint/stylelint/pull/4654)).
204
205## 13.2.1
206
207- Fixed: `selector-pseudo-element-no-unknown` false positives for `::part` pseudo-element ([#4604](https://github.com/stylelint/stylelint/pull/4604)).
208- Fixed: `value-keyword-case` false positives for longhand `grid-column/row-*` properties ([#4611](https://github.com/stylelint/stylelint/pull/4611)).
209
210## 13.2.0
211
212- Security: updated to `postcss-selector-parser@6` due to a vulnerability in one of `postcss-selector-parser@3` dependencies ([#4595](https://github.com/stylelint/stylelint/pull/4595)). Due to this update:
213 - `selector-descendant-combinator-no-non-space` will ignore selectors containing comments
214 - `selector-pseudo-class-parentheses-space-inside` can't autofix pseudo-classes that contain comments
215- Added: `--stdin` CLI flag that accepts stdin input even if it is empty ([#4594](https://github.com/stylelint/stylelint/pull/4594)).
216- Fixed: autofix will ignore sources containing disable comments or nested tagged template literals - this is workaround to make autofix safer to use until we can resolve the [underlying](https://github.com/stylelint/stylelint/issues/4119) [issues](https://github.com/stylelint/stylelint/issues/2643) ([#4573](https://github.com/stylelint/stylelint/pull/4573)).
217
218## 13.1.0
219
220- Fixed: `media-feature-name-*` false negatives for range context ([#4581](https://github.com/stylelint/stylelint/pull/4581)).
221- Fixed: `indentation` RangeError regression ([#4572](https://github.com/stylelint/stylelint/pull/4572)).
222- Fixed: `string-quotes` attribute selector autofix ([#4576](https://github.com/stylelint/stylelint/pull/4576)).
223
224## 13.0.0
225
226- Removed: Node.js 8.x support. Node.js 10 is now required. We can guarantee Stylelint works on the latest Node.js 10 release. ([#4500](https://github.com/stylelint/stylelint/pull/4500)).
227- Removed: types declarations for Flow ([#4451](https://github.com/stylelint/stylelint/pull/4451)).
228- Changed: `globby` was updated to v10. Now only forward-slashes (`/`) should be used as directory separator in globs. Refer to [glob pattern syntax](https://github.com/mrmlnc/fast-glob#pattern-syntax). Most of the users wouldn't need to change anything, but Windows users might need to update their globs. ([#4254](https://github.com/stylelint/stylelint/pull/4254)).
229- Added: `unit-no-unknown` support for `x` unit ([#4427](https://github.com/stylelint/stylelint/pull/4427)).
230- Fixed: `--report-invalid-scope-disables` crash when no rules specified ([#4498](https://github.com/stylelint/stylelint/pull/4498)).
231- Fixed: `media-feature-parentheses-space-inside` false negatives for multiple spaces ([#4513](https://github.com/stylelint/stylelint/pull/4513)).
232- Fixed: `selector-type-no-unknown` false positives for SVG tags ([#4495](https://github.com/stylelint/stylelint/pull/4495)).
233- Fixed: `unit-no-unknown` false positives for Sass map keys ([#4450](https://github.com/stylelint/stylelint/pull/4450)).
234- Fixed: `value-list-comma-newline-after` false positives for shared-line comments ([#4482](https://github.com/stylelint/stylelint/pull/4482)).
235- Fixed: consistently check that selectors are standard before passing to the parser ([#4483](https://github.com/stylelint/stylelint/pull/4483)).
236- Fixed: overlapping disabled ranges edge case ([#4497](https://github.com/stylelint/stylelint/pull/4497)).
237
238## 12.0.1
239
240- Fixed: `string-no-newline` memory leak for ERB templates ([#4491](https://github.com/stylelint/stylelint/pull/4491)).
241
242## 12.0.0
243
244- Removed: ignoring `bower_components` folder by default ([#4384](https://github.com/stylelint/stylelint/pull/4384)).
245- Removed: `createRuleTester` API ([#4385](https://github.com/stylelint/stylelint/pull/4385)).
246- Added: more information for custom formatters ([#4393](https://github.com/stylelint/stylelint/pull/4393)).
247- Fixed: `comment-empty-line-before` false positives for selector lists and shared-line comments ([#4360](https://github.com/stylelint/stylelint/pull/4360)).
248- Fixed: `font-family-no-missing-generic-family-keyword` false positives for Sass-variables with namespaces ([#4378](https://github.com/stylelint/stylelint/pull/4378)).
249- Fixed: `font-weight-notation` false positives for `font-weight` ranges in `@font-face` ([#4372](https://github.com/stylelint/stylelint/pull/4372)).
250- Fixed: `length-zero-no-unit` false positives for `line-height`, and for `fr` units ([#4394](https://github.com/stylelint/stylelint/pull/4394)).
251- Fixed: `length-zero-no-unit` false positives for Less variables ([#4405](https://github.com/stylelint/stylelint/pull/4405)).
252- Fixed: `selector-max-*` false negatives for rules with nested rules ([#4357](https://github.com/stylelint/stylelint/pull/4357)).
253- Fixed: incorrect error message when parsing files with a broken syntax ([#4364](https://github.com/stylelint/stylelint/pull/4364)).
254
255## 11.1.1
256
257- Fixed: syntax configuration for `--syntax css` ([#4335](https://github.com/stylelint/stylelint/pull/4335)).
258
259## 11.1.0
260
261- Added: `css` syntax option ([#4315](https://github.com/stylelint/stylelint/pull/4315)).
262- Fixed: `no-eol-whitespace` parsing problems for non-standard syntaxes ([#4313](https://github.com/stylelint/stylelint/pull/4313)).
263- Fixed: `selector-pseudo-class-no-unknown` false positives for `:is` selector ([#4321](https://github.com/stylelint/stylelint/pull/4321)).
264
265## 11.0.0
266
267- Changed: `--report-needless-disables` CLI flag now reports needless disables and runs linting ([#4151](https://github.com/stylelint/stylelint/pull/4151)).
268- Changed: display a problem at 1:1 for each file instead of throwing an error on unrecognised rules ([#4237](https://github.com/stylelint/stylelint/pull/4237)).
269- Changed: always return `stylelintError` as a boolean ([#4174](https://github.com/stylelint/stylelint/pull/4174)).
270- Deprecated: `createRuleTester` API ([#4279](https://github.com/stylelint/stylelint/pull/4279)).
271- Added: `--reportInvalidScopeDisables` CLI flag ([#4181](https://github.com/stylelint/stylelint/pull/4181)).
272- Added: `unicode-bom` rule ([#4225](https://github.com/stylelint/stylelint/pull/4225)).
273- Added: `max-empty-lines` autofix ([#3667](https://github.com/stylelint/stylelint/pull/3667)).
274- Added: `selector-pseudo-element-case` autofix ([#3672](https://github.com/stylelint/stylelint/pull/3672)).
275- Added: `selector-*` support for all logical combinations (`:matches`, `:has`) ([#4179](https://github.com/stylelint/stylelint/pull/4179)).
276- Added: `ignore: ["selectors-within-list"]` to `no-descending-specificity` ([#4176](https://github.com/stylelint/stylelint/pull/4176)).
277- Added: `ignoreSelectors: []` to `property-no-unknown` ([#4275](https://github.com/stylelint/stylelint/pull/4275)).
278- Fixed: Babel user configuration interfering with CSS-in-JS parser ([#4164](https://github.com/stylelint/stylelint/pull/4164)).
279- Fixed: PostCSS plugin ignoring .stylelintignore ([#4186](https://github.com/stylelint/stylelint/pull/4186)).
280- Fixed: `*-max-empty-lines` to only report one problem per function, selector, value list ([#4260](https://github.com/stylelint/stylelint/pull/4260)).
281- Fixed: `block-no-empty` crash for `@import` statements ([#4110](https://github.com/stylelint/stylelint/pull/4110)).
282- Fixed: `indentation` false positives for `<style>` tag with multiline attributes ([#4177](https://github.com/stylelint/stylelint/pull/4177)).
283- Fixed: `length-zero-no-unit` false positives for inside calc function ([#4175](https://github.com/stylelint/stylelint/pull/4175)).
284- Fixed: `max-line-length` false positives for multi-line `url()` ([#4169](https://github.com/stylelint/stylelint/pull/4169)).
285- Fixed: `no-duplicate-selectors` false positives for selectors in the same selector list ([#4173](https://github.com/stylelint/stylelint/pull/4173)).
286- Fixed: `no-unit-unknown` false positives for at-variables (Less) starting with numbers ([#4163](https://github.com/stylelint/stylelint/pull/4163)).
287- Fixed: `property-no-unknown` for `overflowX` for CSS-in-JS ([#4184](https://github.com/stylelint/stylelint/pull/4184)).
288
289## 10.1.0
290
291- Added: `selector-max-empty-lines` autofix ([#3717](https://github.com/stylelint/stylelint/pull/3717)).
292- Added: rule names for `--report-needless-disables` output ([#4071](https://github.com/stylelint/stylelint/pull/4071)).
293- Added: `--output-file` CLI flag ([#4085](https://github.com/stylelint/stylelint/pull/4085)).
294- Fixed: `function-calc-no-invalid` false positives for interpolation ([#4046](https://github.com/stylelint/stylelint/pull/4046)).
295- Fixed: `declaration-block-semicolon-space-before` autofix with `!important` annotations ([#4016](https://github.com/stylelint/stylelint/issues/4016)).
296- Fixed: `no-eol-whitespace` autofix for within comments ([#4224](https://github.com/stylelint/stylelint/pull/4224)).
297- Fixed: `no-eol-whitespace` false negatives for last line without trailing EOL ([#4224](https://github.com/stylelint/stylelint/pull/4224)).
298- Fixed: `selector-pseudo-class-no-unknown` false positives for `defined` ([#4081](https://github.com/stylelint/stylelint/pull/4081)).
299
300## 10.0.1
301
302- Fixed: minimum Node.js engine reduced to 8.7.0 ([#4032](https://github.com/stylelint/stylelint/pull/4032)).
303- Fixed: `--allow-empty-input` CLI flag ([#4029](https://github.com/stylelint/stylelint/pull/4029)).
304- Fixed: `color-no-invalid-hex` false positives for hashes in URLs ([#4035](https://github.com/stylelint/stylelint/pull/4035)).
305- Fixed: `function-linear-gradient-no-nonstandard-direction` false positives for dollar variables ([#4027](https://github.com/stylelint/stylelint/pull/4027)).
306
307## 10.0.0
308
309- Removed: Node.js 6.x support. Node.js 8.15.1 or greater is now required ([#4006](https://github.com/stylelint/stylelint/pull/4006)).
310- Removed: `styled` and `jsx` syntax options that were replaced with `css-in-js` in v9.10.0 ([#4007](https://github.com/stylelint/stylelint/pull/4007)).
311- Changed: throws error if glob matches no files, use the `--allow-empty-input` flag for the old behaviour ([#3965](https://github.com/stylelint/stylelint/pull/3965)).
312- Changed: rules are now applied in the order defined in `lib/rules/index.js` ([#3923](https://github.com/stylelint/stylelint/pull/3923)).
313- Added: `at-rule-property-requirelist` rule ([#3997](https://github.com/stylelint/stylelint/pull/3997)).
314- Added: `disallowInList` to `no-duplicate-selectors` ([#3936](https://github.com/stylelint/stylelint/pull/3936)).
315- Added: `ignore: ["comments"]` to `block-no-empty` ([#4008](https://github.com/stylelint/stylelint/pull/4008)).
316- Fixed: false negatives in declaration-based rules for CSS-in-JS ([#3933](https://github.com/stylelint/stylelint/pull/3933)).
317- Fixed: `color-no-invalid-hex` false negatives for CSS-in-JS ([#3957](https://github.com/stylelint/stylelint/pull/3957)).
318- Fixed: `feature-name-no-unknown` false positives for `prefers-color-scheme` ([#3951](https://github.com/stylelint/stylelint/pull/3951)).
319- Fixed: `function-calc-no-invalid` false positives for negative numbers ([#3921](https://github.com/stylelint/stylelint/pull/3921)).
320- Fixed: `no-descending-specificity` false positives for vendor prefixed pseudo-elements ([#3929](https://github.com/stylelint/stylelint/issues/3929)).
321- Fixed: `selector-max-*` false negatives for nested at-rules ([#3959](https://github.com/stylelint/stylelint/pull/3959)).
322- Fixed: Logical combinations pseudo-classes in `selector-max-universal` are now evaluated separately ([#4263](https://github.com/stylelint/stylelint/pull/4263)).
323- Fixed: `value-keyword-case` autofix for single-line comments within maps ([#4019](https://github.com/stylelint/stylelint/pull/4019)).
324
325## 9.10.1
326
327- Fixed: "fatal: Not a git repository" error ([#3915](https://github.com/stylelint/stylelint/pull/3915)).
328- Fixed: unintended increase in package size ([#3915](https://github.com/stylelint/stylelint/pull/3915)).
329
330## 9.10.0
331
332- Added: support for ordinary regular expressions anywhere a regex string is accepted in rule config ([#3799](https://github.com/stylelint/stylelint/pull/3799)).
333- Added: `css-in-js` syntax option that will replace the existing `styled` and `jsx` ones ([#3872](https://github.com/stylelint/stylelint/pull/3872)).
334- Added: `function-calc-no-invalid` rule ([#3833](https://github.com/stylelint/stylelint/pull/3833)).
335- Added: `ignore: ["next-sibling"]` to `selector-max-type` ([#3832](https://github.com/stylelint/stylelint/pull/3832)).
336- Added: `declaration-block-semicolon-space-after` autofix ([#3865](https://github.com/stylelint/stylelint/pull/3865)).
337- Fixed: autofix is now disabled when a Stylelint processors is used ([#3873](https://github.com/stylelint/stylelint/pull/3873)).
338- Fixed: `CssSyntaxError` for functions in template literals ([#3869](https://github.com/stylelint/stylelint/pull/3869)).
339- Fixed: `no-descending-specificity` false positives for styled-components ([#3875](https://github.com/stylelint/stylelint/pull/3875)).
340- Fixed: `no-duplicate-selectors` false positives for styled-components ([#3875](https://github.com/stylelint/stylelint/pull/3875)).
341- Fixed: `selector-pseudo-class-no-unknown` false positives for `focus-visible` ([#3887](https://github.com/stylelint/stylelint/pull/3887)).
342- Fixed: `selector-max-universal` false positives for flush comments containing a comma ([#3817](https://github.com/stylelint/stylelint/pull/3817)).
343- Fixed: `shorthand-property-redundant-values` false positives for negative values ([#3888](https://github.com/stylelint/stylelint/pull/3888)).
344
345## 9.9.0
346
347- Added: `selector-list-comma-newline-after` autofix ([#3815](https://github.com/stylelint/stylelint/pull/3815)).
348- Added: `value-list-max-empty-lines` autofix ([#3814](https://github.com/stylelint/stylelint/pull/3814)).
349- Added: `ignoreSelectors: []` to `selector-no-vendor-prefix` ([#3748](https://github.com/stylelint/stylelint/pull/3748)).
350- Fixed: ignored files are no longer parsed ([#3801](https://github.com/stylelint/stylelint/pull/3801)).
351- Fixed: ignore `&:extend` for Less syntax ([#3824](https://github.com/stylelint/stylelint/pull/3824)).
352- Fixed: `--report-needless-disables` CLI flag ([#3819](https://github.com/stylelint/stylelint/pull/3819)).
353- Fixed: `font-family-no-missing-generic-family-keyword` false positives for system fonts ([#3794](https://github.com/stylelint/stylelint/pull/3794)).
354
355## 9.8.0
356
357- Added: `value-keyword-case` autofix ([#3775](https://github.com/stylelint/stylelint/pull/3775)).
358- Added: `ignore: ["pseudo-classes"]` to `max-nesting-depth` ([#3724](https://github.com/stylelint/stylelint/pull/3724)).
359- Added: `ignoreTypes:[]` to `selector-type-case` ([#3758](https://github.com/stylelint/stylelint/pull/3758)).
360- Added: `ignoreFunctions:[]` to `unit-no-unkown` ([#3736](https://github.com/stylelint/stylelint/pull/3736)).
361- Fixed: error for single-line Sass comments ([#3772](https://github.com/stylelint/stylelint/pull/3772)).
362- Fixed: `at-rule-*` false positives for Less variables and mixins ([#3767](https://github.com/stylelint/stylelint/pull/3767)).
363- Fixed: `max-empty-lines` false positives for final newlines ([#3785](https://github.com/stylelint/stylelint/pull/3785)).
364
365## 9.7.1
366
367- Fixed: `at-rule-*` false positives for Less variables and mixins ([#3759](https://github.com/stylelint/stylelint/pull/3759)).
368
369## 9.7.0
370
371- Added: allow globally installed configuration ([#3642](https://github.com/stylelint/stylelint/pull/3642)).
372- Added: `media-feature-parentheses-space-inside` autofix ([#3720](https://github.com/stylelint/stylelint/pull/3720)).
373- Added: `selector-descendant-combinator-no-non-space` autofix ([#3565](https://github.com/stylelint/stylelint/pull/3565)).
374- Added: `unit-case` autofix ([#3725](https://github.com/stylelint/stylelint/pull/3725)).
375- Fixed: false negatives for Less at-imports ([#3687](https://github.com/stylelint/stylelint/pull/3687)).
376- Fixed: SyntaxError when an empty string is used for a rule's custom message ([#3743](https://github.com/stylelint/stylelint/pull/3743)).
377- Fixed: `max-empty-lines` false positives for empty lines before `</style>` ([#3708](https://github.com/stylelint/stylelint/pull/3708)).
378- Fixed: `selector-max-specificity` false positives for functional psuedo-classes ([#3711](https://github.com/stylelint/stylelint/pull/3711)).
379
380## 9.6.0
381
382- Added: suggestions for invalid CLI options ([#3622](https://github.com/stylelint/stylelint/pull/3622)).
383- Added: `no-empty-first-line` rule ([#3650](https://github.com/stylelint/stylelint/pull/3650)).
384- Added: `at-rule-name-space-after` autofix ([#3653](https://github.com/stylelint/stylelint/pull/3653)).
385- Added: `block-closing-brace-empty-line-before` autofix ([#3598](https://github.com/stylelint/stylelint/pull/3617)).
386- Added: `block-closing-brace-space-before` autofix ([#3673](https://github.com/stylelint/stylelint/pull/3673)).
387- Added: `comment-whitespace-inside` autofix ([#3619](https://github.com/stylelint/stylelint/pull/3619)).
388- Added: `declaration-bang-space-after` autofix ([#3598](https://github.com/stylelint/stylelint/pull/3598)).
389- Added: `declaration-bang-space-before` autofix ([#3592](https://github.com/stylelint/stylelint/pull/3592)).
390- Added: `declaration-colon-newline-after` autofix ([#3588](https://github.com/stylelint/stylelint/pull/3588)).
391- Added: `function-comma-space-after` autofix ([#3555](https://github.com/stylelint/stylelint/pull/3555)).
392- Added: `function-comma-space-before` autofix ([#3596](https://github.com/stylelint/stylelint/pull/3596)).
393- Added: `function-name-case` autofix ([#3674](https://github.com/stylelint/stylelint/pull/3674)).
394- Added: `function-max-empty-lines` autofix ([#3645](https://github.com/stylelint/stylelint/pull/3645)).
395- Added: `function-parentheses-newline-inside` autofix ([#3601](https://github.com/stylelint/stylelint/pull/3601)).
396- Added: `function-whitespace-after` autofix ([#3648](https://github.com/stylelint/stylelint/pull/3648)).
397- Added: `media-feature-colon-space-after` autofix ([#3623](https://github.com/stylelint/stylelint/pull/3623)).
398- Added: `media-feature-colon-space-before` autofix ([#3637](https://github.com/stylelint/stylelint/pull/3637)).
399- Added: `media-feature-name-case` autofix ([#3685](https://github.com/stylelint/stylelint/pull/3685)).
400- Added: `media-feature-range-operator-space-after` autofix ([#3639](https://github.com/stylelint/stylelint/pull/3639)).
401- Added: `media-feature-range-operator-space-before` autofix ([#3618](https://github.com/stylelint/stylelint/pull/3618)).
402- Added: `media-query-list-comma-newline-after` autofix ([#3643](https://github.com/stylelint/stylelint/pull/3643)).
403- Added: `media-query-list-comma-space-after` autofix ([#3607](https://github.com/stylelint/stylelint/pull/3607)).
404- Added: `media-query-list-comma-space-before` autofix ([#3640](https://github.com/stylelint/stylelint/pull/3640)).
405- Added: `function-parentheses-space-inside` autofix ([#3563](https://github.com/stylelint/stylelint/pull/3563)).
406- Added: `selector-attribute-brackets-space-inside` autofix ([#3605](https://github.com/stylelint/stylelint/pull/3605)).
407- Added: `selector-attribute-operator-space-after` autofix ([#3641](https://github.com/stylelint/stylelint/pull/3641)).
408- Added: `selector-attribute-operator-space-before` autofix ([#3603](https://github.com/stylelint/stylelint/pull/3603)).
409- Added: `selector-pseudo-class-case` autofix ([#3671](https://github.com/stylelint/stylelint/pull/3671)).
410- Added: `selector-pseudo-class-parentheses-space-inside` autofix ([#3646](https://github.com/stylelint/stylelint/pull/3646)).
411- Added: `selector-type-case` autofix ([#3668](https://github.com/stylelint/stylelint/pull/3668)).
412- Added: `no-eol-whitespace` autofix ([#3615](https://github.com/stylelint/stylelint/pull/3615)).
413- Added: `no-extra-semicolons` autofix ([#3574](https://github.com/stylelint/stylelint/pull/3574)).
414- Added: `value-list-comma-newline-after` autofix ([#3616](https://github.com/stylelint/stylelint/pull/3616)).
415- Added: `value-list-comma-space-after` autofix ([#3558](https://github.com/stylelint/stylelint/pull/3558)).
416- Added: `value-list-comma-space-before` autofix ([#3597](https://github.com/stylelint/stylelint/pull/3597)).
417- Added: `baseIndentLevel` to `indentation` ([#3557](https://github.com/stylelint/stylelint/pull/3557)).
418- Fixed: autofix for 5 whitespace rules ([#3621](https://github.com/stylelint/stylelint/pull/3621)).
419- Fixed: `linebreaks` TypeError ([#3636](https://github.com/stylelint/stylelint/pull/3636)).
420- Fixed: `max-empty-lines` incorrect line reporting ([#3530](https://github.com/stylelint/stylelint/pull/3530)).
421- Fixed: `media-query-list-comma-newline-after` false positives for trailing comment ([#3657](https://github.com/stylelint/stylelint/pull/3657)).
422- Fixed: `no-descending-specificity` false positives for CSS Modules functional pseudo-classes ([#3623](https://github.com/stylelint/stylelint/pull/3623)).
423
424## 9.5.0
425
426- Added: bundled support for styles in CSS-in-JS object literals ([#3506](https://github.com/stylelint/stylelint/pull/3506)).
427- Added: `--print-config` CLI flag ([#3532](https://github.com/stylelint/stylelint/pull/3532)).
428- Added: `block-closing-brace-newline-before` autofix ([#3442](https://github.com/stylelint/stylelint/pull/3442)).
429- Added: `block-opening-brace-newline-before` autofix ([#3518](https://github.com/stylelint/stylelint/pull/3518)).
430- Added: `block-opening-brace-space-after` autofix ([#3520](https://github.com/stylelint/stylelint/pull/3520)).
431- Added: `block-opening-brace-newline-after` autofix ([#3441](https://github.com/stylelint/stylelint/pull/3441)).
432- Added: `declaration-block-semicolon-newline-after` autofix ([#3545](https://github.com/stylelint/stylelint/pull/3545)).
433- Added: `declaration-block-semicolon-space-before` autofix ([#3554](https://github.com/stylelint/stylelint/pull/3554)).
434- Added: `declaration-colon-space-after` autofix ([#3538](https://github.com/stylelint/stylelint/pull/3538)).
435- Added: `selector-list-comma-newline-before` autofix ([#3517](https://github.com/stylelint/stylelint/pull/3517)).
436- Added: `selector-list-comma-space-after` autofix ([#3490](https://github.com/stylelint/stylelint/pull/3490)).
437- Added: `unix` formatter ([#3524](https://github.com/stylelint/stylelint/pull/3524)).
438- Fixed: `selector-descendant-combinator-no-non-space` false positives for calculations with parenthesis ([#3508](https://github.com/stylelint/stylelint/pull/3508)).
439
440## 9.4.0
441
442- Added: bundled support for styles in CSS-in-JS template literals ([#3405](https://github.com/stylelint/stylelint/pull/3405)).
443- Added: `linebreaks` rule ([#3289](https://github.com/stylelint/stylelint/pull/3289)).
444- Added: `compact` formatter ([#3488](https://github.com/stylelint/stylelint/pull/3488)).
445- Added: `at-rule-semicolon-newline-after` autofix ([#3450](https://github.com/stylelint/stylelint/pull/3450)).
446- Added: `block-closing-brace-newline-after` autofix ([#3443](https://github.com/stylelint/stylelint/pull/3443)).
447- Added: `block-opening-brace-space-before` autofix ([#3438](https://github.com/stylelint/stylelint/pull/3438)).
448- Added: `declaration-block-trailing-semicolon` autofix ([#3382](https://github.com/stylelint/stylelint/pull/3382)).
449- Added: `declaration-colon-space-before` autofix ([#3445](https://github.com/stylelint/stylelint/pull/3445)).
450- Added: `property-case` autofix ([#3448](https://github.com/stylelint/stylelint/pull/3448)).
451- Added: `selector-combinator-space-after` autofix ([#3446](https://github.com/stylelint/stylelint/pull/3446)).
452- Added: `selector-combinator-space-before` autofix ([#3457](https://github.com/stylelint/stylelint/pull/3457)).
453- Added: `selector-list-comma-space-before` autofix ([#3447](https://github.com/stylelint/stylelint/pull/3447)).
454- Fixed: `block-opening-brace-newline-after` false positives for nested rule-sets prefixed with comments ([#3383](https://github.com/stylelint/stylelint/pull/3383)).
455- Fixed: `declaration-block-trailing-semicolon` report of errors with the `--fix` option ([#3493](https://github.com/stylelint/stylelint/pull/3493)).
456- Fixed: `font-family-name-quotes` false positives for `system-ui` system font ([#3463](https://github.com/stylelint/stylelint/pull/3463)).
457- Fixed: `keyframes-name-pattern` support for raw JS RegExp ([#3437](https://github.com/stylelint/stylelint/pull/3437)).
458- Fixed: `media-feature-name-no-unknown` false positives for level 5 names ([#3397](https://github.com/stylelint/stylelint/pull/3397)).
459- Fixed: `no-descending-specificity` false positives for #{&} ([#3420](https://github.com/stylelint/stylelint/pull/3420)).
460- Fixed: `no-missing-end-of-source-newline` false positives for style attributes ([#3485](https://github.com/stylelint/stylelint/pull/3485)).
461
462## 9.3.0
463
464- Added: support for `<style>` tags and `style=""` attributes in XML and XSLT files ([#3386](https://github.com/stylelint/stylelint/pull/3386)).
465- Added: `globbyOptions` option ([#3339](https://github.com/stylelint/stylelint/pull/3339)).
466- Added: `keyframes-name-pattern` rule ([#3321](https://github.com/stylelint/stylelint/pull/3321)).
467- Added: `media-feature-name-value-whitelist` rule ([#3320](https://github.com/stylelint/stylelint/pull/3320)).
468- Added: `selector-pseudo-element-colon-notation` autofix ([#3345](https://github.com/stylelint/stylelint/pull/3345)).
469- Fixed: `.vue` files throwing errors for `<style lang="stylus">` and `<style lang="postcss">` ([#3331](https://github.com/stylelint/stylelint/pull/3331)).
470- Fixed: `declaration-block-no-*` false positives for non-standard syntax ([#3381](https://github.com/stylelint/stylelint/pull/3381)).
471- Fixed: `function-whitespace-after` false positives for "/" ([#3132](https://github.com/stylelint/stylelint/pull/3132)).
472- Fixed: `length-zero-no-unit` incorrect autofix for at-includes ([#3347](https://github.com/stylelint/stylelint/pull/3347)).
473- Fixed: `max-nesting-depth` false positives for nested properties ([#3349](https://github.com/stylelint/stylelint/pull/3349)).
474- Fixed: `no-empty-source` false positives on vue external sources `<style src="*">` tag ([#3331](https://github.com/stylelint/stylelint/pull/3331)).
475- Fixed: `max-line-length` false positives for non-CSS blocks ([#3367](https://github.com/stylelint/stylelint/pull/3367)).
476- Fixed: `no-eol-whitespace` false positives for non-CSS blocks ([#3367](https://github.com/stylelint/stylelint/pull/3367)).
477- Fixed: `no-extra-semicolons` false positives for non-CSS blocks ([#3367](https://github.com/stylelint/stylelint/pull/3367)).
478- Fixed: `no-missing-end-of-source-newline` false positives for non-CSS blocks ([#3367](https://github.com/stylelint/stylelint/pull/3367)).
479
480## 9.2.1
481
482- Fixed: `cache` option hiding CssSyntaxError outputs ([#3258](https://github.com/stylelint/stylelint/pull/3258)).
483- Fixed: regression with processors (e.g. styled-components) ([#3261](https://github.com/stylelint/stylelint/pull/3261)).
484- Fixed: `no-descending-specificity` false positives for Sass nested properties ([#3283](https://github.com/stylelint/stylelint/pull/3283)).
485- Fixed: `selector-pseudo-class-no-unknown` false positives proprietary webkit pseudo classes when applied to a simple selector ([#3271](https://github.com/stylelint/stylelint/pull/3271)).
486
487## 9.2.0
488
489- Added: `selector-max-pseudo-class` rule ([#3195](https://github.com/stylelint/stylelint/pull/3195)).
490- Fixed: slow `require('stylelint')` time ([#3242](https://github.com/stylelint/stylelint/pull/3242)).
491- Fixed: autofix erroneously writing to unchanged files ([#3241](https://github.com/stylelint/stylelint/pull/3241)).
492- Fixed: false negatives for template literals within script tags by updating postcss-html dependency ([#3238](https://github.com/stylelint/stylelint/pull/3238)).
493- Fixed: `indentation` false positives for at-root ([#3225](https://github.com/stylelint/stylelint/pull/3225)).
494- Fixed: `max-empty-lines` false positives for non-CSS blocks ([#3229](https://github.com/stylelint/stylelint/pull/3229)).
495- Fixed: `no-empty-source` false positives for non-CSS blocks ([#3240](https://github.com/stylelint/stylelint/pull/3240)).
496- Fixed: `string-no-newline` false positives for non-CSS blocks ([#3228](https://github.com/stylelint/stylelint/pull/3228)).
497
498## 9.1.3
499
500- Fixed: invalid HTML causing CssSyntaxError by updating postcss-html dependency ([#3214](https://github.com/stylelint/stylelint/pull/3214)).
501- Fixed: empty markdown block causing CssSyntaxError by updating postcss-html dependency ([#3214](https://github.com/stylelint/stylelint/pull/3214)).
502
503## 9.1.2
504
505- Fixed: parsing of markdown files by updating postcss-html dependency ([#3207](https://github.com/stylelint/stylelint/pull/3207)).
506
507## 9.1.1
508
509- Fixed: missing `signal-exit` dependency ([#3186](https://github.com/stylelint/stylelint/pull/3186)).
510
511## 9.1.0
512
513- Added: `ignore: ["first-nested"]` to `at-rule-empty-line-before` ([#3179](https://github.com/stylelint/stylelint/pull/3179)).
514- Added: `ignore: ["first-nested"]` to `rule-empty-line-before` ([#3179](https://github.com/stylelint/stylelint/pull/3179)).
515- Fixed: unnecessary Open Collective postinstall message ([#3180](https://github.com/stylelint/stylelint/pull/3180)).
516
517## 9.0.0
518
519- Removed: Node.js 4.x support. Node.js 6.x or greater is now required ([#3075](https://github.com/stylelint/stylelint/pull/3087)).
520- Added: (experimental) support for [SASS](http://sass-lang.com/) syntax ([#2503](https://github.com/stylelint/stylelint/pull/2503)).
521- Added: allow processors to handle PostCSS errors ([#3063](https://github.com/stylelint/stylelint/pull/3063)).
522- Added: `--max-warnings` CLI flag ([#2942](https://github.com/stylelint/stylelint/pull/2942)).
523- Added: `selector-combinator-*list` rules ([#3088](https://github.com/stylelint/stylelint/pull/3088)).
524- Added: `selector-pseudo-element-*list` rules ([#3104](https://github.com/stylelint/stylelint/pull/3087)).
525- Added: `ignore: ["first-nested"]` to `custom-property-empty-line-before` ([#3104](https://github.com/stylelint/stylelint/pull/3104)).
526- Added: `ignore: ["first-nested"]` to `declaration-empty-line-before` ([#3103](https://github.com/stylelint/stylelint/pull/3103)).
527- Added: `ignoreProperties: []` to `property-no-vendor-prefix` ([#3089](https://github.com/stylelint/stylelint/pull/3089)).
528- Fixed: `font-family-name-quotes` unicode range increased ([#2974](https://github.com/stylelint/stylelint/pull/2974)).
529- Fixed: `selector-max-id` in nested at-statements ([#3113](https://github.com/stylelint/stylelint/pull/3113)).
530
531## 8.4.0
532
533- Added: `except: ["after-closing-brace"]` to `block-closing-brace-empty-line-before` ([#3011](https://github.com/stylelint/stylelint/pull/3011)).
534- Fixed: unmet peer dependency warning for `postcss-sass` ([#3040](https://github.com/stylelint/stylelint/pull/3040)).
535- Fixed: false positives for CSS within comments in `*.pcss` files ([#3064](https://github.com/stylelint/stylelint/pull/3064)).
536- Fixed: `font-family-no-missing-generic-family-keyword` configuration ([#3039](https://github.com/stylelint/stylelint/pull/3039)).
537- Fixed: `indentation` autofix for HTML ([#3044](https://github.com/stylelint/stylelint/pull/3044)).
538
539## 8.3.1
540
541- Fixed: `font-family-no-missing-generic-family-keyword` false positives for at-font-face ([#3034](https://github.com/stylelint/stylelint/issues/3034)).
542
543## 8.3.0
544
545- Added: autofix support for stdin input ([#2787](https://github.com/stylelint/stylelint/pull/2787)).
546- Added: support for `<style>` tags and markdown fences in `.vue` and `.html` files ([#2975](https://github.com/stylelint/stylelint/pull/2975)).
547- Added: `font-family-no-missing-generic-family-keyword` rule ([#2930](https://github.com/stylelint/stylelint/pull/2930)).
548- Added: `no-duplicate-at-import-rules` rule ([#2963](https://github.com/stylelint/stylelint/pull/2963)).
549- Added: `number-leading-zero` autofix ([#2921](https://github.com/stylelint/stylelint/issues/2921)).
550- Added: `number-no-trailing-zeros` autofix ([#2947](https://github.com/stylelint/stylelint/issues/2947)).
551- Added: `shorthand-property-no-redundant-values` autofix ([#2956](https://github.com/stylelint/stylelint/issues/2956)).
552- Added: `string-quotes` autofix ([#2959](https://github.com/stylelint/stylelint/pull/2959)).
553- Added: `ignore: ["custom-properties"]` option to `length-zero-no-unit` ([#2967](https://github.com/stylelint/stylelint/pull/2967)).
554- Added: `except: ["inside-block"]` option to `rule-empty-line-before` ([#2982](https://github.com/stylelint/stylelint/pull/2982)).
555- Added: `ignoreValues` to `value-no-vendor-prefix` ([#3015](https://github.com/stylelint/stylelint/pull/3015)).
556- Added: `ignoreMediaFeatureNames` to `unit-blacklist` ([#3027](https://github.com/stylelint/stylelint/pull/3027)).
557- Fixed: `comment-empty-line-before` false positives for shared-line comments ([#2986](https://github.com/stylelint/stylelint/issues/2986)).
558- Fixed: `unit-*` false positives for spaceless multiplication ([#2948](https://github.com/stylelint/stylelint/issues/2948)).
559
560## 8.2.0
561
562- Added: autofix of syntax errors in standard CSS e.g. unclosed braces and brackets ([#2886](https://github.com/stylelint/stylelint/issues/2886)).
563- Added: `length-zero-no-unit` autofix ([#2861](https://github.com/stylelint/stylelint/issues/2861)).
564- Added: `selector-max-specificity` support for level 4 evaluation context pseudo-classes ([#2857](https://github.com/stylelint/stylelint/issues/2857)).
565- Added: `ignoreUnits` option to `number-max-precision` ([#2941](https://github.com/stylelint/stylelint/pull/2941)).
566- Added: `ignoreSelectors` option to `selector-max-specificity` ([#2857](https://github.com/stylelint/stylelint/pull/2857)).
567- Added: `ignoreProperties` option to `value-keyword-case` ([#2937](https://github.com/stylelint/stylelint/pull/2937)).
568- Fixed: `*-empty-line-before` false negatives and positives when two or more `except: [*]` options were triggered ([#2920](https://github.com/stylelint/stylelint/issues/2920)).
569- Fixed: `*-empty-line-before` false positives for CSS in HTML ([#2854](https://github.com/stylelint/stylelint/issues/2854)).
570- Fixed: `rule-empty-line-before` false positives for `ignore: ["inside-block"]` and CSS in HTML ([#2894](https://github.com/stylelint/stylelint/issues/2894)).
571- Fixed: `rule-empty-line-before` false positives for `except: ["after-single-line-comment"]` and preceding shared-line comments ([#2920](https://github.com/stylelint/stylelint/issues/2920)).
572- Fixed: `selector-list-comma-newline-after` false positives for shared-line comments separated by more than once space ([#2915](https://github.com/stylelint/stylelint/issues/2915)).
573- Fixed: `selector-pseudo-class-no-unknown` false positives when using chained pseudo-classes ([#2810](https://github.com/stylelint/stylelint/issues/2810)).
574- Fixed: `string-quotes` false positives for `@charset` and single quotes ([#2902](https://github.com/stylelint/stylelint/issues/2902)).
575- Fixed: `unit-no-unknown` false positives for spaceless multiplication and division in `calc()` functions ([#2848](https://github.com/stylelint/stylelint/issues/2848)).
576
577## 8.1.1
578
579- Fixed: `--ignore-pattern` in CLI ([#2851](https://github.com/stylelint/stylelint/issues/2851)).
580
581## 8.1.0
582
583- Added: Allow specifying `codeFilename` to `createStylelintResult` for raw code linting standalone API ([#2450](https://github.com/stylelint/stylelint/issues/2450)).
584- Added: `ignorePattern` option (`--ignore-pattern` in CLI), to allow patterns of files to ignored ([#2834](https://github.com/stylelint/stylelint/issues/2834)).
585- Added: More rules now support experimental autofixing. Use `--fix` CLI parameter or `fix: true` Node.js API options property. Newly supported rules:
586 - `color-hex-length` ([#2781](https://github.com/stylelint/stylelint/pull/2781)).
587 - `no-missing-end-of-source-newline` ([#2772](https://github.com/stylelint/stylelint/pull/2772)).
588- Fixed: `*-empty-line-before` false positives shared-line comments and `"first-nested"` option ([#2827](https://github.com/stylelint/stylelint/issues/2827)).
589- Fixed: `color-hex-length` false positives for ID references in `url` functions ([#2806](https://github.com/stylelint/stylelint/issues/2806)).
590- Fixed: `indentation` false positives for Less parametric mixins with rule block/snippet ([#2744](https://github.com/stylelint/stylelint/pull/2744)).
591- Fixed: `no-empty-source` compatability with `postcss-html` custom syntax ([#2798](https://github.com/stylelint/stylelint/issues/2798)).
592- Fixed: `no-extra-semicolons` false negatives where instances were not detected when followed by multiple comments ([#2678](https://github.com/stylelint/stylelint/issues/2678)).
593- Fixed: `selector-max-specificity` cannot parse selector problem for Less mixins ([#2677](https://github.com/stylelint/stylelint/pull/2677)).
594
595## 8.0.0
596
597This release is accompanied by:
598
599- A new [semantic version policy](docs/about/semantic-versioning.md). The use of the tilde (`~`) in `package.json` is now recommended, e.g. `"stylelint": "~8.0.0"`, to guarantee the results of your builds ([#1865](https://github.com/stylelint/stylelint/issues/1865)).
600- A new [VISION document](docs/about/vision.md), complemented by ([#2704](https://github.com/stylelint/stylelint/pull/2704)):
601 - The restructuring of the [list of rules](docs/user-guide/rules/list.md) into three groups:
602 - [Possible errors](docs/user-guide/rules/list.md#possible-errors).
603 - [Limit language features](docs/user-guide/rules/list.md#limit-language-features).
604 - [Stylistic issues](docs/user-guide/rules/list.md#stylistic-issues).
605 - The release of a new sharable config, [`stylelint-config-recommended`](https://github.com/stylelint/stylelint-config-recommended). This config only turns on the [possible error](docs/user-guide/rules/list.md#possible-errors) rules. [`stylelint-config-standard`](https://github.com/stylelint/stylelint-config-standard) now builds on top of the recommended config by turning on over 60 additional [stylistic rules](docs/user-guide/rules/list.md#stylistic-issues).
606
607Changes:
608
609- Removed: the 21 rules deprecated in [`7.8.0`](#780) & [`7.12.0`](#7120) ([#2422](https://github.com/stylelint/stylelint/issues/2422) & [#2693](https://github.com/stylelint/stylelint/issues/2693)).
610 - `block-no-single-line`.
611 - `custom-property-no-outside-root`
612 - `declaration-block-no-ignored-properties`.
613 - `declaration-block-properties-order`.
614 - `function-url-data-uris`.
615 - `media-feature-no-missing-punctuation`.
616 - `no-browser-hacks`.
617 - `no-indistinguishable-colors`.
618 - `no-unsupported-browser-features`.
619 - `root-no-standard-properties`
620 - `rule-nested-empty-line-before`.
621 - `rule-non-nested-empty-line-before`.
622 - `selector-no-attribute`.
623 - `selector-no-combinator`.
624 - `selector-no-empty`.
625 - `selector-no-id`.
626 - `selector-no-type`.
627 - `selector-no-universal`.
628 - `selector-root-no-composition`.
629 - `stylelint-disable-reason`.
630 - `time-no-imperceptible`.
631- Removed: the 4 options deprecated in [`7.8.0`](#780) ([#2433](https://github.com/stylelint/stylelint/issues/2433)).
632 - `"all-nested"` option for `at-rule-empty-line-before`.
633 - `"blockless-group"` option for `at-rule-empty-line-before`.
634 - `"between-comments"` option for `comment-empty-line-before`.
635 - `"at-rules-without-declaration-blocks"` option for `max-nesting-depth`.
636- Changed: compatibility with `postcss` from `@5` to `@6` ([#2561](https://github.com/stylelint/stylelint/issues/2561)).
637- Changed: parse errors now trigger exit with non-zero code ([#2713](https://github.com/stylelint/stylelint/issues/2713)).
638- Changed: `report-needless-disables` now exits with non-zero code ([#2341](https://github.com/stylelint/stylelint/issues/2341)).
639- Changed: `*-blacklist` and `*-whitelist` (and `ignore* []` secondary options) are now case sensitive. Use regular expressions with the `i` flag for case insensitivity ([#2709](https://github.com/stylelint/stylelint/issues/2709)).
640- Changed: `*-empty-line-before` now correctly handle shared-line comments ([#2262](https://github.com/stylelint/stylelint/issues/2262)).
641- Changed: `*-empty-line-before` now consider line as empty if it contains whitespace only ([#2440](https://github.com/stylelint/stylelint/pull/2440)).
642- Changed: `function-linear-gradient-no-nonstandard-direction` now checks all linear-gradients in a value list ([#2496](https://github.com/stylelint/stylelint/pull/2496)).
643- Changed: `selector-max-compound-selectors` now checks all resolved selectors, rather than just the deepest ([#2350](https://github.com/stylelint/stylelint/issues/2350)).
644- Added: `disableDefaultIgnores` option (`--disable-default-ignores` in CLI), to allow linting of `node_modules` and `bower_components` directories ([#2464](https://github.com/stylelint/stylelint/pull/2464)).
645- Added: more efficient file ignoring with `.stylelintignore` ([#2464](https://github.com/stylelint/stylelint/pull/2464)).
646- Added: `ignore: ["child"]` option to `selector-max-type` ([#2701](https://github.com/stylelint/stylelint/pull/2701)).
647- Fixed: `declaration-block-no-redundant-longhand-properties` and `declaration-block-no-shorthand-property-overrides` understand more shorthand properties ([#2354](https://github.com/stylelint/stylelint/pull/2354)).
648- Fixed: `selector-max-type` no longer produces false negatives for when child, next-sibling and following-sibling combinators are used with `ignore: ["descendant"]` ([#2701](https://github.com/stylelint/stylelint/pull/2701)).
649
650## 7.13.0
651
652- Added: `ignoreAttributes` option to `selector-max-attribute` ([#2722](https://github.com/stylelint/stylelint/pull/2722)).
653- Fixed: `selector-combinator-space-*` false positives for CSS namespaced type selectors ([#2715](https://github.com/stylelint/stylelint/pull/2715)).
654- Fixed: `selector-max-specificity` now ignores nested non-standard selectors ([#2685](https://github.com/stylelint/stylelint/pull/2685)).
655
656## 7.12.0
657
658- Deprecated: 6 rules, each has been replaced by a more configurable alternative ([#2679](https://github.com/stylelint/stylelint/pull/2679)).
659 - `function-url-data-uris` rule. Use either `function-url-scheme-blacklist` or `function-url-scheme-whitelist`.
660 - `selector-no-attribute` rule. Use `selector-max-attribute` with `0` as its primary option.
661 - `selector-no-combinator` rule. Use `selector-max-combinators` with `0` as its primary option.
662 - `selector-no-id` rule. Use `selector-max-id` with `0` as its primary option.
663 - `selector-no-type` rule. Use `selector-max-type` with `0` as its primary option.
664 - `selector-no-universal` rule. Use `selector-max-universal` with `0` as its primary option.
665- Added: `function-url-scheme-blacklist` rule ([#2626](https://github.com/stylelint/stylelint/pull/2626)).
666- Added: `function-url-scheme-whitelist` regex support ([#2662](https://github.com/stylelint/stylelint/pull/2662)).
667- Added: `selector-max-attribute` rule ([#2628](https://github.com/stylelint/stylelint/pull/2628)).
668- Added: `selector-max-combinators` rule ([#2658](https://github.com/stylelint/stylelint/pull/2658)).
669- Added: `selector-max-id` rule ([#2654](https://github.com/stylelint/stylelint/pull/2654)).
670- Added: `selector-max-type` rule ([#2665](https://github.com/stylelint/stylelint/pull/2665)).
671- Added: `selector-max-universal` rule ([#2653](https://github.com/stylelint/stylelint/pull/2653)).
672- Fixed: `--fix` no longer crashes when used with ignored files ([#2652](https://github.com/stylelint/stylelint/pull/2652)).
673- Fixed: `max-*` rules now use singular and plural nouns in their messages ([#2663](https://github.com/stylelint/stylelint/pull/2663)).
674
675## 7.11.1
676
677- Fixed: `media-feature-name-*list` now accept arrays for their primary options ([#2632](https://github.com/stylelint/stylelint/pull/2632)).
678- Fixed: `selector-*` now ignore custom property sets ([#2634](https://github.com/stylelint/stylelint/pull/2634)).
679- Fixed: `selector-pseudo-class-no-unknown` now ignores Less `:extend` ([#2625](https://github.com/stylelint/stylelint/pull/2625)).
680
681## 7.11.0
682
683- Added: experimental autofixing ([#2467](https://github.com/stylelint/stylelint/pull/2467), [#2500](https://github.com/stylelint/stylelint/pull/2500), [#2529](https://github.com/stylelint/stylelint/pull/2529) and [#2577](https://github.com/stylelint/stylelint/pull/2577)). Use `--fix` CLI parameter or `fix: true` Node.js API options property. Supported rules:
684 - `at-rule-empty-line-before`
685 - `at-rule-name-case`
686 - `color-hex-case`
687 - `comment-empty-line-before`
688 - `custom-property-empty-line-before`
689 - `declaration-empty-line-before`
690 - `indentation`
691 - `rule-empty-line-before`
692- Added: `selector-max-class` rule.
693- Added: `ignore: ["custom-elements"]` option to `selector-type-no-unknown` ([#2366](https://github.com/stylelint/stylelint/pull/2366)).
694- Fixed: "Cannot find module 'pify'" regression in node@4 with npm@2 ([#2614](https://github.com/stylelint/stylelint/pull/2614)).
695- Fixed: no error is thrown when linting a string with `cache` enabled ([#2494](https://github.com/stylelint/stylelint/pull/2494)).
696- Fixed: Less `:extend` is now ignored ([#2571](https://github.com/stylelint/stylelint/pull/2571)).
697- Fixed: `function-parentheses-space-inside` now ignores functions without parameters ([#2587](https://github.com/stylelint/stylelint/pull/2587)).
698- Fixed: `length-zero-no-unit` now correctly handles newlines and no spaces after colon ([#2477](https://github.com/stylelint/stylelint/pull/2477)).
699- Fixed: `selector-descendant-combinator-no-non-space` and `selector-combinator-space-before/after` now understand and check `>>>` shadow-piercing combinator ([#2509](https://github.com/stylelint/stylelint/pull/2509)).
700- Fixed: `selector-descendant-combinator-no-non-space` now ignores Less guards ([#2557](https://github.com/stylelint/stylelint/pull/2557)).
701- Fixed: `selector-pseudo-class-no-unknown` now checks `@page` at-rules and supports `@page` pseudo-classes ([#2445](https://github.com/stylelint/stylelint/pull/2445)).
702- Fixed: `selector-pseudo-class-no-unknown` now considers `focus-ring`, `playing` and `paused` to be known ([#2507](https://github.com/stylelint/stylelint/pull/2507)).
703- Fixed: `selector-type-no-unknown` now ignores MathML tags ([#2478](https://github.com/stylelint/stylelint/pull/2478)).
704- Fixed: `selector-type-no-unknown` now ignores the `/deep/` shadow-piercing combinator ([#2508](https://github.com/stylelint/stylelint/pull/2508)).
705- Fixed: `value-keyword-case` now ignores variables with signs ([#2558](https://github.com/stylelint/stylelint/pull/2558)).
706
707## 7.10.1
708
709- Fixed: scope is kept when using `schema.preceedingPlugins` ([#2455](https://github.com/stylelint/stylelint/pull/2455)).
710
711## 7.10.0
712
713- Added: support for asynchronous plugin rules ([#2351](https://github.com/stylelint/stylelint/pull/2351)).
714- Added: `cache` option to store the info about processed files in order to only operate on the changed ones the next time you run Stylelint ([#2293](https://github.com/stylelint/stylelint/pull/2293)).
715- Added: `at-rule-semicolon-space-before` rule ([#2388](https://github.com/stylelint/stylelint/pull/2388)).
716- Added: `ignore: ["comments"]` to `max-empty-lines` ([#2401](https://github.com/stylelint/stylelint/pull/2401)).
717- Added: `ignore: ["default-namespace"]` to `selector-type-no-unknown` ([#2461](https://github.com/stylelint/stylelint/pull/2461)).
718- Added: `ignoreDefaultNamespaces` option to `selector-type-no-unknown` ([#2461](https://github.com/stylelint/stylelint/pull/2461)).
719- Fixed: more helpful messages when file globs do not match any files ([#2328](https://github.com/stylelint/stylelint/pull/2328)).
720- Fixed: `decl/` folder of Flow types is shipped with the package, for consumers that use Flow ([#2322](https://github.com/stylelint/stylelint/issues/2322)).
721- Fixed: `function-url-scheme-whitelist` was working incorrectly if more than one URL scheme were specified ([#2447](https://github.com/stylelint/stylelint/pull/2447)).
722- Fixed: `no-duplicate-selector` now includes the duplicate selector's first usage line in message ([#2415](https://github.com/stylelint/stylelint/pull/2415)).
723- Fixed: `no-extra-semicolons` false positives for comments after custom property sets ([#2396](https://github.com/stylelint/stylelint/pull/2396)).
724- Fixed: `value-keyword-case` false positives for `attr`, `counter`, `counters` functions and `counter-reset` property ([#2407](https://github.com/stylelint/stylelint/pull/2407)).
725- Fixed: Less mergeable properties are now ignored ([#2570](https://github.com/stylelint/stylelint/pull/2570)).
726
727## 7.9.0
728
729- Added: `ignoreFontFamilyName` option to `font-family-no-duplicate` ([#2314](https://github.com/stylelint/stylelint/pull/2314)).
730- Added: `ignorePattern` option to `max-line-length` ([#2333](https://github.com/stylelint/stylelint/pull/2333)).
731- Fixed: update version of `lodash` dependency to match feature usage, fixing a conflict with Modernizr ([#2353](https://github.com/stylelint/stylelint/pull/2353)).
732- Fixed: `color-hex-case` false positives for ID references in `url` functions ([#2338](https://github.com/stylelint/stylelint/pull/2338)).
733- Fixed: `max-line-length` now reports correct column for SCSS comments ([#2340](https://github.com/stylelint/stylelint/pull/2340)).
734- Fixed: `selector-class-pattern` false positive in SCSS when combining interpolated and nested selectors ([#2344](https://github.com/stylelint/stylelint/pull/2344)).
735- Fixed: `selector-type-case` false positive for placeholder selectors ([#2360](https://github.com/stylelint/stylelint/pull/2360)).
736
737## 7.8.0
738
739- Deprecated: 15 rules ([#2197](https://github.com/stylelint/stylelint/pull/2197), [#2285](https://github.com/stylelint/stylelint/pull/2285) & [#2309](https://github.com/stylelint/stylelint/pull/2309)).
740 - `block-no-single-line`. Use `block-opening-brace-newline-after` and `block-closing-brace-newline-before` rules with the option `"always"` instead.
741 - `declaration-block-properties-order`. Use the [`stylelint-order`](https://github.com/hudochenkov/stylelint-order) plugin pack instead.
742 - `rule-nested-empty-line-before` and `rule-non-nested-empty-line-before`. Use the new `rule-empty-line-before` rule instead.
743 - `time-no-imperceptible`. Use the new `time-min-milliseconds` rule with `100` as its primary option.
744 - It is beyond the scope of Stylelint's core package to effectively validate against the CSS spec. Please investigate [csstree](https://github.com/csstree/csstree) and [css-values](https://github.com/ben-eb/css-values) for this functionality, and contribute to those projects and to Stylelint plugins wrapping them. csstree already has a [Stylelint plugin](https://github.com/csstree/stylelint-validator), and css-values needs one to be developed. The following rules are deprecated for this reason.
745 - `media-feature-no-missing-punctuation`.
746 - `selector-no-empty`.
747 - A plugin is a better package for a rule that wraps a third-party library. The following rules are deprecated for this reason. We encourage users to create and help maintain plugins for these rules.
748 - `no-browser-hacks`
749 - `no-indistinguishable-colors`
750 - `no-unsupported-browser-features`
751 - The following rules did not seem useful. If you liked these rules, please create plugins for them.
752 - `custom-property-no-outside-root`
753 - `root-no-standard-properties`
754 - `selector-root-no-composition`.
755 - The following rules did not work well.
756 - `stylelint-disable-reason` could not enforce providing a reason.
757 - `declaration-block-no-ignored-properties` could not reliably account for _replaced elements_.
758- Deprecated: 4 options ([#2213](https://github.com/stylelint/stylelint/pull/2213)).
759 - `"all-nested"` option for `at-rule-empty-line-before`. Use the `"inside-block"` option instead.
760 - `"blockless-group"` option for `at-rule-empty-line-before`. Use the `"blockless-after-blockless"` option instead.
761 - `"between-comments"` option for `comment-empty-line-before`. Use the `"after-comment"` option instead.
762 - `"at-rules-without-declaration-blocks"` option for `max-nesting-depth`. Use the `"blockless-at-rules"` option instead.
763- Added: `time-min-milliseconds` rule, to replace `time-no-imperceptible` ([#2289](https://github.com/stylelint/stylelint/pull/2289)).
764- Added: `except: ["after-same-name"]` option to `at-rule-empty-line-before` ([#2225](https://github.com/stylelint/stylelint/pull/2225)).
765- Fixed: `configOverrides` now work with `extends` ([#2295](https://github.com/stylelint/stylelint/pull/2295)).
766- Fixed: `max-line-length` no longer reports incorrect column positions for lines with `url()` or `import` ([#2287](https://github.com/stylelint/stylelint/pull/2287)).
767- Fixed: `selector-pseudo-class-no-unknown` no longer warns for proprietary webkit pseudo-classes ([#2264](https://github.com/stylelint/stylelint/pull/2264)).
768- Fixed: `unit-no-unknown` accepts `fr` units ([#2308](https://github.com/stylelint/stylelint/pull/2308)).
769
770## 7.7.1
771
772- Fixed: ensure only absolute filepaths are passed to processors ([#2207](https://github.com/stylelint/stylelint/pull/2207)).
773
774## 7.7.0
775
776- Added: `stylelint.formatters` exposed in public Node.js API ([#2190](https://github.com/stylelint/stylelint/pull/2190)).
777- Added: `stylelint.utils.checkAgainstRule` for checking CSS against a standard Stylelint rule _within your own rule_ ([#2173](https://github.com/stylelint/stylelint/pull/2173)).
778- Added: `allow-empty-input` flag to CLI ([#2117](https://github.com/stylelint/stylelint/pull/2117)).
779- Added: `except: ["after-rule"]` option to `rule-nested-empty-line-before` ([#2188](https://github.com/stylelint/stylelint/pull/2188)).
780- Fixed: regression causing `--stdin-filename` in CLI and `codeFilename` in Node.js API to error if a non-existent filename is provided ([#2128](https://github.com/stylelint/stylelint/pull/2128)).
781- Fixed: a boolean CLI flag (e.g. `--quiet`) placed before an input glob no longer causes the input to be ignored ([#2186](https://github.com/stylelint/stylelint/pull/2186)).
782- Fixed: the `node_modules` and `bower_components` directories are correctly ignored by default when Stylelint is used as a PostCSS plugin ([#2171](https://github.com/stylelint/stylelint/pull/2171)).
783- Fixed: bug where some Node.js errors in special cases did not cause the CLI to exit with a non-zero code ([#2140](https://github.com/stylelint/stylelint/pull/2140))
784- Fixed: false positives related to LESS detached rulesets ([#2089](https://github.com/stylelint/stylelint/pull/2089)).
785- Fixed: `color-named` now ignores SCSS maps, so map property names can be color names ([#2182](https://github.com/stylelint/stylelint/pull/2182)).
786- Fixed: `comment-whitespace-inside` no longer complains about `/*!` comments with non-space whitespace (e.g. newlines) ([#2121](https://github.com/stylelint/stylelint/pull/2121)).
787- Fixed: `media-feature-name-no-vendor-prefix` no longer throws syntax errors on unknown unprefixed variants ([#2152](https://github.com/stylelint/stylelint/pull/2152)).
788- Fixed: `selector-max-compound-selectors` ignores SCSS nested declarations ([#2102](https://github.com/stylelint/stylelint/pull/2102)).
789- Fixed: `selector-pseudo-class-no-unknown` no longer reports false positives for custom selectors ([#2147](https://github.com/stylelint/stylelint/pull/2147)).
790
791## 7.6.0
792
793- Added: option `customSyntax` (for Node.js API) and `--custom-syntax` (for CLI).
794- Added: `font-family-no-duplicate-names` rule.
795- Fixed: CLI now understands absolute paths for the `--custom-formatter` option.
796- Fixed: the `string` and `verbose` formatters now use `dim` instead of `gray` for greater compatibility with different terminal color schemes.
797- Fixed: `media-feature-parentheses-space-inside` handles comments within the parentheses.
798- Fixed: `selector-no-qualifying-type` now ignores SCSS `%placeholders`.
799
800## 7.5.0
801
802- Added: `selector-no-empty` rule.
803- Fixed: if no config is found relative to the stylesheet, look for one relative to `process.cwd()`.
804- Fixed: lookup `ignoreFiles` globs relative to `process.cwd()` if config is directly passed as a JS object and no `configBasedir` is provided.
805- Fixed: SugarSS no longer reports wrong column number in `block-no-empty`.
806- Fixed: `configOverrides` work with `plugins`, `extends`, and `processors`.
807- Fixed: a bug causing inaccuracy in nested `stylelint-disable` and `stylelint-enable` comments.
808- Fixed: `function-calc-no-unspaced-operator` false positives for SCSS interpolation.
809- Fixed: `no-descending-specificity` now ignores custom property sets.
810- Fixed: `value-keyword-case` false positives for some camel-case SVG keywords.
811
812## 7.4.2
813
814- Fixed: regression where using `null` to turn off a rule caused errors.
815
816## 7.4.1
817
818- Fixed: regression where using `null` for rules that take an array for their primary option would trigger a validation warning.
819
820## 7.4.0
821
822- Added: each stylesheet looks up configuration from its own path. Different files can now use different configurations during the same linting process.
823- Added: relative path extends, plugins, and processors try to load from `process.cwd()` if they aren't found relative to the invoking configuration.
824- Added: `/* stylelint-disable-next-line */` comments.
825- Added: `media-feature-name-blacklist` rule.
826- Added: `media-feature-name-whitelist` rule.
827- Added: `ignore: ["after-declaration"]` option to `declaration-empty-line-before`.
828- Added: `except: ["empty"]` option to `function-url-quotes`.
829- Fixed: `function-linear-gradient-no-nonstandard-direction` no longer warns when vendor-prefixed linear-gradient properties are used correctly.
830- Fixed: `no-extra-semicolons` now ignores the semicolon that comes after the closing brace of a custom property set.
831- Fixed: `no-unknown-animations` no longer delivers false positives when there are multiple animation names.
832- Fixed: `number-*` rules now ignore numbers in comments and strings.
833- Fixed: `value-keyword-case` now ignores system color keywords.
834
835## 7.3.1
836
837- Fixed: regression in 7.3.0 which caused a "Cannot read property 'length' of undefined" error on a certain selector.
838
839## 7.3.0
840
841- Added: `processors` can accept options objects.
842- Added: `ignore: ["inside-function"]` option to `color-named`.
843- Fixed: `--ignore-path` and `--report-needless-disables` no longer fails when used together.
844- Fixed: `block-closing-brace-newline-after` and `block-closing-brace-space-after` now allow a trailing semicolon after the closing brace of a block.
845- Fixed: `block-no-single-line` now ignores empty blocks.
846- Fixed: `declaration-block-no-ignored-properties` now uses the value of the last occurrence of a triggering property.
847- Fixed: `indentation` now correctly handles `_` hacks on property names.
848- Fixed: `property-no-unknown` now ignores SCSS nested properties.
849
850## 7.2.0
851
852- Added: `--report-needless-disables` and `reportNeedlessDisables` option.
853- Added: `--ignore-disables` and `ignoreDisables` option.
854- Added: `--config-basedir` option to CLI.
855- Added: `declaration-block-no-redundant-longhand-properties` rule.
856- Added: `function-url-scheme-whitelist` rule.
857- Added: `media-feature-name-no-unknown` rule.
858- Added: `selector-descendant-combinator-no-non-space` rule.
859- Added: `value-list-max-empty-lines` rule.
860- Added: `ignoreProperties` option to `color-named`.
861- Added: `ignore: ["consecutive-duplicates-with-different-values"]` option to `declaration-block-no-duplicate-properties`.
862- Added: `ignore: ["comments"]` option to `max-line-length`.
863- Added: `ignoreAtRules` option to `max-nesting-depth`.
864- Added: `ignoreProperties` option to `unit-blacklist` and `unit-whitelist`
865- Fixed: no longer parsing ignored files before ignoring them.
866- Fixed: `configFile` and `configBasedir` can now be used together.
867- Fixed: `max-line-length` now correctly handles Windows line endings.
868- Fixed: `no-descending-specificity` treats selectors with pseudo-elements as distinct from their counterparts without pseudo-classes, because they actually target different elements.
869- Fixed: `no-unknown-animations` and `unit-blacklist` now handle numbers without leading zeros.
870- Fixed: `root-no-standard-properties` now handles custom property sets.
871- Fixed: `selector-no-type` `ignore: ["descendant"]` option now correctly handles descendants within a selector list.
872- Fixed: `selector-pseudo-class-no-unknown` now understands the Shadow DOM selectors of `host` and `host-context`.
873- Fixed: `selector-pseudo-element-no-unknown` now understands the Shadow DOM selector of `slotted`.
874
875## 7.1.0
876
877- Added: `block-closing-brace-empty-line-before` rule.
878- Added: `comment-no-empty` rule.
879- Added: `custom-property-empty-line-before` rule.
880- Added: `declaration-empty-line-before` rule.
881- Added: `media-feature-name-case` rule.
882- Added: `selector-nested-pattern` rule.
883- Added: `selector-pseudo-class-blacklist` rule.
884- Added: `selector-pseudo-class-whitelist` rule.
885- Added: regex support to the `ignore*` secondary options of the `*-no-unknown` rules.
886- Added: `ignore: ["blockless-after-same-name-blockless"]` option to `at-rule-empty-line-before`.
887- Added: `except: ["blockless-after-same-name-blockless"]` option to `at-rule-empty-line-before`.
888- Added: `ignore: ["empty-lines"]` option to `no-eol-whitespace`.
889- Added: `ignoreTypes` option to `selector-no-type` to whitelist allowed types for selectors.
890- Fixed: `color-named` now ignores declarations that accept _custom idents_.
891- Fixed: `font-family-name-quotes` correctly handles numerical font weights for the `font` shorthand property.
892- Fixed: `indentation` now correctly handles Windows line endings within parentheticals.
893- Fixed: `media-feature-no-missing-punctuation` now ignores media features containing complex values e.g. `(min-width: ($var - 20px))` and `(min-width: calc(100% - 20px))`.
894- Fixed: `no-descending-specificity` message to correctly show which selector should come first.
895- Fixed: `selector-combinator-space-after` and `selector-combinator-space-before` now ignore operators within parenthetical non-standard constructs.
896
897## 7.0.3
898
899- Fixed: bug causing rules in extended configs to be merged with, rather than replaced by, the extending config.
900- Fixed: `selector-class-pattern` now ignores fractional keyframes selectors.
901- Fixed: `selector-max-specificity` now ignores selectors containing the `matches()` pseudo-class, and warns if the underlying `specificity` module cannot parse the selector.
902- Fixed: `selector-no-type` with secondary option `ignore: ["descendant"]` will now resolve nested selectors.
903
904## 7.0.2
905
906- Fixed: `at-rule-blacklist`, `at-rule-whitelist`, `comment-word-blacklist`, `selector-attribute-operator-blacklist`, `selector-attribute-operator-whitelist` now accept array as first option.
907- Fixed: `unit-*` rules now ignore CSS hacks.
908
909## 7.0.1
910
911- Fixed: missing `known-css-properties` dependency.
912
913## 7.0.0
914
915- Removed: `--extract` and `extractSyleTagsFromHtml` options. Instead, [build](/docs/developer-guide/processors.md) and [use](/docs/user-guide/configure.md#processors) processors.
916- Removed: support for plugin rule names that aren't namespaced, i.e. only `your-namespace/your-rule-name` rule names are supported. (If your plugin provides only a single rule or you can't think of a good namespace, you can simply use `plugin/my-rule`.)
917- Removed: `--verbose` CLI flag. Use `--formatter verbose` instead.
918- Removed: NodeJS `0.12.x` support. `4.2.1 LTS` or greater is now required.
919- Removed: `media-query-parentheses-space-inside` rule. Use the new `media-feature-parentheses-space-inside` rule instead.
920- Removed: `no-missing-eof-newline` rule. Use the new rule `no-missing-end-of-source-newline` instead.
921- Removed: `number-zero-length-no-unit` rule. Use the `length-zero-no-unit` rule instead.
922- Removed: `property-unit-blacklist` rule. Use the `declaration-property-unit-blacklist` rule instead.
923- Removed: `property-unit-whitelist` rule. Use the `declaration-property-unit-whitelist` rule instead.
924- Removed: `property-value-blacklist` rule. Use the `declaration-property-value-blacklist` rule instead.
925- Removed: `property-value-whitelist` rule. Use the `declaration-property-value-whitelist` rule instead.
926- Removed: `"emptyLineBefore"` option for `declaration-block-properties-order`. If you use this option, please consider creating a plugin for the community.
927- Removed: `"single-where-required"`, `"single-where-recommended"`, `"single-unless-keyword"`, `"double-where-required"`, `"double-where-recommended"` and `"double-unless-keyword"` options for `font-family-name-quotes`. Instead, use the `"always-unless-keyword"`, `always-where-recommended` or `always-where-required` options together with the `string-quotes` rule.
928- Removed: `"single"`, `"double"` and `"none"` options for `function-url-quotes`. Instead, use the `"always"` or `"never"` options together with the `string-quotes` rule.
929- Removed: `"hierarchicalSelectors"` option for `indentation`. If you use this option, please consider creating a plugin for the community.
930- Removed: `stylelint.utils.cssWordIsVariable()`.
931- Removed: `stylelint.utils.styleSearch()`. Use the external [style-search](https://github.com/davidtheclark/style-search) module instead.
932- Changed: invalid configuration sets result's `stylelintError` to `true`, which in turn causes CLI to exit with a non-zero code.
933- Changed: non-standard syntaxes are automatically inferred from file extensions `.scss`, `.less`, and `.sss`.
934- Changed: `.stylelintignore` now uses `.gitignore` syntax, and Stylelint looks for it in `process.cwd()`.
935- Changed: files matching ignore patterns no longer receive an "info"-severity message, which was always printed by the string formatter. Instead, the file's Stylelint result object receives an `ignored: true` property, which various formatters can use as needed. The standard `string` formatter prints nothing for ignored files; but when the `verbose` formatter is used, ignored files are included in the filelist.
936- Changed: plugin arrays in extended configs are now concatenated with the main config's plugin array, instead of being overwritten by it. So plugins from the main config and from extended configs will all be loaded.
937- Changed: `-v` flag to display version number.
938- Changed: `comment-word-blacklist` no longer ignores words within copyright comments.
939- Changed: `comment-word-blacklist` will now identify strings within comments, rather than just at the beginning of, when the string option is used.
940- Changed: `declaration-block-no-ignored-properties` now detects use of `min-width` and `max-width` with `inline`, `table-row`, `table-row-group`, `table-column` and `table-column-group` elements.
941- Changed: `declaration-block-no-ignored-properties` now detects use of `overflow`, `overflow-x` and `overflow-y` with `inline` elements.
942- Changed: `declaration-block-no-ignored-properties` now ignores the combination of `float` and `display: inline-block | inline`.
943- Changed: `font-family-name-quotes` now checks the `font` property in addition to the `font-family` property.
944- Changed: `font-family-name-quotes` treats `-apple-*` and `BlinkMacSystemFont` system fonts as keywords that should never be wrapped in quotes.
945- Changed: `indentation` now checks inside of parentheses by default. If you use the `indentInsideParens: "once"` secondary option, simply remove it from your config. If you do not want to check inside of parentheses, use the new `ignore: ["inside-parens"]` secondary option. The `indentInsideParens: "twice"` and `indentInsideParens: "once-at-root-twice-in-block"` secondary options are unchanged.
946- Changed: `keyframe-declaration-no-important` now checks vendor prefixed `@keyframes` at-rules.
947- Changed: `selector-attribute-quotes` now checks attribute selectors with whitespace around the operator or inside the brackets.
948- Changed: `time-no-imperceptible` now checks vendor prefixed properties.
949- Changed: `unit-*` rules now check `@media` values too.
950- Added: plugins can allow primary option arrays by setting `ruleFunction.primaryOptionArray = true`.
951- Added: [processors](/docs/user-guide/configure.md#processors).
952- Added: `media-feature-parentheses-space-inside` rule.
953- Added: `no-missing-end-of-source-newline` rule.
954- Added: `property-no-unknown` rule.
955- Fixed: Better handling quotes in selector attribute with multiple attributes.
956- Fixed: `no-unknown-animations` now classifies vendor prefixed `@keyframes` at-rules as known.
957
958## 6.9.0
959
960- Added: `defaultSeverity` configuration option.
961- Added: invoking the CLI with no arguments and no stdin (i.e. just `stylelint`) is equivalent to `stylelint --help`.
962- Added: `function-url-no-scheme-relative` rule.
963- Added: `selector-attribute-quotes` rule.
964- Fixed: the CLI now uses `process.exitCode` with `stdOut` to allow the process to exit naturally and avoid truncating output.
965- Fixed: `function-calc-no-unspaced-operator` correctly interprets negative fractional numbers without leading zeros and those wrapped in parentheses.
966- Fixed: `no-extra-semicolons` now ignores semicolons after Less mixins.
967- Fixed: `number-max-precision` now ignores uppercase and mixed case `@import` at-rules.
968- Fixed: `selector-max-specificity` no longer crashes on selectors containing `:not()` pseudo-classes.
969- Fixed: `time-no-imperceptible` correctly handles negative time.
970
971## 6.8.0
972
973- Deprecated: `-e` and `--extract` CLI flags, and the `extractStyleTagsFromHtml` Node.js API option. If you use these flags or option, please consider creating a processor for the community.
974- Added: `at-rule-no-unknown` rule.
975- Added: `no-empty-source` rule.
976- Added: `except: ["after-single-line-comment"]` option for `rule-non-nested-empty-line-before`.
977- Added: `ignoreProperties: []` option for `declaration-block-no-duplicate-properties`.
978- Fixed: accuracy of warning positions for empty blocks when using SugarSS parser.
979
980## 6.7.1
981
982- Fixed: `block-*-brace-*-before` CRLF (`\r\n`) warning positioning.
983- Fixed: `no-descending-specificity` now does comparison of specificity using ints, rather than strings.
984- Fixed: `selector-no-type` and `selector-type-case` now ignore non-standard keyframe selectors (e.g. within an SCSS mixin).
985- Fixed: `selector-type-no-unknown` no longer reports fractional keyframe selectors.
986
987## 6.7.0
988
989- Added: `ignoreFunctions: []` option for `function-name-case`.
990- Fixed: rules using `findFontFamily` util correctly interpret `<font-size>/<line-height>` values with unitless line-heights.
991- Fixed: `indentation` better understands nested parentheticals that aren't just Sass maps and lists.
992- Fixed: `no-unsupported-browser-features` message now clearly states that only _fully_ supported features are allowed.
993- Fixed: `selector-max-specificity` no longer reports that a selector with 11 elements or more has a higher specificity than a selector with a single classname.
994- Fixed: `selector-type-no-unknown` no longer warns for complex keyframe selectors.
995
996## 6.6.0
997
998- Deprecated: `number-zero-length-no-unit`. Use `length-zero-no-unit` instead.
999- Deprecated: `property-*-blacklist` and `property-*-whitelist`. Use `declaration-property-*-blacklist` and `declaration-property-*-whitelist` instead.
1000- Deprecated: `-v` and `--verbose` CLI flags. Use `-f verbose` or `--formatter verbose` instead.
1001- Deprecated: `stylelint.util.styleSearch()`. Use the external module [style-search](https://github.com/davidtheclark/style-search) instead.
1002- Added: option `ignorePath` (for JS) and `--ignore-path` (for CLI).
1003- Added: `-h` alias for `--help` CLI flag.
1004- Added: `at-rule-blacklist` rule.
1005- Added: `at-rule-name-newline-after` rule.
1006- Added: `at-rule-whitelist` rule.
1007- Added: `ignore: "blockless-group"` option for `at-rule-empty-line-before`.
1008- Added: `ignoreAtRules: []` option for `at-rule-empty-line-before`.
1009- Added: `function-blacklist` now accepts regular expressions.
1010- Added: `function-whitelist` now accepts regular expressions.
1011- Fixed: crash when tty columns is reported as zero, which happened when running Stylelint on Travis CI in OSX.
1012- Fixed: selector-targeting rules ignore Less mixins and extends.
1013- Fixed: `at-rule-name-newline-after` now correctly accepts one _or more_ newlines.
1014- Fixed: `declaration-block-semicolon-newline-before` now correctly accepts one _or more_ newlines.
1015- Fixed: `function-url-quotes` ignores values containing `$sass` and `@less` variables.
1016- Fixed: `function-whitespace-after` ignores `postcss-simple-vars`-style interpolation.
1017- Fixed: `indentation` better understands nested parentheticals, like nested Sass maps.
1018- Fixed: `no-extra-semicolons` reports errors on the correct line.
1019- Fixed: `selector-combinator-space-*` rules now ignore escaped combinator-like characters.
1020- Fixed: `selector-type-no-unknown` ignores non-standard usage of percentage keyframe selectors (e.g. within an SCSS mixin).
1021- Fixed: `value-keyword-case` now ignores custom idents of properties `animation`, `font`, `list-style`.
1022
1023## 6.5.1
1024
1025- Deprecated: `"emptyLineBefore"` option for `declaration-block-properties-order`. If you use this option, please consider creating a plugin for the community.
1026- Deprecated: `"single-where-required"`, `"single-where-recommended"`, `"single-unless-keyword"`, `"double-where-required"`, `"double-where-recommended"` and `"double-unless-keyword"` options for `font-family-name-quotes`. Instead, use the `"always-unless-keyword"`, `always-where-recommended` or `always-where-required` options together with the `string-quotes` rule.
1027- Deprecated: `"single"`, `"double"` and `"none"` options for `function-url-quotes`. Instead, use the `"always"` or `"never"` options together with the `string-quotes` rule.
1028- Deprecated: `"hierarchicalSelectors"` option for `indentation`. If you use this option, please consider creating a plugin for the community.
1029- Fixed: the string formatter no longer errors on non-rule errors.
1030- Fixed: `selector-list-comma-*` rules now ignore Less mixins.
1031- Fixed: `selector-max-compound-selectors` no longer errors on Less mixins.
1032- Fixed: `selector-type-no-unknown` now ignores all _An+B notation_ and linguistic pseudo-classes.
1033- Fixed: `selector-type-no-unknown` now ignores obsolete HTML tags and `<hgroup>`.
1034
1035## 6.5.0
1036
1037- Added: `selector-max-compound-selectors` rule.
1038- Fixed: `babel-polyfill` removed so it doesn't clash with other processes using `babel-polyfill`.
1039- Fixed: `selector-type-case` and `selector-type-no-unknown` rules now ignore SCSS placeholder selectors.
1040
1041## 6.4.2
1042
1043- Fixed: `selector-pseudo-class-case`, `selector-pseudo-class-no-unknown`, `selector-pseudo-element-case`, `selector-pseudo-element-no-unknown` rules now ignore SCSS variable interpolation.
1044- Fixed: `selector-type-no-unknown` now ignores nested selectors and keyframe selectors.
1045
1046## 6.4.1
1047
1048- Fixed: `shorthand-property-no-redundant-values` now ignores `background`, `font`, `border`, `border-top`, `border-bottom`, `border-left`, `border-right`, `list-style`, `transition` properties.
1049- Fixed: `unit-no-unknown` now ignores hex colors.
1050
1051## 6.4.0
1052
1053- Added: `keyframe-declaration-no-important` rule.
1054- Added: `selector-attribute-operator-blacklist` rule.
1055- Added: `selector-attribute-operator-whitelist` rule.
1056- Added: `selector-pseudo-class-no-unknown` rule.
1057- Added: `selector-type-no-unknown` rule.
1058- Fixed: string formatter no longer errors on multi-byte `message`.
1059- Fixed: catch errors thrown by `postcss-selector-parser` and register them as PostCSS warnings, providing a better UX for editor plugins.
1060- Fixed: some rules now better handle case insensitive CSS identifiers.
1061- Fixed: `font-family-name-quotes`, `media-feature-no-missing-punctuation`, `media-query-list-comma-newline-after`, `media-query-list-comma-newline-before`, `media-query-list-comma-space-after` and `media-query-list-comma-space-before` rules now better ignore SCSS, Less variables and nonstandard at-rules.
1062- Fixed: `no-unknown-animations` now ignores `ease` value.
1063- Fixed: `unit-blacklist`, `unit-case`, `unit-no-unknown`, `unit-whitelist` now better accounts interpolation.
1064- Fixed: `unit-no-unknown` no longer breaks Node.js 0.12 (because we've included the Babel polyfill).
1065- Fixed: `value-keyword-case` now ignores custom idents of properties `animation-name`, `counter-increment`, `font-family`, `grid-row`, `grid-column`, `grid-area`, `list-style-type`.
1066- Fixed: wrong example for `always-multi-line` in rule `block-opening-brace-newline-before` documentation.
1067
1068## 6.3.3
1069
1070- Fixed: `block-closing-brace-newline-before` no longer delivers false positives for extra semicolon.
1071- Fixed: `declaration-block-no-ignored-properties` now detects use of `vertical-align` with block-level elements.
1072- Fixed: `font-family-name-quotes` is now case insensitive when hunting for font-family properties.
1073- Fixed: `number-zero-length-no-unit` now ignores `deg`, `grad`, `turn` and `rad` units.
1074- Fixed: `selector-no-type` does a better job when ignoring descendant and compound selectors.
1075
1076## 6.3.2
1077
1078- Fixed: `shorthand-property-no-redundant-values` now handles uppercase values properly.
1079
1080## 6.3.1
1081
1082- Fixed: `declaration-block-no-ignored-properties` now longer crashes on nested rules.
1083
1084## 6.3.0
1085
1086- Deprecated: support for plugin rule names that aren't namespaced i.e. only `your-namespace/your-rule-name` rule names are supported. If your plugin provides only a single rule or you can't think of a good namespace, you can simply use `plugin/my-rule`).
1087- Added: support for plugins that provides an array of rules.
1088- Added: support for extracting and linting CSS from within HTML sources.
1089- Added: `--stdin-filename` option to CLI.
1090- Added: `at-rule-name-space-after` rule.
1091- Added: `no-extra-semicolons` rule.
1092- Added: `selector-attribute-operator-space-after` rule.
1093- Added: `selector-attribute-operator-space-before` rule.
1094- Added: `selector-max-empty-lines` rule.
1095- Added: `selector-pseudo-element-no-unknown` rule.
1096- Added: flexible support for end-of-line comments in `at-rule-semicolon-newline-after`, `block-opening-brace-newline-after`, and `declaration-block-semicolon-newline-after`.
1097- Fixed: string and verbose formatters no longer use an ambiguous colour schemes.
1098- Fixed: string formatter no longer outputs an empty line if there are no problems.
1099- Fixed: all rules now handle case insensitive CSS identifiers.
1100- Fixed: `function-comma-newline-after` now allows end-of-line comments.
1101- Fixed: `function-url-quotes` now ignores spaces within `url()`.
1102- Fixed: `no-descending-specificity` now ignores trailing colons within selectors.
1103- Fixed: `no-indistinguishable-colors` now ignores keyword color names within `url()`.
1104- Fixed: `number-max-precision` now ignores `@import` at-rules and `url()` functions.
1105- Fixed: `selector-class-pattern` and `selector-id-pattern` rules now ignore SCSS variable interpolation.
1106- Fixed: `value-list-comma-*` rules now ignore SCSS maps.
1107
1108## 6.2.2
1109
1110- Deprecated: `stylelint.utils.cssWordIsVariable()` as non-standard syntax utils are now defensive.
1111- Fixed: `declaration-colon-*` rules now ignore SCSS lists.
1112- Fixed: `font-weight-notation` now ignores SCSS interpolation.
1113- Fixed: `rule-nested-empty-line-before` now ignores Less blockless rules (mixin and extend calls).
1114
1115## 6.2.1
1116
1117- Fixed: more problems with exposed `stylelint.createRuleTester`.
1118
1119## 6.2.0
1120
1121- Added: `selector-no-qualifying-type` rule.
1122- Fixed: `number-leading-zero` will not check `@import` at-rules.
1123- Fixed: `selector-class-pattern` now ignores non-outputting Less mixin definitions and called Less mixins.
1124- Fixed: `value-keyword-case` now accounts for camelCase keywords (e.g. `optimizeSpeed`, `optimizeLegibility` and `geometricPrecision`) when the `lower` option is used.
1125- Fixed: `testUtils` and `stylelint.createRuleTester` module mistakes.
1126
1127## 6.1.1
1128
1129- Fixed: documentation links to `selector-pseudo-class-parentheses-space-inside` and `selector-attribute-brackets-space-inside`.
1130
1131## 6.1.0
1132
1133- Added: support for `.stylelintignore` file.
1134- Added: warning message in output when a file is ignored.
1135- Added: `comment-word-blacklist` rule.
1136- Added: `selector-attribute-brackets-space-inside` rule.
1137- Added: `selector-pseudo-class-parentheses-space-inside` rule.
1138- Added: `shorthand-property-no-redundant-values` rule.
1139- Added: `ignoreKeywords` option for `value-keyword-case`.
1140- Fixed: CRLF (`\r\n`) warning positioning in `string-no-newline`.
1141- Fixed: parsing problems when using `///`-SassDoc-style comments.
1142- Fixed: `max-empty-lines` places warning at the end of the violating newlines to avoid positioning confusions.
1143
1144## 6.0.3
1145
1146- Fixed: CRLF (`\r\n`) warning positioning in `max-empty-lines` and `function-max-empty-lines`.
1147
1148## 6.0.2
1149
1150- Fixed: `CssSyntaxError` sets `errored` on output to `true`.
1151
1152## 6.0.1
1153
1154- Fixed: `function-name-case` now accounts for camelCase function names (e.g. `translateX`, `scaleX` etc) when the `lower` option is used.
1155
1156## 6.0.0
1157
1158- Changed: `CssSyntaxError` is no longer thrown but reported alongside warnings.
1159- Added: new look for standard formatter and support for arbitrary severity names.
1160- Added: exposed `stylelint.utils.cssWordIsVariable()`.
1161- Added: `at-rule-name-case` rule.
1162- Added: `function-name-case` rule.
1163- Added: `property-case` rule.
1164- Added: `selector-pseudo-class-case` rule.
1165- Added: `selector-pseudo-element-case` rule.
1166- Added: `unit-case` rule.
1167- Added: `value-keyword-case` rule.
1168- Added: `indentClosingBrace` option to `indentation`.
1169- Added: `indentInsideParens` option to `indentation`.
1170- Added: `consecutive-duplicates` option for `declaration-block-no-duplicate-properties` rule.
1171- Fixed: `block-no-empty` no longer delivers false positives for less syntax.
1172- Fixed: `declaration-block-trailing-semicolon` better understands nested at-rules.
1173- Fixed: `number-zero-length-no-unit` now work with `q` unit and ignores `s`, `ms`, `kHz`, `Hz`, `dpcm`, `dppx`, `dpi` units
1174
1175## 5.4.0
1176
1177- Added: `unit-no-unknown` rule.
1178- Fixed: `no-descending-specificity` no longer gets confused when the last part of a selector is a compound selector.
1179- Fixed: regression causing `indentation` to complain about Sass maps.
1180- Fixed: `declaration-block-no-ignored-properties` now ignore `clear` for `position: absolute` and `position: relative` and does not ignore `float` on `display: table-*`.
1181
1182## 5.3.0
1183
1184- Added: (experimental) support for [Less](http://lesscss.org/) syntax.
1185- Added: support for [SugarSS](https://github.com/postcss/sugarss) syntax.
1186- Added: exposed `stylelint.createRuleTester()`.
1187- Added: `declaration-block-no-ignored-properties` rule.
1188- Added: `function-max-empty-lines` rule.
1189- Added: `function-url-data-uris` rule.
1190- Fixed: `block-closing-brace-newline-after` accepts single-line comments immediately after the closing brace.
1191- Fixed: `block-closing-brace-newline-after` use of "single space", rather than "newline", in its messages.
1192- Fixed: `font-weight-notation` now ignores `initial` value.
1193- Fixed: `function-*` rules should all now ignore all Sass maps and lists.
1194- Fixed: `function-calc-no-unspaced-operator` accepts newlines.
1195- Fixed: `function-comma-space-after`, `function-comma-space-before`, `function-parentheses-newline-inside` and `function-parentheses-space-inside` now ignore SCSS maps.
1196- Fixed: `max-line-length` options validation.
1197- Fixed: `no-unknown-animations` now ignores `none`, `initial`, `inherit`, `unset` values.
1198- Fixed: `property-value-blacklist` and `-whitelist` no longer error on properties without a corresponding list entry.
1199- Fixed: `selector-class-pattern` now ignores selectors with Sass interpolation.
1200- Fixed: `selector-id-pattern` now ignores selectors with Sass interpolation.
1201- Fixed: `selector-no-id` now ignores keyframe selectors.
1202- Fixed: `unit-blacklist` and `unit-whitelist` now ignores `url` functions.
1203
1204## 5.2.1
1205
1206- Fixed: `function-calc-no-unspaced-operator` now better ignores non-`calc` functions.
1207- Fixed: `no-descending-specificity` no longer delivers false positives after second run in Atom linter.
1208- Fixed: `stylelint-disable-rule` imported correctly.
1209
1210## 5.2.0
1211
1212- Added: `at-rule-semicolon-newline-after` rule.
1213- Added: `no-indistinguishable-colors` rule.
1214- Added: `stylelint-disable-reason` rule.
1215- Fixed: `declaration-bang-space-*` understands arbitrary bang declarations (e.g. `!default`).
1216- Fixed: `font-weight-notation` now ignore `inherit` value.
1217- Fixed: `indentation` treats `@nest` at-rules like regular rules with selectors.
1218- Fixed: `no-duplicate-selectors` contextualizes selectors by all at-rules, not just media queries.
1219- Fixed: `no-duplicate-selectors` no longer delivers false positives after second run in Atom linter.
1220- Fixed: `no-duplicate-selectors` no longer delivers false positives with descendant combinators.
1221- Fixed: `number-no-trailing-zeros` no longer delivers false positives in `url()` arguments.
1222- Fixed: `root-no-standard-properties` no longer delivers false positives inside the `:not()` pseudo-selector.
1223- Fixed: `selector-list-comma-*` rules no longer deliver false positives inside functional notation.
1224
1225## 5.1.0
1226
1227- Added: `selector-type-case` rule.
1228- Fixed: no more subtle configuration bug when using extends and plugins together in tangled ways.
1229
1230## 5.0.1
1231
1232- Fixed: `string-no-newline` no longer stumbles when there are comment-starting characters inside strings.
1233
1234## 5.0.0
1235
1236- Removed: `no-indistinguishable-colors` because its dependencies were unusable in Atom. (To be re-evaluated and re-added later.)
1237- Removed: `"warn": true` secondary option. Use `"severity": "warning"`, instead.
1238- Removed: `color-no-named` rule. Use the new `color-named` rule, with the `"never"` option instead.
1239- Removed: `declaration-block-no-single-line` rule. Use the new `block-no-single-line` rule instead.
1240- Removed: `rule-no-duplicate-properties` rule. Use the new `declaration-block-no-duplicate-properties` rule instead.
1241- Removed: `rule-no-shorthand-property-overrides` rule. Use the new `declaration-block-no-shorthand-property-overrides` rule instead.
1242- Removed: `rule-properties-order` rule. Use the new `declaration-block-properties-order` rule instead.
1243- Removed: `rule-trailing-semicolon` rule. Use the new `declaration-block-trailing-semicolon` rule instead.
1244- Removed `true` option for `emptyLineBefore` when using property groups in `rule-properties-order`. Use the new `"always"` or `"never"` option instead.
1245- Removed: `"always"` option for `font-weight-notation`. Use the new `always-where-possible` option instead.
1246- Added: support for overlapping `stylelint-disable` commands.
1247- Fixed: `max-nesting-depth` does not warn about blockless at-rules.
1248- Fixed: `function-comma-newline-after` and related rules consider input to be multi-line (applying to "always-multi-line", etc.) when the newlines are at the beginning or end of the input.
1249- Fixed: `no-indistinguishable-colors` no longer errors on color functions containing spaces e.g. `rgb(0, 0, 0)` -- but also removed the rule (see above).
1250- Fixed: `declaration-block-properties-order` no longer fails when an unspecified property comes before or after a specified property in a group with `emptyLineBefore: true`.
1251- Fixed: `indentation` no longer has false positives when there are empty lines within multi-line values.
1252- Fixed: `declaration-colon-*-after` no longer fail to do their job when you want a space or newline after the colon and instead there is no space at all.
1253
1254## 4.5.1
1255
1256- Fixed: `no-unsupported-browser-features` options now optional.
1257- Fixed: `no-duplicate-selectors` now ignores keyframe selectors.
1258
1259## 4.5.0
1260
1261- Deprecated: `"warn": true` secondary option. Use `"severity": "warning"`, instead.
1262- Deprecated: `color-no-named` rule. Use the new `color-named` rule, with the `"never"` option instead.
1263- Deprecated: `declaration-block-no-single-line` rule. Use the new `block-no-single-line` rule instead.
1264- Deprecated: `rule-no-duplicate-properties` rule. Use the new `declaration-block-no-duplicate-properties` rule instead.
1265- Deprecated: `rule-no-shorthand-property-overrides` rule. Use the new `declaration-block-no-shorthand-property-overrides` rule instead.
1266- Deprecated: `rule-properties-order` rule. Use the new `declaration-block-properties-order` rule instead.
1267- Deprecated: `rule-trailing-semicolon` rule. Use the new `declaration-block-trailing-semicolon` rule instead.
1268- Deprecated `true` option for `emptyLineBefore` when using property groups in `rule-properties-order`. Use the new `"always"` or `"never"` option instead.
1269- Deprecated: `"always"` option for `font-weight-notation`. Use the new `always-where-possible` option instead.
1270- Added: universal `severity` secondary option as a replacement for `"warn": true` to alter a rule's severity.
1271- Added: `block-no-single-line` rule.
1272- Added: `color-named` rule.
1273- Added: `declaration-block-no-duplicate-properties` rule.
1274- Added: `declaration-block-no-shorthand-property-overrides` rule.
1275- Added: `declaration-block-properties-order` rule.
1276- Added: `declaration-block-trailing-semicolon` rule.
1277- Added: `max-nesting-depth` rule.
1278- Added: `no-browser-hacks` rule.
1279- Added: `no-descending-specificity` rule.
1280- Added: `no-indistinguishable-colors` rule.
1281- Added: `no-unsupported-browser-features` rule.
1282- Added: `selector-max-specificity` rule.
1283- Added: `string-no-newline` rule.
1284- Added: `"always"` and `"never"` option to `rule-properties-order` `emptyLineBefore` when using property groups
1285- Added: `named-where-possible` option to `font-weight-notation`.
1286- Added: `unspecified: "bottomAlphabetical"` option to the `rule-properties-order` rule.
1287- Added: `ignoreAtRules: []` option to the `block-opening-brace-space-before` and `block-closing-brace-newline-after` rules.
1288- Added: support for using the nesting selector (`&`) as a prefix in `selector-no-type`.
1289- Added: `stylelint-disable-line` feature.
1290- Added: `withinComments`, `withinStrings`, and `checkStrings` options to `styleSearch`, and `insideString` property to the `styleSearch` match object.
1291- Added: `resolveNestedSelectors` option to the `selector-class-pattern` rule.
1292- Fixed: informative errors are thrown when `stylelint-disable` is misused.
1293- Fixed: `selector-no-vendor-prefix` no longer delivers two warnings on vendor-prefixed pseudo-elements with two colons, e.g. `::-moz-placeholder`.
1294- Fixed: `no-duplicate-selectors` rule now resolves nested selectors.
1295- Fixed: `font-weight-notation` does not throw false warnings when `normal` is used in certain ways.
1296- Fixed: `selector-no-*` and `selector-*-pattern` rules now ignore custom property sets.
1297- Fixed: nested selector handling for `no-duplicate-selectors`.
1298- Fixed: `selector-no-id` does not warn about Sass interpolation inside an `:nth-child()` argument.
1299- Fixed: handling of mixed line endings in `rule-nested-empty-line-before`, `rule-non-nested-empty-line-before`, `comment-empty-line-before` and `at-rule-empty-line-before`.
1300- Fixed: `number-leading-zero`, `function-comma-space-*`, and `declaration-colon-*` do not throw false positives in `url()` arguments.
1301
1302## 4.4.0
1303
1304- Added: `ignore: "relative"` option for `font-weight-notation`.
1305- Fixed: `declaration-colon-space/newline-before/after` rules now ignore scss maps.
1306- Fixed: `selector-list-comma-newline-after` allows `//` comments after the comma.
1307
1308## 4.3.6
1309
1310- Fixed: removed `console.log()`s in `property-unit-whitelist`.
1311
1312## 4.3.5
1313
1314- Fixed: removed `console.log()`s in `rule-properties-order`.
1315
1316## 4.3.4
1317
1318- Fixed: option normalization for rules with primary options that are arrays of objects, like `rule-properties-order`.
1319- Fixed: accuracy of warning positions are `//` comments when using SCSS parser.
1320- Fixed: `no-unknown-animations` ignores variables.
1321- Fixed: `no-unknown-animations` does not erroneously flag functions like `steps()` and `cubic-bezier()`.
1322- Fixed: clarified error message in `time-no-imperceptible`.
1323- Fixed: `font-family-name-quotes` and `font-weight-notation` ignore variables.
1324- Fixed: `media-feature-no-missing-punctuation` handles space-padded media features.
1325- Fixed: regression causing CLI `--config` relatives paths that don't start with `./` to be rejected.
1326
1327## 4.3.3
1328
1329- Fixed: again removed `stylelint.utils.ruleTester` because its dependencies broke things.
1330
1331## 4.3.2
1332
1333- Fixed: move `tape` to dependencies to support `testUtils`.
1334
1335## 4.3.1
1336
1337- Fixed: include `testUtils` in npm package whitelist.
1338
1339## 4.3.0
1340
1341- Added: `font-family-name-quotes` rule.
1342- Added: `font-weight-notation` rule.
1343- Added: `media-feature-no-missing-punctuation` rule.
1344- Added: `no-duplicate-selectors` rule.
1345- Added: `no-invalid-double-slash-comments` rule.
1346- Added: `no-unknown-animations` rule.
1347- Added: `property-value-blacklist` rule.
1348- Added: `property-value-whitelist` rule.
1349- Added: `time-no-imperceptible` rule.
1350- Added: `ignore: "descendant"` and `ignore: "compounded"` options for `selector-no-type`.
1351- Added: support for regular expression property identification in `property-blacklist`, `property-unit-blacklist`, `property-unit-whitelist`, `property-value-blacklist`, and `property-whitelist`.
1352- Added: better handling of vendor prefixes in `property-unit-blacklist` and `property-unit-whitelist`, e.g. if you enter `animation` it now also checks `-webkit-animation`.
1353- Added: support for using names of modules for the CLI's `--config` argument, not just paths.
1354- Added: `codeFilename` option to Node.js API.
1355- Added: exposed rules at `stylelint.rules` to make Stylelint even more extensible.
1356- Added: brought `stylelint-rule-tester` into this repo, and exposed it at `stylelint.utils.ruleTester`.
1357- Fixed: bug in `rule-properties-order` empty line detection when the two newlines were separated
1358 by some other whitespace.
1359- Fixed: option parsing bug that caused problems when using the `"alphabetical"` primary option
1360 with `rule-properties-order`.
1361- Fixed: regard an empty string as a valid CSS code.
1362- Fixed: `ignoreFiles` handling of absolute paths.
1363- Fixed: `ignoreFiles` uses the `configBasedir` option to interpret relative paths.
1364
1365## 4.2.0
1366
1367- Added: support for custom messages with a `message` secondary property on any rule.
1368- Fixed: CLI always ignores contents of `node_modules` and `bower_components` directories.
1369- Fixed: bug preventing CLI from understanding absolute paths in `--config` argument.
1370- Fixed: bug causing `indentation` to stumble over declarations with semicolons on their own lines.
1371
1372## 4.1.0
1373
1374- Added: helpful option validation message when object is expected but non-object provided.
1375- Fixed: `selector-no-id` no longer warns about Sass interpolation when multiple interpolations are used in a selector.
1376
1377## 4.0.0
1378
1379- Removed: support for legacy numbered severities.
1380- Added: support for extensions on `.stylelintrc` files (by upgrading cosmiconfig).
1381- Added: `ignore: "non-comments"` option to `max-line-length`.
1382- Fixed: `function-whitespace-after` does not expect space between `)` and `}`, so it handles Sass interpolation better.
1383
1384## 3.2.3
1385
1386- Fixed: `selector-no-vendor-prefix` now handles custom-property-sets.
1387
1388## 3.2.2
1389
1390- Fixed: `selector-no-type` ignores `nth-child` pseudo-classes and `@keyframes` selectors.
1391
1392## 3.2.1
1393
1394- Fixed: `max-line-length` handles `url()` functions better.
1395- Fixed: `block-opening-brace-newline-after` and `declaration-block-semicolon-newline-after` handle end-of-line comments better.
1396
1397## 3.2.0
1398
1399- Added: `legacyNumberedSeverities` config property to force the legacy severity system.
1400- Added: `selector-no-id` ignores Sass-style interpolation.
1401- Fixed: bug causing extended config to override the config that extends it.
1402
1403## 3.1.4
1404
1405- Fixed: stopped hijacking `--config` property in PostCSS and Node.js APIs. Still using it in the CLI.
1406
1407## 3.1.3
1408
1409- Fixed: bug preventing the disabling of rules analyzing the `root` node, including: `max-line-length`, `max-empty-lines`, `no-eol-whitespace`, `no-missing-eof-newline`, and `string-quotes`.
1410- Fixed: bug causing `rule-properties-order` to get confused by properties with an unspecified order.
1411
1412## 3.1.2
1413
1414- Fixed: bug causing an error when `null` was used on rules whose primary options are arrays.
1415
1416## 3.1.1
1417
1418- Fixed: Documentation improvements.
1419
1420## 3.1.0
1421
1422- Added: `stylelint-commands` `ignore` option to `comment-empty-line-before`.
1423- Fixed: v3 regression causing bug in `rule-properties-order` and potentially other rules that accept arrays as primary options.
1424- Fixed: `no-missing-eof-newline` no longer complains about completely empty files.
1425
1426## 3.0.3
1427
1428- Fixed: list of rules within documentation.
1429
1430## 3.0.0-3.0.2
1431
1432- Removed: `nesting-block-opening-brace-space-before` and `nesting-block-opening-brace-newline-before` rules.
1433- Deprecated: numbered severities (0, 1, 2) and will be disabled in `4.0`.
1434- Changed: renamed `rule-single-line-max-declarations` to `declaration-block-single-line-max-declarations` and changed scope of the single-line to the declaration block.
1435- Changed: renamed `rule-no-single-line` to `declaration-block-no-single-line` and changed scope of the single-line to the declaration block.
1436- Changed: renamed the `function-space-after` rule to `function-whitespace-after`.
1437- Changed: renamed the `comment-space-inside` rule to `comment-whitespace-inside`.
1438- Changed: renamed the `no-multiple-empty-lines` rule to `max-empty-lines` (takes an `int` as option).
1439- Changed: `plugins` is now an array instead of an object. And plugins should be created with `stylelint.createPlugin()`.
1440- Added: cosmiconfig, which means the following:
1441 - support for YAML `.stylelintrc`
1442 - support for `stylelint.config.js`
1443 - support for `stylelint` property in `package.json`
1444 - alternate config loading system, which stops at the first config found
1445- Added: asynchronicity to the PostCSS plugin.
1446- Added: `ignoreFiles` option to config.
1447- Added: `configFile` option to Node.js API.
1448- Fixed: `comment-whitespace-inside` now ignores copyright (`/*!`) and sourcemap (`/*#`) comments.
1449- Fixed: `rule-no-duplicate-properties` now ignores the `src` property.
1450
1451## 2.3.7
1452
1453- Fixed: `function-calc-no-unspaced-operator` ignores characters in `$sass` and `@less` variables.
1454- Fixed: `rule-properties-order` allows comments at the top of groups that expect newlines before them.
1455- Fixed: `styleSearch()` and the rules it powers will not trip up on single-line (`//`) comments.
1456- Fixed: `selector-combinator-space-before` now better handles nested selectors starting with combinators.
1457- Fixed: `rule-properties-order` now deals property with `-moz-osx-font-smoothing`.
1458
1459## 2.3.6
1460
1461- Fixed: improved documentation of CLI globbing possibilities.
1462- Fixed: `rule-properties-order` now accounts for property names containing multiple hyphens.
1463- Fixed: `rule-properties-order` grouping bug.
1464
1465## 2.3.5
1466
1467- Added: error about undefined severities blaming Stylelint for the bug.
1468- Fixed: `selector-pseudo-element-colon-notation` typo in rule name resulting in undefined severity.
1469
1470## 2.3.4
1471
1472- Fixed: `dist/` build.
1473
1474## 2.3.3
1475
1476- Fixed: `property-whitelist`, `rule-no-duplicate-properties`, and `rule-properties-order` ignore variables (`$sass`, `@less`, and `--custom-property`).
1477- Fixed: `root-no-standard-properties` ignores `$sass` and `@less` variables.
1478- Fixed: `comment-empty-line-before` and `comment-space-inside` no longer complain about `//` comments.
1479
1480## 2.3.2
1481
1482- Fixed: `number-no-trailing-zeros` no longer flags at-import at-rules.
1483
1484## 2.3.1
1485
1486- Fixed: `selector-no-type` no longer flags the _nesting selector_ (`&`).
1487
1488## 2.3.0
1489
1490- Added: `configFile` option to PostCSS plugin.
1491- Fixed: `function-parentheses-newline-inside` and `function-parentheses-space-inside` bug with nested functions.
1492
1493## 2.2.0
1494
1495- Added: `selector-class-pattern` rule.
1496- Added: `selector-id-pattern` rule.
1497- Added: `function-parentheses-newline-inside` rule.
1498- Added: `"always-single-line"` and `"never-single-line"` options to `function-parentheses-space-inside`.
1499- Fixed: CLI `syntax` argument bug.
1500
1501## 2.1.0
1502
1503- Added: `color-no-hex` rule.
1504- Added: `color-no-named` rule.
1505- Added: `function-blacklist` rule.
1506- Added: `function-whitelist` rule.
1507- Added: `unit-blacklist` rule.
1508- Added: `unit-whitelist` rule.
1509- Added: `property-unit-blacklist` rule.
1510- Added: `property-unit-whitelist` rule.
1511- Added: `rule-single-line-max-declarations` rule.
1512- Added: `max-line-length` rule.
1513- Added: `first-nested` exception to `comment-empty-line-before`.
1514- Added: single value options to `*-blacklist` & `-*whitelist` rules e.g. `{ "function-blacklist": "calc"}`
1515- Added: support for flexible groups to `rule-properties-order`.
1516- Added: support for an optional empty line between each group to `rule-properties-order`.
1517- Added: support for mathematical signs in front of Sass and Less variables in `function-calc-no-unspaced-operator`.
1518- Added: support for arbitrary whitespace after function in `function-space-after`.
1519- Added: support for arbitrary whitespace at the edge of comments in `comment-space-inside`.
1520- Fixed: `comment-space-inside` allows any number of asterisks at the beginning and end of comments.
1521- Fixed: bug causing `{ unspecified: "bottom }"` option not to be applied within `rule-properties-order`.
1522- Fixed: bug causing `function-comma-*` whitespace rules to improperly judge whether to enforce single- or multi-line options.
1523- Fixed: bug when loading plugins from an extended config
1524- Fixed: indentation for function arguments, by ignoring them.
1525
1526## 2.0.0
1527
1528- Changed: plugins are now included and configured via a "locator", rather than either being `required` or being inserted directly into the configuration object as a function.
1529- Added: CLI.
1530- Added: standalone Node.js API.
1531- Added: quiet mode to CLI and Node.js API.
1532- Added: support for formatters, including custom ones, to CLI and Node.js API.
1533- Added: `string` and `json` formatters.
1534- Added: support for using `.stylelintrc` JSON file.
1535- Added: support for extending existing configs using the `extends` property.
1536- Added: support for SCSS syntax parsing to CLI and Node.js API.
1537- Added: `function-comma-newline-after` rule.
1538- Added: `function-comma-newline-before` rule.
1539- Added: `"always-single-line"` and `"never-single-line"` options to `function-comma-space-after` rule.
1540- Added: `"always-single-line"` and `"never-single-line"` options to `function-comma-space-before` rule.
1541
1542## 1.2.1
1543
1544- Fixed: the `media-query-list-comma-*` rules now only apply to `@media` statements.
1545
1546## 1.2.0
1547
1548- Added: `function-linear-gradient-no-nonstandard-direction` rule.
1549- Added: `rule-properties-order` now by default ignores the order of properties left out of your specified array; and the options `"top"`, `"bottom"`, and `"ignore"` are provided to change that behavior.
1550- Added: `rule-properties-order` now looks for roots of hyphenated properties in custom arrays so each extension (e.g. `padding-top` as an extension of `padding`) does not need to be specified individually.
1551- Added: `"always-single-line"` option to `declaration-colon-space-after`.
1552- Added: support for declarations directly on root (e.g. Sass variable declarations).
1553- Fixed: `declaration-colon-newline-after` `"always-multi-line"` warning message.
1554
1555## 1.1.0
1556
1557- Added: `declaration-colon-newline-after` rule.
1558- Added: the `indentation` rule now checks indentation of multi-line at-rule params, unless there's the `except` option of `param`.
1559- Added: support for end-of-line comments in `selector-list-comma-newline-after`.
1560- Added: protection against `#${sass-interpolation}` in rules checking for hex colors.
1561- Added: support for strings (translated to RegExps) in `custom-property-pattern` and `custom-media-pattern`.
1562- Fixed: bug preventing various rules from registering the correct rule names in their warnings, and therefore also preventing them from being disabled with comments.
1563- Fixed: the `color-no-invalid-hex` rule no longer flags hashes in `url()` arguments.
1564- Fixed: rules using `node.raw()` instead of `node.raws` to avoid expected errors.
1565
1566## 1.0.1
1567
1568- Fixed: `postcss-selector-parser` updated to improve location accuracy for `selector-no-*` rules.
1569
1570## 1.0.0
1571
1572- Removed: compatibility with PostCSS `4.x`.
1573- Added: compatibility with PostCSS `5.0.2+`.
1574- Fixed: the accuracy of reported line numbers and columns.
1575
1576## 0.8.0
1577
1578- Added: `after-comment` `ignore` option to the `at-rule-empty-line-before` rule.
1579- Fixed: the `indentation` rule now correctly handles `*` hacks on property names.
1580- Fixed: the `media-feature-colon-space-after` and `media-feature-colon-space-before` rules now only apply to `@media` statements.
1581- Fixed: the `rule-no-shorthand-property-overrides` rule message is now consistent with the other messages.
1582
1583## 0.7.0
1584
1585- Added: invalid options cause the rule to abort instead of performing meaningless checks.
1586- Added: special warning for missing required options from `validateOptions()`.
1587
1588## 0.6.2
1589
1590- Fixed: npm package no longer includes test files (reducing package size by 500KB).
1591
1592## 0.6.1
1593
1594- Fixed: the `rule-properties-order` and `rule-no-duplicate-properties` rules now correctly check inside @rules.
1595
1596## 0.6.0
1597
1598- Added: `validateOptions` to `stylelint.utils` for use by authors of custom rules.
1599- Added: `custom-media-pattern` rule.
1600- Added: `number-max-precision` rule.
1601
1602## 0.5.0
1603
1604- Added: validation of all rule options.
1605
1606## 0.4.1
1607
1608- Removed: `ruleTester` from `stylelint.utils` because of the additional dependencies it forces.
1609
1610## 0.4.0
1611
1612- Removed: `jsesc` devDependency.
1613- Added: `rule-no-shorthand-property-overrides` rule.
1614- Added: `ruleTester` to `stylelint.utils` for use by authors of custom rules.
1615
1616## 0.3.2
1617
1618- Fixed: `hierarchicalSelectors` bug in `indentation` rule.
1619
1620## 0.3.1
1621
1622- Fixed: `~=` is no longer mistaken for combinator in `selector-combinator-space-*`.
1623
1624## 0.3.0
1625
1626- Added: exposure of `report`, `ruleMessages`, and `styleSearch` in `stylelint.utils` for use by external plugin rules.
1627- Added: plugin rule support.
1628- Added: `hierarchicalSelectors` option to `indentation` rule.
1629- Added: `nesting-block-opening-brace-space-before` rule.
1630- Added: `nesting-block-opening-brace-newline-before` rule.
1631- Fixed: the `color-hex-case` rule message is now consistent with the `color-hex-length` rule.
1632- Fixed: the `property-blacklist` rule message is now consistent with the `property-whitelist` rule.
1633- Fixed: a typo in the `comment-space-inside` rule message.
1634
1635## 0.2.0
1636
1637- Added: `color-hex-case` rule.
1638- Added: `color-hex-length` rule.
1639- Fixed: formalized selector-indentation-checking within the `indentation` rule.
1640- Fixed: allow for arbitrary whitespace after the newline in the `selector-list-comma-newline-*` rules.
1641- Fixed: `selector-combinator-space-*` no longer checks `:nth-child()` arguments.
1642
1643## 0.1.2
1644
1645- Fixed: nesting support for the `block-opening-brace-newline-before` rule.
1646- Fixed: nesting support for the `block-opening-brace-space-before` rule.
1647- Fixed: nesting support for the `rule-trailing-semicolon` rule.
1648
1649## 0.1.1
1650
1651- Fixed: nesting support for the `rule-no-duplicate-properties` rule.
1652- Fixed: nesting support for the `rule-properties-order` rule.
1653- Fixed: whitespace rules accommodate Windows CR-LF line endings.
1654
1655## 0.1.0
1656
1657- Added: ability to disable rules via comments in the CSS.
1658- Added: `at-rule-empty-line-before` rule.
1659- Added: `at-rule-no-vendor-prefix` rule.
1660- Added: `block-closing-brace-newline-after` rule.
1661- Added: `block-closing-brace-newline-before` rule.
1662- Added: `block-closing-brace-space-after` rule.
1663- Added: `block-closing-brace-space-before` rule.
1664- Added: `block-no-empty` rule.
1665- Added: `block-opening-brace-newline-after` rule.
1666- Added: `block-opening-brace-newline-before` rule.
1667- Added: `block-opening-brace-space-after` rule.
1668- Added: `block-opening-brace-space-before` rule.
1669- Added: `color-no-invalid-hex` rule.
1670- Added: `comment-empty-line-before` rule.
1671- Added: `comment-space-inside` rule.
1672- Added: `custom-property-no-outside-root` rule.
1673- Added: `custom-property-pattern` rule.
1674- Added: `declaration-bang-space-after` rule.
1675- Added: `declaration-bang-space-before` rule.
1676- Added: `declaration-block-semicolon-newline-after` rule.
1677- Added: `declaration-block-semicolon-newline-before` rule.
1678- Added: `declaration-block-semicolon-space-after` rule.
1679- Added: `declaration-block-semicolon-space-before` rule.
1680- Added: `declaration-colon-space-after` rule.
1681- Added: `declaration-colon-space-before` rule.
1682- Added: `declaration-no-important` rule.
1683- Added: `function-calc-no-unspaced-operator` rule.
1684- Added: `function-comma-space-after` rule.
1685- Added: `function-comma-space-before` rule.
1686- Added: `function-parentheses-space-inside` rule.
1687- Added: `function-space-after` rule.
1688- Added: `function-url-quotes` rule.
1689- Added: `indentation` rule.
1690- Added: `media-feature-colon-space-after` rule.
1691- Added: `media-feature-colon-space-before` rule.
1692- Added: `media-feature-name-no-vendor-prefix` rule.
1693- Added: `media-feature-range-operator-space-after` rule.
1694- Added: `media-feature-range-operator-space-before` rule.
1695- Added: `media-query-list-comma-newline-after` rule.
1696- Added: `media-query-list-comma-newline-before` rule.
1697- Added: `media-query-list-comma-space-after` rule.
1698- Added: `media-query-list-comma-space-before` rule.
1699- Added: `media-query-parentheses-space-inside` rule.
1700- Added: `no-eol-whitespace` rule.
1701- Added: `no-missing-eof-newline` rule.
1702- Added: `no-multiple-empty-lines` rule.
1703- Added: `number-leading-zero` rule.
1704- Added: `number-no-trailing-zeros` rule.
1705- Added: `number-zero-length-no-unit` rule.
1706- Added: `property-blacklist` rule.
1707- Added: `property-no-vendor-prefix` rule.
1708- Added: `property-whitelist` rule.
1709- Added: `root-no-standard-properties` rule.
1710- Added: `rule-nested-empty-line-before` rule.
1711- Added: `rule-no-duplicate-properties` rule.
1712- Added: `rule-no-single-line` rule.
1713- Added: `rule-non-nested-empty-line-before` rule.
1714- Added: `rule-properties-order` rule.
1715- Added: `rule-trailing-semicolon` rule.
1716- Added: `selector-combinator-space-after` rule.
1717- Added: `selector-combinator-space-before` rule.
1718- Added: `selector-list-comma-newline-after` rule.
1719- Added: `selector-list-comma-newline-before` rule.
1720- Added: `selector-list-comma-space-after` rule.
1721- Added: `selector-list-comma-space-before` rule.
1722- Added: `selector-no-attribute` rule.
1723- Added: `selector-no-combinator` rule.
1724- Added: `selector-no-id` rule.
1725- Added: `selector-no-type` rule.
1726- Added: `selector-no-universal` rule.
1727- Added: `selector-no-vendor-prefix` rule.
1728- Added: `selector-pseudo-element-colon-notation` rule.
1729- Added: `selector-root-no-composition` rule.
1730- Added: `string-quotes` rule.
1731- Added: `value-list-comma-newline-after` rule.
1732- Added: `value-list-comma-newline-before` rule.
1733- Added: `value-list-comma-space-after` rule.
1734- Added: `value-list-comma-space-before` rule.
1735- Added: `value-no-vendor-prefix` rule.