1.8.1 (2024-12-15)
- bump
stylelint
to16.12.0
(fae3ba4)
1.8.0 (2024-11-30)
- add
ignoreFunctions: []
tomedia-query-no-invalid
(cca29af) - add
name
configuration property underoverrides
(a9e93b1) - add
reportUnscopedDisables
option (fe45ded) - update
stylelint
to16.11.0
(b138f97)
1.7.0 (2024-10-29)
- add
formatter
configuration property (4d9584b) - add support for
string | RegExp
toignoreValues
option ofvalue-no-vendor-prefix
(c0ed9fc) - add support for
string
toignoreLonghands
option ofdeclaration-block-no-redundant-longhand-properties
(c975bf4) - update stylelint to
16.10.0
(0ab1ac4)
1.6.0 (2024-08-18)
1.5.0 (2024-5-3)
- regex support to
ignoreValues
forvalue-no-vendor-prefix
(d9b079e)
1.4.0 (2024-4-28)
- add
ignore: ["keyframe-selectors"]
torule-selector-property-disallowed-list
(47ee8f6) - add
ignoreLonghands: []
todeclaration-block-no-redundant-longhand-properties
(94a2924) - add
no-unknown-custom-media
(b78279f)
1.3.0 (2024-4-9)
- add
ignoreSelectors: []
toselector-max-compound-selectors
(82a1148)
- update
stylelint
tov16.3.1
(944cede)
1.2.0 (2024-2-20)
ignore: ["keyframe-selectors"]
toselector-disallowed-list
(62c8a1f)checkContextFunctionalPseudoClasses: []
toselector-max-id
(775da81)media-query-no-invalid
specific problem messages (c7cabbf)- add
KebabCaseStandardPropertiesMap
type (eb32e76) - add
lightness-notation
rule (22992bb) - add viewport unit types (4b844cc)
- rename
@stylistic/stylelint-plugin
(5c80fb7)
- bump non-major deps to latest (60fccd1)
1.1.0 (2023-12-16)
- add rule desc (afb544e)
1.0.2 (2023-12-15)
- export Rules types (9be13fa)
1.0.1 (2023-12-12)
- update
RuleConfig
(484b6bd)
- add
alpha-value-notation
rule (249d57e) - add
CustomSyntax
(053eef1) - add
defineConfig
(9be8471) - add
extends
types (c712bf4) - add
LiteralUnion
types (74dcca3) - add
media
types (a9a9284) - add
plugins
types (f106ded) - add
StylelintConfig
(4835c57) - add
unit
type (da19aac) - add
utils
(ff621ca) - add 50+ rules (0541989)
- add 70+ rules (ffca7ce)
- add at-rule types (ee61f6e)
- add css
function
types (aad45e6) - add css
property
types (bef297c) - add entry files (f96169e)
- add rule-config (2ff553f)
- add rules jsdoc (27b9482)
- add selector type (96ed4db)
- export all rules options (0ee1971)
- support
CustomRuleOptions
(9db75db) - update
alpha-value-notation
rule (a1d5f5a)