Skip to content

Releases: w3c/spec-prod

v2.12.2

13 Dec 14:29
0bbbc8b

Choose a tag to compare

Fixes

  • Lock bikeshed to version 5 to prevent a mass breakage or a forced upgrade (#219).

Full Changelog: v2.12.1...v2.12.2

v2.12.1

13 Dec 14:22
b72c0bd

Choose a tag to compare

Fixes

  • Correctly reset pnpm-lock.yaml and package.json after runtime/dynamic package installation (#218).

v2.12.0

22 Sep 08:13
2f198e5

Choose a tag to compare

Enhancements

  • Document and fix up pubrules validation support (#207, #211)

Maintenance

  • Recommend using actions/checkout@v5 in docs (#208)
  • Update dependencies, including use Node.js v24 (#210).
  • Uses ES modules instead of CommonJS.
  • Run TypeScript files directly using Node.js native type-stripping support, without need a build-step. So, we now avoid installing TypeScript when the action runs.
  • When docs are updated in a PR, run the latest unreleased action (instead of latest released one) to ensure it continues to work. This should help avoid some breakages. We look forward to better automated testing.

Full Changelog: v2.11.7...v2.12.0

v2.11.7

18 Jun 16:09
5402361

Choose a tag to compare

Fixes

  • Improve ReSpec/Bikeshed toolchain detection based on file extension of theSOURCE, instead of using only the full file name (#202)
  • Remove the W3C_API_KEY requirement for VALIDATE_PUBRULES (#205)

Misc

  • Recommend running the action on ubuntu-latest instead of a locked Ubuntu version (#193)

Full Changelog: v2.11.6...v2.11.7

v2.11.6

16 Oct 06:04
ebf41d9

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

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

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

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

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

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