S

Stylelint

S
Stylelint Dev Tools v17.14.1

17.14.1

It fixes 4 bugs. Fixed: quiet option suppresses report* warning reports (#9387) (@ychampion). Fixed: reported range of unknown rules (#9385) (@ybiquitous). Fixed: declaration-block-no-redundant-longhand-properties autofix producing invalid background shorthand when background-size is present (#9364) (@sarathfrancis90). Fixed: rule-empty-line-before false positives for shared-line comments with exc…

S
Stylelint Dev Tools v17.14.0

17.14.0

It fixes 3 bugs, including a false negative one. Fixed: performance of getting module paths (#9354) (@jeddy3). Fixed: performance by dynamically importing TIMING only on use (#9356) (@jeddy3). Fixed: function-calc-no-unspaced-operator false negatives for unspaced + and - operators following a * or / operator (#9357) (@sarathfrancis90).

S
Stylelint Dev Tools v17.13.0

17.13.0

It fixes 3 bugs, including a false negative one. Fixed: declaration-block-no-duplicate-properties false negatives for interleaved non-consecutive duplicates with ignore: ["consecutive-duplicates(-*)"] (#9324) (@sarathfrancis90). Fixed: selector-max-type false positives for nested selectors (#9319) (@romainmenke). Fixed: selector-type-no-unknown false positives for install (#9308) (@Mouvedia).

S
Stylelint Dev Tools v17.12.0

17.12.0

It fixes 3 bugs, including a false negative one. Fixed: block-no-empty reported range when using comments (#9294) (@romainmenke). Fixed: declaration-property-value-no-unknown false negatives for custom properties defined in reference files (#9292) (@romainmenke). Fixed: value-keyword-layout-mappings false positives for caption-side (#9293) (@romainmenke).

S
Stylelint Dev Tools v17.11.1

17.11.1

It fixes 2 bugs. Fixed: node_modules ignore for codeFilename paths containing a dot-prefixed directory (#9282) (@tuhtah). Fixed: declaration-block-no-redundant-longhand-properties range for contiguous redundant longhand properties (#9273) (@pamelalozano16).

S
Stylelint Dev Tools v17.11.0

17.11.0

It adds 2 features, including a loader property to referenceFiles: {} for when the order of appearance in the reference styles matters. Added: loader to experimental referenceFiles: {} (#9251) (@romainmenke). Added: autofixed to the result object (#8771) (@Rob--W).

S
Stylelint Dev Tools v17.10.0

17.10.0

It adds 3 rules and fixes 4 bugs. You can use the *-layout-mappings rules to enforce logical or physical properties, units and keywords. Added: selector-no-invalid rule (#9232) (@jeddy3). Added: unit-layout-mappings rule (#9229) (@jeddy3). Added: value-keyword-layout-mappings rule (#9233) (@jeddy3). Fixed: inconsistent error messages when module is not found (#9260) (@ybiquitous). Fixed: property-…

S
Stylelint Dev Tools v17.9.1

17.9.1

It fixes 4 bugs. We also documented the messageArgs each rule provides to the message configuration property. Fixed: ConfigurationError regression for custom syntaxes (#9245) (@jeddy3). Fixed: MD5 hash algorithm to SHA256 for caching (#9241) (@rkdfx). Fixed: property-no-deprecated autofix for page-break-*: always (#9214) (@rkdfx). Fixed: selector-no-deprecated false positives for ::part() (#9227)…

S
Stylelint Dev Tools v17.9.0

17.9.0

It adds 3 new features. Adding the referenceFiles property to your configuration object makes the no-unknown-animations, no-unknown-custom-media and no-unknown-custom-properties rules more useful. Added: experimental referenceFiles to configuration object (#9179) (@jeddy3). Added: experimental abortSignal option to Node.js API for cancellation support (#9213) (@adalinesimonian). Added: maxWarnings…

S
Stylelint Dev Tools v17.8.0

17.8.0

It adds 3 new rules and 1 configuration property. Added: languageOptions.directionality configuration property (#8687) (@sw1tch3roo). Added: property-layout-mappings rule (#8687) (@sw1tch3roo). Added: relative-selector-nesting-notation rule (#8730) (@sw1tch3roo). Added: selector-no-deprecated rule (#8694) (@immitsu).

S
Stylelint Dev Tools v17.7.0

17.7.0

It fixes 4 bugs, including clearer problem messages by removing filler words and leading with the problem. We've also released 1.0.0 of create-stylelint to help with first-time Stylelint setup. Fixed: clarity of problem messages (#9199) (@jeddy3). Fixed: --print-config CLI flag to hide internal properties (#9194) (@ybiquitous). Fixed: function-url-quotes false positives when URLs have modifiers (#…