Releases: speced/respec
Releases · speced/respec
v34.0.1
Fixes
- fix(core/dfn-index): escape HTML/XML tags by @nigelmegitt in https://github.com/w3c/respec/pull/4431
- Also fixed an XSS bug in ReSpec UI where errors/warnings are listed.
Full Changelog: w3c/respec@v34.0.0...v34.0.1
v34.0.0
BREAKING CHANGES
- stop adding width/height to images automatically by @sidvishnoi in https://github.com/w3c/respec/pull/4432
- fix(tools/respec2html)!: make
--haltonwarn
halt on errors too by @sidvishnoi in https://github.com/w3c/respec/pull/4434
Full Changelog: w3c/respec@v33.0.3...v34.0.0
v33.0.3
Fixes
- fix(w3c/sotd): update stability tempate for NOTEs by @jennyliang220 in https://github.com/w3c/respec/pull/4428
Full Changelog: w3c/respec@v33.0.2...v33.0.3
v33.0.2
Fixes
- fix(core/inlines): fix RFC2119
MAY
regex by @dontcallmedom in https://github.com/w3c/respec/pull/4427
Full Changelog: w3c/respec@v33.0.1...v33.0.2
v33.0.1
Fixes
- fix(tools/respec2html): prevent crash on
--version
flag by @sidvishnoi in https://github.com/w3c/respec/pull/4420 - fix(core/figures): don't add width/height to
.svg
images by @sidvishnoi in https://github.com/w3c/respec/pull/4422 - fix(w3c/style): use correct stylesheet for Member-SUBM by @sidvishnoi in https://github.com/w3c/respec/pull/4423
- fix(w3c/headers): fix "This Version" link for "Member-SUBM" by @sidvishnoi in https://github.com/w3c/respec/pull/4424
Full Changelog: w3c/respec@v33.0.0...v33.0.1
v33.0.0
BREAKING CHANGES
respec
now requires Node.js v18.14+respec
Node.js API now uses ES modules instead of Common JS
Instead of importing ReSpec's toHTML
API as:
const { toHTML } = require('respec');
You'll need to import it like following:
import { toHTML } from 'respec';
// or, with dynamic import if you can't migrate to ES module just yet
const { toHTML } = await import('respec');
Full Changelog: w3c/respec@v32.8.1...v33.0.0
v32.8.1
Fixes
- fix(w3c/style): add
crossorigin
attribute to W3C logo preload by @deniak in https://github.com/w3c/respec/pull/4409
Chores
- chore(deps): update dependencies by @sidvishnoi in https://github.com/w3c/respec/pull/4410
Full Changelog: w3c/respec@v32.8.0...v32.8.1
v32.8.0
Enhancements
- feat(core/tables, core/figures): support linked labels by @relu91 in https://github.com/w3c/respec/pull/4392
Chores
- tests(linter/informative-dfn): update broken xref-based tests by @sidvishnoi in https://github.com/w3c/respec/pull/4400
- chore(deps): update dependencies by @sidvishnoi in https://github.com/w3c/respec/pull/4401, https://github.com/w3c/respec/pull/4403
Full Changelog: w3c/respec@v32.7.1...v32.8.0
v32.7.1
Fixes
- fix(w3c/sotd): fix typo in
prEnd
variable by @deniak in https://github.com/w3c/respec/pull/4377 - fix(w3c/sotd): align updated recs behavior with pubrules by @dontcallmedom in https://github.com/w3c/respec/pull/4382
- fix(core/utils): ensure
ISODate
formats date correctly by @sidvishnoi in https://github.com/w3c/respec/pull/4385
Full Changelog: w3c/respec@v32.7.0...v32.7.1
v32.7.0
Enhancements
- feat(core/data-include): support nested includes by @sidvishnoi in https://github.com/w3c/respec/pull/4372
- feat(core/inline-idl-parser): allow aliasing methods by @sidvishnoi in https://github.com/w3c/respec/pull/4375
Fixes
- fix(profiles/*): run
core/dfn-panel
aftercore/anchor-expander
by @sidvishnoi in https://github.com/w3c/respec/pull/4373
Full Changelog: w3c/respec@v32.6.1...v32.7.0