Releases: projectwallace/css-analyzer
Releases · projectwallace/css-analyzer
6.0.0
🚨 Breaking changes
- BREAKING: rm Median metric by @bartveneman in #410
- Remove deprecated system colors by @bartveneman in #406
- use vite to bundle, drop Node <18 support by @bartveneman in #411
- remove unused isValueBrowserHack export by @bartveneman in #413
- BREAKING: graduate
useUnstableLocations
touseLocations
by @bartveneman in #437 - BREAKING: remove deprecated properties for embedded content and declarations by @bartveneman in #438
💫 New features
- add support for analyzing pseudo-classes by @bartveneman in #433
🐛 Bug fixes
- fix: do not crash on
var(--font-stack, family1, family2, etc)
by @bartveneman in #436 - do not crash on incomplete media queries by @bartveneman in #441
🏷️ What's Changed
- Run benchmarks using tinybench and CodSpeed by @bartveneman in #404
- Add fast-bail path for string comparison by @bartveneman in #405
- add testcase for #381 by @bartveneman in #407
- ditch the Node matrix in CI by @bartveneman in #409
- rm unused selector prefixed code by @bartveneman in #412
- add more benchmarks for comparisons by @bartveneman in #415
- update gh actions for codecov (v4) and codspeed (v3) by @bartveneman in #416
- add benchmark for keywordset by @bartveneman in #418
- perf: Change KeywordSet to use
Set().has(item.toLowerCase())
by @bartveneman in #419 - Empty commit to reset codspeed results by @bartveneman in #424
- run bechmarks mostly dist file by @bartveneman in #425
- Bump vite from 5.3.3 to 5.4.6 by @dependabot in #427
- remove benchmarks because its too slow in CI by @bartveneman in #429
- update vite, vite-plugin-dts, c8, @codecov/vite-plugin by @bartveneman in #430
- Bump rollup from 4.21.3 to 4.22.4 by @dependabot in #431
- Bump undici from 5.28.4 to 5.28.5 by @dependabot in #434
- Bump vite from 5.4.7 to 5.4.14 by @dependabot in #435
- npm audit fix by @bartveneman in #439
- update @bramus/Specificity to 2.4.1 by @bartveneman in #443
- perf: use Specificity
calculateForAST
by @bartveneman in #444 - update dependencies Feb 2025 by @bartveneman in #445
Full Changelog: v5.15.0...v6.0.0
6.0.0-beta.2
v6.0.0-beta.2 6.0.0-beta.2
6.0.0-beta.1
v6.0.0-beta.1 6.0.0-beta.1
6.0.0-beta-0
v6.0.0-beta.0 6.0.0-beta.0
5.15.0
What's new
- feat: add analysis for
border-radius
(and friends) by @bartveneman in #401
What's Changed
- Bump ejs from 3.1.8 to 3.1.10 by @dependabot in #397
- Run Publint to check for package issues by @bartveneman in #398
- setup codecov coverage and bundle size reporting by @bartveneman in #399
Full Changelog: v5.14.0...v5.15.0
5.14.0
What's New
- Keywords report by @bartveneman in #389
Performance
- make Collection smaller by re-using objects and reducing arrays created by @bartveneman in #380
- switch to callback + remove countableCollection by @bartveneman in #382
- find colors quicker by sorting by most-used by @bartveneman in #384
- tiny perf bits by @bartveneman in #386
Fixes
- add
"types"
to package.json"exports"
by @bartveneman in #392
Full Changelog: v5.13.4...v5.13.5
5.13.4
5.13.3
5.13.2
Fixed
- implement
__unstable__uniqueWithLocations
for embbeded content types by @bartveneman in #375 - fix fontface types by @bartveneman in #376
Full Changelog: v5.13.1...v5.13.2
5.13.1
Fix
- fix: vendor-prefixed selector false positives by @bartveneman in #373
Full Changelog: v5.13.0...v5.13.1