Releases: stylelint/stylelint
Releases · stylelint/stylelint
16.17.0
- Added:
layer-name-pattern
rule (#8474) (@ryo-manba). - Added:
--compute-edit-info
CLI flag (#8473) (@ryo-manba). - Added:
ignorePreludeOfAtRules: []
tolength-zero-no-unit
(#8472) (@ryo-manba). - Added:
at-rule-no-unknown
support forlanguageOptions
(#8475) (@ryo-manba). - Added:
property-no-unknown
support forlanguageOptions
(#8476) (@ryo-manba). - Added:
declaration-block-no-redundant-longhand-properties
support for computingEditInfo
(#8482) (@pamelalozano16). - Added:
function-url-quotes
support for computingEditInfo
(#8483) (@pamelalozano16). - Added:
selector-attribute-quotes
support for computingEditInfo
(#8484) (@pamelalozano16). - Fixed:
custom-property-pattern
false negatives for@property
preludes (#8468) (@rohitgs28).
16.16.0
- Added:
at-rule-empty-line-before
support for computingEditInfo
(#8425) (@pamelalozano16). - Added:
at-rule-no-deprecated
support for computingEditInfo
(#8426) (@pamelalozano16). - Added:
at-rule-no-vendor-prefix
support for computingEditInfo
(#8427) (@pamelalozano16). - Added:
color-function-notation
support for computingEditInfo
(#8437) (@pamelalozano16). - Added:
declaration-empty-line-before
support for computingEditInfo
(#8443) (@pamelalozano16). - Added:
declaration-property-value-keyword-no-deprecated
support for computingEditInfo
. (#8439) (@pamelalozano16). - Added:
font-family-name-quotes
support for computingEditInfo
(#8419) (@ryo-manba). - Added:
font-weight-notation
support for computingEditInfo
(#8420) (@ryo-manba). - Added:
function-calc-no-unspaced-operator
support for computingEditInfo
(#8440) (@pamelalozano16). - Added:
function-name-case
support for support for computingEditInfo
." (#8442) (@pamelalozano16). - Added:
hue-degree-notation
support for computingEditInfo
(#8444) (@pamelalozano16). - Added:
import-notation
support for computingEditInfo
. (#8445) (@pamelalozano16). - Added:
keyframe-selector-notation
support for computingEditInfo
(#8457) (@pamelalozano16). - Added:
length-zero-no-unit
support for computingEditInfo
(#8459) (@pamelalozano16). - Added:
lightness-notation
support for computingEditInfo
(#8458) (@pamelalozano16). - Added:
media-feature-name-no-vendor-prefix
support for computingEditInfo
(#8456) (@pamelalozano16). - Added:
media-feature-range-notation
support for computingEditInfo
(#8455) (@pamelalozano16). - Added:
property-no-vendor-prefix
support for computingEditInfo
(#8461) (@pamelalozano16). - Added:
rule-empty-line-before
support for computingEditInfo
(#8460) (@pamelalozano16). - Added:
selector-no-vendor-prefix
support forEditInfo
(#8462) (@pamelalozano16). - Added:
selector-not-notation
support for computingEditInfo
(#8463) (@pamelalozano16). - Added:
selector-pseudo-element-colon-notation
support forEditInfo
(#8464) (@pamelalozano16). - Added:
selector-type-case
support for computingEditInfo
(#8467) (@pamelalozano16). - Added:
shorthand-property-no-redundant-values
support for computingEditInfo
(#8466) (@pamelalozano16). - Added:
value-keyword-case
support for computingEditInfo
(#8469) (@pamelalozano16). - Added:
value-no-vendor-prefix
support for computingEditInfo
(#8470) (@pamelalozano16). - Fixed:
Could not find a declaration file for module 'css-tree'
type error (#8452) (@danielrentz).
16.15.0
- Added:
syntax-string-no-invalid
rule (#8331) (@ryo-manba). - Added:
languageOptions
configuration property (#8297) (@ryo-manba). - Added: regex support to
ignoreAtRules
option ofat-rule-empty-line-before
(#8385) (@ryo-manba). - Added:
alpha-value-notation
support for computingEditInfo
(#8369) (@pamelalozano16). - Added:
color-hex-length
support for computingEditInfo
(#8415) (@ryo-manba). - Added:
comment-empty-line-before
support for computingEditInfo
(#8416) (@ryo-manba). - Added:
comment-whitespace-inside
support for computingEditInfo
(#8417) (@ryo-manba). - Added:
custom-property-empty-line-before
support for computingEditInfo
(#8418) (@ryo-manba). - Added:
declaration-block-no-duplicate-properties
support for computingEditInfo
(#8363) (@romainmenke). - Fixed:
tap
formatter not escaping#
and\
in its test point descriptions (#8334) (@Mouvedia). - Fixed:
tap
formatter outputting invalid YAML blocks for rules containing double quotes in their warnings' messages (#8334) (@Mouvedia). - Fixed:
declaration-block-no-redundant-longhand-properties
false positives for properties with!important
(#8366) (@immitsu). - Fixed:
EditInfo
missing semicolon intext
field (#8370) (@pamelalozano16). - Fixed:
declaration-property-value-keyword-no-deprecated
false negatives fortext-decoration: blink
(#8351) (@Mouvedia). - Fixed:
declaration-property-value-keyword-no-deprecated
false positives for styled components interpolated functions (#8392) (@Mouvedia). - Fixed:
font-family-name-quotes
false positives due to vendor-prefixed font-size values (#8393) (@Mouvedia). - Fixed:
font-family-no-missing-generic-family-keyword
false positives formath
,emoji
andfangsong
(#8395) (@ViachaslauIhnatsiuk). - Fixed:
selector-type-no-unknown
false positives forselectmenu
andpopup
(#8376) (@Mouvedia).
16.14.1
- Fixed: incompatible cache file format (#8359) (@romainmenke).
16.14.0
- Added: replaced text and corresponding range to
Warning
type (#8234) (@romainmenke). - Fixed:
SyntaxError: The requested module 'table'...
(#8325) (@denisx). - Fixed:
RuleContext['fix']
type (#8309) (@Mouvedia). - Fixed:
declaration-property-value-keyword-no-deprecated
autofix ofborder-color
andoverflow
(#8346) (@Mouvedia). - Fixed:
declaration-property-value-keyword-no-deprecated
false negatives foroverflow-x
andoverflow-y
(#8340) (@Mouvedia). - Fixed:
declaration-property-value-keyword-no-deprecated
false negatives forscrollbar-color
(#8346) (@Mouvedia). - Fixed:
declaration-property-value-keyword-no-deprecated
false positives for non-standard syntax values (#8329) (@Mouvedia). - Fixed:
declaration-property-value-keyword-no-deprecated
warning message foroverflow: <keyword> <keyword>
(#8340) (@Mouvedia). - Fixed:
selector-pseudo-class-no-unknown
false positives for:has-slotted
(#8332) (@Mouvedia).
16.13.2
- Fixed:
--fix
CLI flag raising unknown value error (#8313) (@ybiquitous).
16.13.1
- Fixed:
ignore.default is not a function
(#8305) (@romainmenke).
16.13.0
- Deprecated: ambiguous position arguments passed to
utils.report()
(#8244) (@romainmenke). - Added:
lax
/strict
values to thefix
Node.js API option and CLI flag (#8106) (@ryo-manba). - Added: support for profiling rule performance via the
TIMING
environment variable (#8108) (@ryo-manba). - Added:
at-rule-descriptor-no-unknown
rule (#8197) (@ryo-manba). - Added:
at-rule-descriptor-value-no-unknown
rule (#8211) (@ryo-manba). - Added:
at-rule-no-deprecated
rule (#8251) (@jeddy3). - Added:
at-rule-prelude-no-invalid
rule (#8268) (@ryo-manba). - Added:
declaration-property-value-keyword-no-deprecated
rule (#8223) (@Mouvedia). - Added:
"ignore": ["at-rule-preludes", "declaration-values"]
tostring-no-newline
(#8214) (@ryo-manba). - Added:
messageArgs
todeclaration-property-value-no-unknown
,font-family-name-quotes
,font-family-no-duplicate-names
,function-calc-no-unspaced-operator
,import-notation
,media-feature-name-unit-allowed-list
,selector-attribute-quotes
andselector-pseudo-element-colon-notation
(#8285 & #8252) (@Mouvedia). - Fixed: deprecation warnings to only display once per (custom) rule (#8265) (@romainmenke).
- Fixed:
*-no-vendor-prefix
message ambiguity (#8239) (@Mouvedia). - Fixed:
at-rule-(dis)allowed-list
,at-rule-no-vendor-prefix
,at-rule-property-required-list
message argument (#8277) (@Mouvedia). - Fixed:
at-rule-property-required-list
message for inclusion of properties and descriptors (#8207) (@jeddy3). - Fixed:
at-rule-*
false positives and negatives for@charset
rule (#8215) (@jeddy3). - Fixed:
declaration-property-value-no-unknown
false positives for descriptors (#8240) (@jeddy3). - Fixed:
property-(dis)allowed-list
false negatives for custom properties, use/^--/
to (dis)allow them (#8209) (@fbasmaison-lucca). - Fixed:
property-no-unknown
false positives for descriptors (#8203) (@jeddy3). - Fixed:
selector-pseudo-class-no-unknown
false positives for deprecated pseudo-classes (#8264) (@Mouvedia). - Fixed:
selector-type-case
false positives forhatchPath
(#8264) (@Mouvedia). - Fixed:
selector-type-no-unknown
false positives forshadow
,hatch
andhatchpath
(#8264) (@Mouvedia).
16.12.0
- Added:
selector-pseudo-class-allowed-list
now checks@page
pseudo-classes (#8176) (@Mouvedia). - Added:
selector-pseudo-class-disallowed-list
now checks@page
pseudo-classes (#8171) (@Mouvedia). - Fixed:
at-rule-property-required-list
message to use "descriptor" for accuracy (#8186) (@ybiquitous). - Fixed:
custom-property-no-missing-var-function
false positives forcontainer-name
(#8157) (@Mouvedia). - Fixed:
custom-property-no-missing-var-function
false positives for custom properties passed torunning()
(#8172) (@Mouvedia). - Fixed:
function-no-unknown
false positives forrunning()
(#8172) (@Mouvedia). - Fixed:
selector-pseudo-class-no-unknown
false positives for:open
(#8184) (@lukewarlow). - Fixed:
selector-pseudo-class-no-unknown
false positives for:recto
,:verso
and:nth()
(#8170) (@Mouvedia). - Fixed:
selector-pseudo-class-no-unknown
false positives for somemoz-*
vendor-prefixed pseudo-classes (#8188) (@Mouvedia). - Fixed:
selector-pseudo-element-no-unknown
false positives for::details-content
(#8174) (@lukewarlow). - Fixed:
selector-type-no-unknown
false positives for idents in functional pseudo-classes (#8191) (@elskhn). - Fixed:
value-keyword-case
false negatives (#8158) (@Mouvedia). - Fixed:
value-keyword-case
false positives for vendor-prefixed system colors (#8146) (@Mouvedia).
16.11.0
- Added:
--report-unscoped-disables
CLI flag andreportUnscopedDisables
option to Node.js API and configuration object (#8024) (@Mouvedia). - Added:
ignoreFunctions: []
tomedia-query-no-invalid
(#8060) (@ryo-manba). - Added:
name
configuration property underoverrides
(#8095) (@ryo-manba). - Fixed:
benchmark-rule
script to resolveTypeError
(#8090) (@ybiquitous). - Fixed:
github
formatter deprecation warning link tohttps://stylelint.io/awesome-stylelint#formatters
(#8115) (@ryo-manba). - Fixed:
function-calc-no-unspaced-operator
false negatives forcalc-size
(#8026) (@azat-io). - Fixed:
max-nesting-depth
false positives when the&
selector is being ignored (#8048) (@ryo-manba). - Fixed:
media-feature-name-value-no-unknown
false positives fordisplay-mode: picture-in-picture
(#8136) (@Mouvedia). - Fixed:
no-irregular-whitespace
reported ranges (#8066) (@romainmenke). - Fixed:
selector-attribute-name-disallowed-list
reported ranges (#8037) (@ryo-manba). - Fixed:
selector-attribute-operator-allowed-list
reported ranges (#8038) (@ryo-manba). - Fixed:
selector-attribute-operator-disallowed-list
reported ranges (#8039) (@ryo-manba). - Fixed:
selector-class-pattern
reported ranges (#8042) (@ryo-manba). - Fixed:
selector-combinator-allowed-list
reported ranges (#8046) (@ryo-manba). - Fixed:
selector-combinator-disallowed-list
reported ranges (#8047) (@ryo-manba). - Fixed:
selector-disallowed-list
reported ranges (#8067) (@ryo-manba). - Fixed:
selector-id-pattern
reported ranges (#8045) (@ryo-manba). - Fixed:
selector-max-attribute
reported ranges (#8052) (@ryo-manba). - Fixed:
selector-max-class
reported ranges (#8053) (@ryo-manba). - Fixed:
selector-max-combinators
reported-ranges (#8055) (@ryo-manba). - Fixed:
selector-max-compound-selectors
reported ranges (#8056) (@ryo-manba). - Fixed:
selector-max-id
reported ranges (#8054) (@ryo-manba). - Fixed:
selector-max-pseudo-class
reported ranges (#8057) (@ryo-manba). - Fixed:
selector-max-specificity
reported ranges (#8058) (@ryo-manba). - Fixed:
selector-max-universal
reported ranges (#8059) (@ryo-manba). - Fixed:
selector-nested-pattern
reported ranges (#8072) (@ryo-manba). - Fixed:
selector-no-vendor-prefix
reported ranges (#8073) (@ryo-manba). - Fixed:
selector-not-notation
reported ranges (#8074) (@ryo-manba). - Fixed:
selector-pseudo-class-allowed-list
reported ranges (#8061) (@ryo-manba). - Fixed:
selector-pseudo-class-disallowed-list
reported ranges (#8062) (@ryo-manba). - Fixed:
selector-pseudo-class-no-unknown
reported ranges (#8063) (@ryo-manba). - Fixed:
selector-pseudo-element-allowed-list
reported ranges (#8068) (@ryo-manba). - Fixed:
selector-pseudo-element-colon-notation
reported ranges (#8069) (@ryo-manba). - Fixed:
selector-pseudo-element-disallowed-list
reported ranges (#8070) (@ryo-manba). - Fixed:
selector-pseudo-element-no-unknown
false positives for::scroll-marker
and::scroll-marker-group
(#8110) (@Mouvedia). - Fixed:
selector-pseudo-element-no-unknown
reported ranges (#8071) (@ryo-manba). - Fixed:
selector-type-no-unknown
reported ranges (#8076) (@ryo-manba).