Releases: projectwallace/stylelint-plugin
Releases · projectwallace/stylelint-plugin
v0.1.14
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
- @dependabot[bot] made their first contribution in #118
Full Changelog: v0.1.13...v0.1.14
v0.1.13
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
ignoreCopyrightCommentsoption tomax-comment-sizerule by @bartveneman in #114 - chore: improve error message of
max-unique-unitsto include which u… by @bartveneman in #115
Full Changelog: v0.1.12...v0.1.13
v0.1.12
What's Changed
- feat: Add stylelint correctness configuration by @bartveneman in #101
- feat: Add maintainability preset by @bartveneman in #102
- perf: use css-analyzer's sub-exports by @bartveneman in #103
- perf: refactor SLoC to not use css-anayzer by @bartveneman in #104
Full Changelog: 0.1.11...v0.1.12
0.1.11
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
What's Changed
- chore: improve contributing.md by @bartveneman in #92
- feat: add no-invalid-z-index rule to stylelint plugin by @bartveneman in #93
- feat: add package.json export for package.json file by @bartveneman in #94
Full Changelog: v0.1.9...v0.1.10
v0.1.9
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_countby @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
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
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
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
What's Changed
- perf: avoid parsing too much CSS in many rules by @bartveneman in #63
- fix: Loosen up recommended config by @bartveneman in #64
- perf: avoid barrel import by @bartveneman in #65
- fix: Refactor var() parsing logic to discover custom properties inside functions like
light-dark()by @bartveneman in #66
Full Changelog: v0.1.4...v0.1.5