Stylelint Versions Save

A mighty CSS linter that helps you avoid errors and enforce conventions.

16.0.0-2

5 months ago

This is a pre-release version of 16.0.0. For details, see the following documents:

You can try the pre-release version via:

npm i stylelint@next

16.0.0-1

5 months ago

This is a pre-release version of 16.0.0. For details, see the following documents:

You can try the pre-release version via:

npm i stylelint@next

16.0.0-0

5 months ago

This is a pre-release version of 16.0.0. For details, see the following documents:

You can try the pre-release version via:

npm i stylelint@next

15.11.0

6 months ago
  • Added: ignoreRules to max-nesting-depth (#7215) (@mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for grid-template with repeat() (#7230) (@mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties false negative for font-synthesis (#7214) (@mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties false negatives for *-block and *-inline logical properties (#7208) (@mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties false negatives for overflow, overscroll-behavior, scroll-margin, scroll-padding, and new Box Alignment shorthands (#7213) (@mattxwang).
  • Fixed: function-no-unknown false positives for light-dark, linear and xywh (#7242) (@mattxwang).

15.10.3

8 months ago
  • Fixed: declaration-property-value-no-unknown false negatives for typed custom properties (#7078) (@romainmenke).
  • Fixed: property-no-unknown false positives for scroll-driven animations (#7090) (@renato-bohler).

15.10.2

9 months ago
  • Fixed: declaration-property-value-no-unknown false negatives for nested declarations (#7079) (@romainmenke).
  • Fixed: selector-pseudo-element-no-unknown false positives for view-transition pseudo-elements (#7070) (@danielroe).

15.10.1

9 months ago
  • Security: fix for semver vulnerability (#7043) (@romainmenke).
  • Fixed: invalid option regression on Windows 10 (#7043) (@romainmenke).

15.10.0

9 months ago
  • Added: media-query-no-invalid (#6963) (@romainmenke).
  • Added: support for JS objects with extends config option (#6998) (@fpetrakov).
  • Fixed: inconsistent errored properties in stylelint.lint() return value (#6983) (@ybiquitous).
  • Fixed: {selector,value}-no-vendor-prefix performance (#7016) (@jeddy3).
  • Fixed: custom-property-pattern performance (#7009) (@jeddy3).
  • Fixed: function-linear-gradient-no-nonstandard-direction false positives for <color-interpolation-method> (#6987) (@romainmenke).
  • Fixed: function-name-case performance (#7010) (@jeddy3).
  • Fixed: function-no-unknown performance (#7004) (@jeddy3).
  • Fixed: function-url-quotes performance (#7011) (@jeddy3).
  • Fixed: hue-degree-notation false negatives for oklch (#7015) (@romainmenke).
  • Fixed: hue-degree-notation performance (#7012) (@jeddy3).
  • Fixed: media-feature-name-no-unknown false positives for environment-blending, nav-controls, prefers-reduced-data, and video-color-gamut (#6978) (@romainmenke).
  • Fixed: media-feature-name-no-vendor-prefix positions for *-device-pixel-ratio (#6977) (@romainmenke).
  • Fixed: no-descending-specificity performance (#7026) (@romainmenke).
  • Fixed: no-duplicate-at-import-rules false negatives for imports with supports and layer conditions (#7001) (@romainmenke).
  • Fixed: selector-anb-no-unmatchable performance (#7042) (@romainmenke).
  • Fixed: selector-id-pattern performance (#7013) (@jeddy3).
  • Fixed: selector-pseudo-class-no-unknown false negatives for pseudo-elements with matching names (#6964) (@Mouvedia).
  • Fixed: selector-pseudo-element-no-unknown performance (#7007) (@jeddy3).
  • Fixed: selector-type-case performance (#7041) (@romainmenke).
  • Fixed: selector-type-no-unknown performance (#7027) (@romainmenke).
  • Fixed: unit-disallowed-list false negatives with percentages (#7018) (@romainmenke).

15.9.0

10 months ago
  • Added: insideFunctions: {"function": int} to number-max-precision (#6932) (@romainmenke).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for border-radius shorthand (#6958) (@mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for border-width shorthand (#6956) (@mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for grid-column and grid-row (#6957) (@mattxwang).

15.8.0

10 months ago
  • Added: media-feature-name-value-no-unknown (#6906) (@romainmenke).
  • Added: support for .mjs configuration files (#6910) (@ybiquitous).
  • Fixed: --print-config description in CLI help (#6914) (@ybiquitous).
  • Fixed: allowEmptyInput option in configuration files (#6929) (@ybiquitous).
  • Fixed: custom-property-no-missing-var-function performance (#6922) (@romainmenke).
  • Fixed: function-calc-no-unspaced-operator performance (#6923) (@romainmenke).
  • Fixed: function-linear-gradient-no-nonstandard-direction performance (#6924) (@romainmenke).
  • Fixed: function-no-unknown false positives for SCSS functions with namespace (#6921) (@romainmenke).
  • Fixed: max-nesting-depth error for at-rules in Sass syntax (#6909) (@ybiquitous).
  • Fixed: selector-anb-no-unmatchable performance (#6925) (@romainmenke).
  • Fixed: remove v8-compile-cache dependency (#6907) (@ybiquitous).