v35.0.0
BREAKING CHANGES
- Require Node.js v20 instead of v18 by @sidvishnoi in https://github.com/w3c/respec/pull/4680
- Use new
/xref/search
endpoint (old endpoint continues to work still, but be safe) by @sidvishnoi in https://github.com/w3c/respec/pull/4686
Enhancements
- feat(core/{pre,post}-process): add
showWarning
,showError
utils by @sidvishnoi in https://github.com/w3c/respec/pull/4690
Fixes
- fix(w3c/styles): add
meta[type=color-scheme]
withdarkMode
by @sidvishnoi in https://github.com/w3c/respec/pull/4668 - fix(styles/respec.css): defer default styles to W3C by @marcoscaceres in https://github.com/w3c/respec/pull/4676
- fix(api:node): proxy all local scripts with useLocal, not just main by @sidvishnoi in https://github.com/w3c/respec/pull/4683
- fix(core/inlines): allow quotes in inline var's types (for enums) by @sidvishnoi in https://github.com/w3c/respec/pull/4685
- fix(core/linter/a11y): import axe from jsdelivr instead of unpkg by @sidvishnoi in https://github.com/w3c/respec/pull/4689
Maintenance
- refactor(w3c/level): improve method docs by @marcoscaceres in https://github.com/w3c/respec/pull/4623
- chore(deps): update dependencies by @sidvishnoi in https://github.com/w3c/respec/pull/4681
- test(w3c/style): add check for
meta[name="color-scheme"]
by @sidvishnoi in https://github.com/w3c/respec/pull/4682
Full Changelog: w3c/respec@v34.5.0...v35.0.0