Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release #6974

Merged
merged 2 commits into from Jul 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/angry-mails-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/bright-suits-reflect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-jobs-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-starfishes-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-candles-deny.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-cobras-beam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-feet-brake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-doors-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-planets-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-dolls-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-shoes-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-candles-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-pans-whisper.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-onions-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-tools-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-eagles-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-tigers-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-cycles-raise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-mirrors-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-apes-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-swans-complain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-shrimps-walk.md

This file was deleted.

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

## 15.10.0

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

## 15.9.0

- Added: `insideFunctions: {"function": int}` to `number-max-precision` ([#6932](https://github.com/stylelint/stylelint/pull/6932)) ([@romainmenke](https://github.com/romainmenke)).
Expand Down