airfleet/stylelint-config-wordpress

Project releases

stylelint-config-wordpress

Release 4.3.0

Disabled length-zero-no-unit to prevent calc() bugs and updated no-unsupported-browser-features to ignore css-media-range-syntax.

GitHub
View full changelog

Changed

  • Disabled length-zero-no-unit rule to prevent calc() bugs from developers using 0 instead of 0px
  • no-unsupported-browser-features: Now ignores css-media-range-syntax rule
stylelint-config-wordpress

Release 4.2.0

The no-unsupported-browser-features rule now ignores css-nesting and enables ignorePartialSupport.

GitHub
View full changelog

Changed

  • no-unsupported-browser-features: Now ignores css-nesting rule
  • no-unsupported-browser-features: Enabled ignorePartialSupport
stylelint-config-wordpress

Release 4.1.0

Bumps stylelint-config-standard-scss and stylelint-no-unsupported-browser-features to their latest versions.

GitHub
View full changelog

Changed

  • Bump stylelint-config-standard-scss to 16.0.0
  • Bump stylelint-no-unsupported-browser-features to 8.0.5
stylelint-config-wordpress

Release 4.0.0

Removed stylelint-prettier dependency and prettier peer dependency, bumped node engine to >= 22, and updated several other dependencies.

GitHub
View full changelog

Removed

  • Breaking: Removed stylelint-prettier depency and prettier peer dependency (Asana)

Changed

  • Breaking: Bumped node engine to >= 22 (Asana)
  • Breaking: Bumped stylelint peer dependency to 16.20.0 (Asana)
  • Breaking: Bumped stylelint-config-standard-scss to 15.0.1 (Asana)
  • Breaking: Bumped stylelint-no-unsupported-browser-features to 8.0.4 (Asana)
  • Rule scss/at-mixin-argumentless-call-parentheses is no longer disabled (Asana)
stylelint-config-wordpress

Release 3.0.2

Updated two Stylelint rules for WordPress projects.

GitHub
View full changelog

Changed

  • Updated rule selector-id-pattern to allow kebab-case or snake-case
  • Updated rule plugin/no-unsupported-browser-features to ignore appearance property
stylelint-config-wordpress

Release 3.0.0

Updated peer and dependency versions, enabled new rule, and disabled/removed others

GitHub
View full changelog

Changed

  • Updated peer dependency stylelint to ^15.0.0
  • Updated dependency stylelint-config-standard-scss to ^8.0.0
  • Updated dependency stylelint-no-unsupported-browser-features to ^6.1.0
  • Updated dependency stylelint-prettier to ^3.0.0
  • Enabled rule scss/at-import-partial-extension
  • Changed rule plugin/no-unsupported-browser-features severity to warning

Removed

  • Removed dependency stylelint-config-prettier (no longer needed as of stylelint 15 due to deprecated rules)
  • Disabled rule selector-class-pattern
stylelint-config-wordpress

Release 2.1.1

Updated references from GitLab to GitHub

GitHub
View full changelog

Changed

  • Updated references from GitLab to GitHub
stylelint-config-wordpress

Release 2.1.0

Upgraded dependencies to the latest version.

GitHub
View full changelog

Changed

  • Upgraded dependencies to latest version.