Skip to content

Commit

Permalink
Prepare release 15.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 13, 2022
1 parent a22a351 commit 8b9f1ef
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 45 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-cats-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-scissors-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-flowers-suffer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-moles-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-forks-burn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-insects-design.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-monkeys-begin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/several-cucumbers-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-wolves-collect.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog

## 15.0.0

- Change: `extends` in `overrides` to merge to be consistent with `plugins` behaviour ([#6380](https://github.com/stylelint/stylelint/pull/6380)) ([@jasikpark](https://github.com/jasikpark)). (BREAKING)
- Removed: `syntax` option ([#6420](https://github.com/stylelint/stylelint/pull/6420)) ([@fpetrakov](https://github.com/fpetrakov)). (BREAKING)
- 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)).
Expand Down

0 comments on commit 8b9f1ef

Please sign in to comment.