diff --git a/.changeset/cyan-cats-destroy.md b/.changeset/cyan-cats-destroy.md deleted file mode 100644 index c896ee6dfc..0000000000 --- a/.changeset/cyan-cats-destroy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": patch ---- - -Fixed: tally output of `string` formatter colorized diff --git a/.changeset/khaki-flowers-suffer.md b/.changeset/khaki-flowers-suffer.md deleted file mode 100644 index 5258f31398..0000000000 --- a/.changeset/khaki-flowers-suffer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": minor ---- - -Added: support for reporting with custom severity diff --git a/.changeset/lemon-moles-joke.md b/.changeset/lemon-moles-joke.md deleted file mode 100644 index 98e28f466a..0000000000 --- a/.changeset/lemon-moles-joke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": minor ---- - -Added: `--globby-options` flag diff --git a/.changeset/little-forks-burn.md b/.changeset/little-forks-burn.md deleted file mode 100644 index e8b1703792..0000000000 --- a/.changeset/little-forks-burn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": minor ---- - -Added: support to `checkAgainstRule` with custom rules diff --git a/.changeset/poor-monkeys-begin.md b/.changeset/poor-monkeys-begin.md deleted file mode 100644 index 47bb2610fd..0000000000 --- a/.changeset/poor-monkeys-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": patch ---- - -Fixed: usage of the `import-lazy` package to fit bundlers diff --git a/.changeset/several-cucumbers-wonder.md b/.changeset/several-cucumbers-wonder.md deleted file mode 100644 index 2bf3bc64a2..0000000000 --- a/.changeset/several-cucumbers-wonder.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": minor ---- - -Added: custom message formatting for `at-rule-disallowed-list`, `declaration-property-unit-disallowed-list`, `declaration-property-value-disallowed-list`, `function-disallowed-list`, and `property-disallowed-list` diff --git a/.changeset/tricky-wolves-collect.md b/.changeset/tricky-wolves-collect.md deleted file mode 100644 index dba4dd4321..0000000000 --- a/.changeset/tricky-wolves-collect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": minor ---- - -Added: support autofix with `checkAgainstRule` diff --git a/CHANGELOG.md b/CHANGELOG.md index c35b52eba6..c06ffe1d43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 14.15.0 + +- Added: `--globby-options` flag ([#6437](https://github.com/stylelint/stylelint/pull/6437)) ([@sidverma32](https://github.com/sidverma32)). +- Added: custom message formatting for `at-rule-disallowed-list`, `declaration-property-unit-disallowed-list`, `declaration-property-value-disallowed-list`, `function-disallowed-list`, and `property-disallowed-list` ([#6463](https://github.com/stylelint/stylelint/pull/6463)) ([@chloerice](https://github.com/chloerice)). +- Added: support autofix with `checkAgainstRule` ([#6466](https://github.com/stylelint/stylelint/pull/6466)) ([@aaronccasanova](https://github.com/aaronccasanova)). +- Added: support for reporting with custom severity ([#6444](https://github.com/stylelint/stylelint/pull/6444)) ([@aaronccasanova](https://github.com/aaronccasanova)). +- Added: support to `checkAgainstRule` with custom rules ([#6460](https://github.com/stylelint/stylelint/pull/6460)) ([@aaronccasanova](https://github.com/aaronccasanova)). +- Fixed: tally output of `string` formatter colorized ([#6443](https://github.com/stylelint/stylelint/pull/6443)) ([@ybiquitous](https://github.com/ybiquitous)). +- Fixed: usage of the `import-lazy` package to fit bundlers ([#6449](https://github.com/stylelint/stylelint/pull/6449)) ([@phoenisx](https://github.com/phoenisx)). + ## 14.14.1 - Fixed: `declaration-block-no-redundant-longhand-properties` false positives for `inherit` keyword ([#6419](https://github.com/stylelint/stylelint/pull/6419)) ([@kimulaco](https://github.com/kimulaco)).