Skip to content

Releases: projectwallace/stylelint-plugin

v0.1.14

06 Apr 06:04
e275a34

Choose a tag to compare

What's Changed

  • build(deps): bump codecov/codecov-action from 5 to 6 in the github-actions group by @dependabot[bot] in #118
  • build(deps-dev): bump the oxc group with 2 updates by @dependabot[bot] in #120
  • build(deps-dev): bump tsdown from 0.21.4 to 0.21.7 by @dependabot[bot] in #122
  • build(deps-dev): bump stylelint from 17.5.0 to 17.6.0 by @dependabot[bot] in #123
  • build(deps-dev): bump the vite group across 1 directory with 2 updates by @dependabot[bot] in #119
  • build(deps-dev): bump typescript from 5.9.3 to 6.0.2 by @dependabot[bot] in #121
  • chore(deps): upgrade css-parser to 0.14.8 by @bartveneman in #124
  • fix: run test+build before version bump in release action by @bartveneman in #125

New Contributors

Full Changelog: v0.1.13...v0.1.14

v0.1.13

28 Mar 21:55
5d9b50e

Choose a tag to compare

What's Changed

  • fix: allow 2% ID usage in max-average-specificity by @bartveneman in #106
  • fix: scroll-state() is not a named container by @bartveneman in #108
  • perf: avoid re-parsing entire files, only parse small bits by @bartveneman in #109
  • fix: rename no-undeclared-container-names to no-unknown-container-nam… by @bartveneman in #110
  • feat: add plugin to lint shorthand property usage by @bartveneman in #111
  • chore: unify preset configuration to avoid out-of-sync configs by @bartveneman in #112
  • perf: avoid needlessly recreating comment string by @bartveneman in #113
  • feat: add ignoreCopyrightComments option to max-comment-size rule by @bartveneman in #114
  • chore: improve error message of max-unique-units to include which u… by @bartveneman in #115

Full Changelog: v0.1.12...v0.1.13

v0.1.12

28 Mar 12:48
da6b242

Choose a tag to compare

What's Changed

Full Changelog: 0.1.11...v0.1.12

0.1.11

26 Mar 17:42
23f2e62

Choose a tag to compare

What's Changed

  • fix: Enhance error messages with specific bound values in media/container queries by @bartveneman in #96
  • fix: improve no-unreachable-media-conditions for nested at-rules by @bartveneman in #98

Full Changelog: v0.1.10...0.1.11

v0.1.10

25 Mar 19:28
9c45577

Choose a tag to compare

What's Changed

Full Changelog: v0.1.9...v0.1.10

v0.1.9

25 Mar 09:22
648311c

Choose a tag to compare

What's Changed

  • feat: add max-average-specificity rule by @bartveneman in #86
  • feat: add max-selectors-per-rule stylelint rule by @bartveneman in #87
  • perf: update css-parser to 0.13.11 and use child_count by @bartveneman in #89
  • feat: add max-declarations-per-rule rule by @bartveneman in #88
  • perf: replace Wallace css parser/walker with PostCSS native APIs where possible by @bartveneman in #90

Full Changelog: v0.1.8...v0.1.9

v0.1.8

24 Mar 15:15
e91b663

Choose a tag to compare

What's Changed

  • docs: show how to use preset configs in root readme by @bartveneman in #80
  • chore: simplify tsdown entry configuration with glob pattern by @bartveneman in #82
  • chore: extract allowList pattern matching into reusable utility by @bartveneman in #84
  • docs: add contributing guidelines documentation by @bartveneman in #83
  • feat: add min-selector-uniqueness-ratio rule by @bartveneman in #85
  • feat: add min-declaration-uniqueness-ratio rule by @bartveneman in #85

Full Changelog: v0.1.7...v0.1.8

v0.1.7

23 Mar 20:44
8c5f389

Choose a tag to compare

What's Changed

  • fix: change max-important-ratio to use decimal ratio instead of percentage by @bartveneman in #70
  • chore: Add documentation for six new CSS complexity and size rules by @bartveneman in #71
  • feat: Add no-duplicate-data-urls rule to detect repeated data URLs by @bartveneman in #73
  • feat: Add max-unique-units rule to stylelint plugin by @bartveneman in #75
  • feat: Add performance configuration preset for stylelint rules by @bartveneman in #76

Full Changelog: v0.1.6...v0.1.7

v0.1.6

22 Mar 15:24
985596d

Choose a tag to compare

What's Changed

  • Fix: avoid double declaration counting in nested rules and at-rules by @bartveneman in #68

Full Changelog: v0.1.5...v0.1.6

v0.1.5

22 Mar 14:51
409260b

Choose a tag to compare

What's Changed

Full Changelog: v0.1.4...v0.1.5