Skip to content

Releases: w3c/spec-prod

v2.11.6

16 Oct 06:04
ebf41d9
Compare
Choose a tag to compare

Fixes

  • Use pipx to install Bikeshed to prevent 'externally-managed-environment' error in ubuntu-24.04 (#190)

Full Changelog: v2.11.5...v2.11.6

v2.11.5

29 May 11:17
796e410
Compare
Choose a tag to compare

Fixes

  • Fix "cannot find chrome" error during build (#186)

Full Changelog: v2.11.4...v2.11.5

v2.11.4

29 May 09:31
60b3790
Compare
Choose a tag to compare

Fixes

  • Don't crash when deploying to W3C if file is already named Overview.html (#183)

Chores

  • Update dependencies (#184)

Full Changelog: v2.11.3...v2.11.4

v2.11.3

17 Apr 13:32
e690b1b
Compare
Choose a tag to compare

Fixes

  • Don't require ARTIFACT_NAME with multiple specs, set it automatically (#181)
    • So that #173 will no longer be a breaking as mentioned v2.11.2.

Full Changelog: v2.11.2...v2.11.3

v2.11.2

16 Apr 15:00
5cf6473
Compare
Choose a tag to compare

Fixes

  • Don't break when building multiple specs (#180)
    • Add ARTIFACT_NAME option to allow using different artifact name for each spec in matrix, preventing crash.
    • If you were building multiple specs in a single job, #173 turned out to be a breaking change. Please add ARTIFACT_NAME as shown in example.

Full Changelog: v2.11.1...v2.11.2

v2.11.1

12 Apr 07:11
071d7eb
Compare
Choose a tag to compare

Fixes

  • Fix "could not find Chrome" crash at WebIDL validation step (#177)

Full Changelog: v2.11.0...v2.11.1

v2.11.0

11 Apr 13:32
c6d5322
Compare
Choose a tag to compare

New Features

  • Add option to validate input markup (#157)

Fixes

  • Rename puppeteer env var flag to PUPPETEER_SKIP_DOWNLOAD (#174)
  • Upgrade reffy from v4 to v14 for WebIDL validation (#155)
  • Prevent Node.js 16 actions deprecation warning (#173)

Misc

  • Add codespell into linting CI, make it fix a typo (#168)
  • Update dependencies (#173)

Full Changelog: v2.10.0...v2.11.0

v2.10.0

16 Oct 15:10
d837f29
Compare
Choose a tag to compare

Enhancements

  • Support passing git commit SHA (revision) to ReSpec based specs (#167)

Full Changelog: v2.9.1...v2.10.0

v2.9.1

12 Sep 11:26
958b6d5
Compare
Choose a tag to compare

Fixes

  • Use .nvmrc and package.json from action repo, not in checked-out repo (#165, fixes #164)

Full Changelog: v2.9.0...v2.9.1

v2.9.0

12 Sep 08:43
b393f63
Compare
Choose a tag to compare

New Features

  • Allow deploy with workflow_dispatch events (#156)

Enhancements

  • W3C API key is no longer required with pubrules validator (#161)

Misc

  • Update Node.js to v20, pnpm to v8.7.5; update dependencies (#163)
  • Documentation:
    • Suggest right permissions for write access (#159)
    • Recommend actions/checkout@v4 (#162)

Full Changelog: v2.8.5...v2.9.0