Releases: speced/respec
Releases · speced/respec
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
v34.5.0
Enhancements
- feat: dark mode by @sidvishnoi in https://github.com/w3c/respec/pull/3236
Fixes
- fix(core/dfn): add contractDefaults, dfnPointers before running linters by @sidvishnoi in https://github.com/w3c/respec/pull/4664
Maintenance
- chore(deps): update dependencies by @sidvishnoi in https://github.com/w3c/respec/pull/4661
- refactor(w3c/style): extract into functions, simplify code, nits by @sidvishnoi in https://github.com/w3c/respec/pull/4662
- chore(deps): update dependencies by @sidvishnoi in https://github.com/w3c/respec/pull/4663
- chore(deps-dev): bump typescript from 5.3.3 to 5.4.2 by @dependabot in https://github.com/w3c/respec/pull/4666
- chore(deps): bump puppeteer from 22.4.0 to 22.4.1 by @dependabot in https://github.com/w3c/respec/pull/4665
Full Changelog: w3c/respec@v34.4.0...v34.5.0
v34.4.0
Enhancements
- feat(core/dfn): add
data-defines
on some patterns of term/definition association by @dontcallmedom in https://github.com/w3c/respec/pull/4620
Maintenance
- Refactors:
- refactor(w3c/style): doc fixes etc. by @marcoscaceres in https://github.com/w3c/respec/pull/4622
- refactor(w3c/groups): improve docs + typescript by @marcoscaceres in https://github.com/w3c/respec/pull/4624
- refactor(core/10n): small docs fixes and js improvements by @marcoscaceres in https://github.com/w3c/respec/pull/4626
- refactor(core/style): improve code comments a bit more by @marcoscaceres in https://github.com/w3c/respec/pull/4627
- refactor(core/location-hash): improve docs and TS usage by @marcoscaceres in https://github.com/w3c/respec/pull/4628
- refactor(core/reindent): move reindent to utils. by @marcoscaceres in https://github.com/w3c/respec/pull/4629
- refactor(w3c/abstract): docs and l10n improvements by @marcoscaceres in https://github.com/w3c/respec/pull/4625
- Dependency updates:
- chore(deps): bump actions/download-artifact from 3 to 4 by @dependabot in https://github.com/w3c/respec/pull/4608
- chore(deps-dev): bump eslint-plugin-prettier from 5.0.1 to 5.1.2 by @dependabot in https://github.com/w3c/respec/pull/4621
- chore(deps): update dependencies by @sidvishnoi in https://github.com/w3c/respec/pull/4635
- chore(deps): update marked by @sidvishnoi in https://github.com/w3c/respec/pull/4636
- chore(deps-dev): bump follow-redirects from 1.15.3 to 1.15.4 by @dependabot in https://github.com/w3c/respec/pull/4637
- chore(deps): update dependencies by @sidvishnoi in https://github.com/w3c/respec/pull/4645
Full Changelog: w3c/respec@v34.3.0...v34.4.0
v34.3.0
Enhancements
- feat(api:node): add option to disable GPU with puppeteer by @deniak in https://github.com/w3c/respec/pull/4606
- l10n(w3c/level): add some more strings; improve docs by @marcoscaceres in https://github.com/w3c/respec/pull/4617
Maintenance
- chore(deps): update dependencies by @sidvishnoi in https://github.com/w3c/respec/pull/4600, by @marcoscaceres in https://github.com/w3c/respec/pull/4616
- refactor(core/data-cite): improve docs + typo fixes by @marcoscaceres in https://github.com/w3c/respec/pull/4618
- chore: update linting and type-helper.d.ts by @marcoscaceres in https://github.com/w3c/respec/pull/4619
Full Changelog: w3c/respec@v34.2.2...v34.3.0
v34.2.2
What's Changed
- fix(w3c): remove PER status as it no longer exists by @caribouW3 in https://github.com/w3c/respec/pull/4584
- fix(core/highlight-vars): scope highlighted var to
.algorithm
container by @dontcallmedom in https://github.com/w3c/respec/pull/4585
Full Changelog: w3c/respec@v34.2.1...v34.2.2
v34.2.1
What's Changed
- fix(w3c/sotd): switch to 2023-Nov process document by @deniak in https://github.com/w3c/respec/pull/4573
- fix(w3c/headers): update copyright links to avoid redirects by @deniak in https://github.com/w3c/respec/pull/4579
Chores
- chore(deps): update dependencies by @sidvishnoi in https://github.com/w3c/respec/pull/4580
- chore(deps): bump actions/setup-node from 3 to 4 by @dependabot in https://github.com/w3c/respec/pull/4572
Full Changelog: w3c/respec@v34.2.0...v34.2.1