Releases: speced/respec
Releases · speced/respec
v35.3.0
Enhancements
- feat(core/highlight-vars): run in exported documents also by @sidvishnoi in #4872
Fixes
- fix(api:node): handle undefined/null in console error handler by @TimvdLippe in #4915
Full Changelog: v35.2.3...v35.3.0
v35.2.3
Fixes
- fix(conformance): avoid redirect in BCP 14 link by @TimvdLippe in #4911
- fix(w3c/sotd): update TR intro based on manual of style changes by @deniak in #4913
Full Changelog: v35.2.2...v35.2.3
v35.2.2
Fixes
- fix(w3c/sotd): correct fragment identifier for proposed corrections by @mattgarrish in #4866
Full Changelog: v35.2.1...v35.2.2
v35.2.1
Fixes
Full Changelog: v35.2.0...v35.2.1
v35.2.0
Enhancements
- feat: add
cause
toRespecError
; show stacktrace with --verbose by @sidvishnoi in #4782
Fixes
- fix(core/biblio): avoid double-period if author name ends with period by @sidvishnoi in #4780
- fix(core/dfn-index): handle section number refs with
.notoc
by @sidvishnoi in #4834 - fix: consistently use
data-link-type
on generated links by @dontcallmedom in #4731 - fix(respecDocWriter): stringify uncaught
Error
objects by @sidvishnoi in #4781 - fix(core/pubsubhub): log errors from event handlers by @sidvishnoi in #4833
Full Changelog: v35.1.2...v35.2.0
v35.1.2
Fixes
- fix(core/inlines): prevent creating links inside links by @dontcallmedom in #4786
- fix(core/xref) : preserve the filename in URL by @tidoust in #4788
Full Changelog: v35.1.1...v35.1.2
v35.1.1
Fixes
- fix(w3c): remove revisionTypes config, use querySelector instead by @marcoscaceres in #4737
- fix(w3c): update Process and Patent Policy links by @deniak in #4742
Full Changelog: v35.1.0...v35.1.1
v35.1.0
Enhancements
- feat(CLI): add
--no-sandbox
as alias to--disable-sandbox
by @sidvishnoi in #4722
Fixes
- fix(core/inlines): support generic nullable type in inline var by @nondebug in #4709
- fix(core/xref): fix rendering of hint in ambiguous term error by @sidvishnoi in #4724
- fix(w3c/headers): don't crash on save if
.head details
doesn't exist by @sidvishnoi in #4726 - fix(respecDocWriter): handle console warning right by @sidvishnoi in #4727
Chores
- chore: transfer repository from w3c to speced org by @sidvishnoi in #4723
- chore(deps): update dependencies by @sidvishnoi in #4728
- chore(tools/netlify): update preview app URL by @sidvishnoi in #4725
Full Changelog: v35.0.2...v35.1.0
v35.0.1
Fixes
- fix(w3c/style): override color-scheme with meta tag by @marcoscaceres in https://github.com/w3c/respec/pull/4700
Full Changelog: w3c/respec@v35.0.0...v35.0.1
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