diff --git a/.changeset/flat-bananas-hug.md b/.changeset/flat-bananas-hug.md deleted file mode 100644 index 4a196291da..0000000000 --- a/.changeset/flat-bananas-hug.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": patch ---- - -Fixed: `selector-type-no-unknown` false positives for experimental and deprecated HTML tags diff --git a/.changeset/funny-jobs-work.md b/.changeset/funny-jobs-work.md deleted file mode 100644 index dfb4f67324..0000000000 --- a/.changeset/funny-jobs-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": minor ---- - -Fixed: `function-calc-no-unspaced-operator` false negatives for some math functions diff --git a/.changeset/good-cars-dress.md b/.changeset/good-cars-dress.md deleted file mode 100644 index 9eed077321..0000000000 --- a/.changeset/good-cars-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": patch ---- - -Fixed: `selector-max-compound-selectors` end positions diff --git a/.changeset/large-olives-press.md b/.changeset/large-olives-press.md deleted file mode 100644 index 837dde9fc7..0000000000 --- a/.changeset/large-olives-press.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": patch ---- - -Fixed: `declaration-block-no-redundant-longhand-properties` autofix conflicts diff --git a/.changeset/mighty-cows-behave.md b/.changeset/mighty-cows-behave.md deleted file mode 100644 index 84a6d8eaca..0000000000 --- a/.changeset/mighty-cows-behave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": minor ---- - -Fixed: `declaration-block-no-shorthand-property-overrides` false negatives for `border` diff --git a/.changeset/neat-walls-argue.md b/.changeset/neat-walls-argue.md deleted file mode 100644 index cf233ace8c..0000000000 --- a/.changeset/neat-walls-argue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": minor ---- - -Added: experimental support for post processors diff --git a/.changeset/selfish-plums-dream.md b/.changeset/selfish-plums-dream.md deleted file mode 100644 index a40c0f982f..0000000000 --- a/.changeset/selfish-plums-dream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": minor ---- - -Fixed: `declaration-block-no-redundant-longhand-properties` autofix for `text-decoration` diff --git a/.changeset/sharp-buses-drop.md b/.changeset/sharp-buses-drop.md deleted file mode 100644 index f40d93703d..0000000000 --- a/.changeset/sharp-buses-drop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": minor ---- - -Added: `ignoreLonghands: []` to `declaration-block-no-redundant-longhand-properties` diff --git a/.changeset/sharp-pots-rush.md b/.changeset/sharp-pots-rush.md deleted file mode 100644 index 6262c7e1ff..0000000000 --- a/.changeset/sharp-pots-rush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": patch ---- - -Fixed: `selector-max-universal` end positions diff --git a/.changeset/shiny-pumpkins-fetch.md b/.changeset/shiny-pumpkins-fetch.md deleted file mode 100644 index 2fd5a0ea82..0000000000 --- a/.changeset/shiny-pumpkins-fetch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": minor ---- - -Added: `ignore: ["keyframe-selectors"]` to `rule-selector-property-disallowed-list` diff --git a/.changeset/short-cobras-join.md b/.changeset/short-cobras-join.md deleted file mode 100644 index 4685e40ee4..0000000000 --- a/.changeset/short-cobras-join.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": patch ---- - -Fixed: `selector-max-attribute` end positions diff --git a/.changeset/silent-flies-float.md b/.changeset/silent-flies-float.md deleted file mode 100644 index 771509b885..0000000000 --- a/.changeset/silent-flies-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": minor ---- - -Fixed: `declaration-block-no-shorthand-property-overrides` false negatives for `font` and `border` diff --git a/.changeset/silver-actors-jam.md b/.changeset/silver-actors-jam.md deleted file mode 100644 index 17b6b12479..0000000000 --- a/.changeset/silver-actors-jam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": patch ---- - -Fixed: `selector-max-class` end positions diff --git a/.changeset/smooth-keys-work.md b/.changeset/smooth-keys-work.md deleted file mode 100644 index 5f45b8d9a3..0000000000 --- a/.changeset/smooth-keys-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": patch ---- - -Fixed: `selector-max-pseudo-class` end positions diff --git a/.changeset/strong-spies-dance.md b/.changeset/strong-spies-dance.md deleted file mode 100644 index 15aafa80b3..0000000000 --- a/.changeset/strong-spies-dance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": patch ---- - -Fixed: `function-no-unknown` false positives for `anchor` and `anchor-size` diff --git a/.changeset/violet-boxes-dream.md b/.changeset/violet-boxes-dream.md deleted file mode 100644 index ffa2a47e3f..0000000000 --- a/.changeset/violet-boxes-dream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": patch ---- - -Fixed: `selector-max-combinators` end positions diff --git a/.changeset/witty-squids-jog.md b/.changeset/witty-squids-jog.md deleted file mode 100644 index 0f63c0264d..0000000000 --- a/.changeset/witty-squids-jog.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": minor ---- - -Added: `no-unknown-custom-media` diff --git a/CHANGELOG.md b/CHANGELOG.md index 1027d93a03..311e21ef5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## 16.4.0 + +- Added: `no-unknown-custom-media` ([#7594](https://github.com/stylelint/stylelint/pull/7594)) ([@fpetrakov](https://github.com/fpetrakov)). +- Added: `ignoreLonghands: []` to `declaration-block-no-redundant-longhand-properties` ([#7611](https://github.com/stylelint/stylelint/pull/7611)) ([@Mouvedia](https://github.com/Mouvedia)). +- Added: `ignore: ["keyframe-selectors"]` to `rule-selector-property-disallowed-list` ([#7572](https://github.com/stylelint/stylelint/pull/7572)) ([@emmacharp](https://github.com/emmacharp)). +- Added: experimental support for post processors ([#7568](https://github.com/stylelint/stylelint/pull/7568)) ([@YuanboXue-Amber](https://github.com/YuanboXue-Amber)). +- Fixed: `declaration-block-no-redundant-longhand-properties` autofix conflicts ([#7626](https://github.com/stylelint/stylelint/pull/7626)) ([@Mouvedia](https://github.com/Mouvedia)). +- Fixed: `declaration-block-no-redundant-longhand-properties` autofix for `text-decoration` ([#7611](https://github.com/stylelint/stylelint/pull/7611)) ([@Mouvedia](https://github.com/Mouvedia)). +- Fixed: `declaration-block-no-shorthand-property-overrides` false negatives for `border` ([#7585](https://github.com/stylelint/stylelint/pull/7585)) ([@fpetrakov](https://github.com/fpetrakov)). +- Fixed: `declaration-block-no-shorthand-property-overrides` false negatives for `font` and `border` ([#7606](https://github.com/stylelint/stylelint/pull/7606)) ([@Mouvedia](https://github.com/Mouvedia)). +- Fixed: `function-calc-no-unspaced-operator` false negatives for some math functions ([#7619](https://github.com/stylelint/stylelint/pull/7619)) ([@Mouvedia](https://github.com/Mouvedia)). +- Fixed: `function-no-unknown` false positives for `anchor` and `anchor-size` ([#7607](https://github.com/stylelint/stylelint/pull/7607)) ([@Mouvedia](https://github.com/Mouvedia)). +- Fixed: `selector-max-attribute` end positions ([#7592](https://github.com/stylelint/stylelint/pull/7592)) ([@romainmenke](https://github.com/romainmenke)). +- Fixed: `selector-max-class` end positions ([#7590](https://github.com/stylelint/stylelint/pull/7590)) ([@romainmenke](https://github.com/romainmenke)). +- Fixed: `selector-max-combinators` end positions ([#7596](https://github.com/stylelint/stylelint/pull/7596)) ([@romainmenke](https://github.com/romainmenke)). +- Fixed: `selector-max-compound-selectors` end positions ([#7599](https://github.com/stylelint/stylelint/pull/7599)) ([@romainmenke](https://github.com/romainmenke)). +- Fixed: `selector-max-pseudo-class` end positions ([#7598](https://github.com/stylelint/stylelint/pull/7598)) ([@romainmenke](https://github.com/romainmenke)). +- Fixed: `selector-max-universal` end positions ([#7597](https://github.com/stylelint/stylelint/pull/7597)) ([@romainmenke](https://github.com/romainmenke)). +- Fixed: `selector-type-no-unknown` false positives for experimental and deprecated HTML tags ([#7612](https://github.com/stylelint/stylelint/pull/7612)) ([@Mouvedia](https://github.com/Mouvedia)). + ## 16.3.1 - Fixed: `selector-max-id` end positions ([#7571](https://github.com/stylelint/stylelint/pull/7571)) ([@romainmenke](https://github.com/romainmenke)).