Skip to content

Releases: w3c/spec-prod

v2.13.0

04 Mar 06:33
58ca9f5

Choose a tag to compare

What's Changed

  • Upgrade Bikeshed from v5 to v7 (#223).
    If your spec needs to stay on Bikeshed v5, kindly update your GitHub Actions workflow to uses: w3c/spec-prod@v2.12.5, as the latest @v2 tag will point to the latest release.

Full Changelog: v2.12.5...v2.13.0

v2.12.5

26 Feb 11:05
b7a4f65

Choose a tag to compare

Fixes

  • Use network requests as well to find all sub-resources (fonts, images etc.) for built spec (#224)

Maintenance

  • Upgrade dependencies (#225)

Full Changelog: v2.12.4...v2.12.5

v2.12.4

23 Jan 11:14
ab32833

Choose a tag to compare

What's Changed

  • Upgrade actions/checkout from v5 to v6 (#220)
  • Upgrade markup validator (vnu-jar) from v24 to v26 (#221)

Full Changelog: v2.12.3...v2.12.4

v2.12.3

16 Dec 10:36
eea7372

Choose a tag to compare

Enhancement

  • Surface exit error message/summary in the annotations (#214).

Full Changelog: v2.12.2...v2.12.3

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