🚨 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