Releases: w3c/spec-prod
Releases · w3c/spec-prod
v2.13.0
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 touses: w3c/spec-prod@v2.12.5, as the latest@v2tag will point to the latest release.
Full Changelog: v2.12.5...v2.13.0
v2.12.5
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
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
Enhancement
- Surface exit error message/summary in the annotations (#214).
Full Changelog: v2.12.2...v2.12.3
v2.12.2
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
v2.12.0
Enhancements
Maintenance
- Recommend using
actions/checkout@v5in 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
Fixes
- Improve ReSpec/Bikeshed toolchain detection based on file extension of the
SOURCE, instead of using only the full file name (#202) - Remove the
W3C_API_KEYrequirement forVALIDATE_PUBRULES(#205)
Misc
- Recommend running the action on
ubuntu-latestinstead of a locked Ubuntu version (#193)
Full Changelog: v2.11.6...v2.11.7
v2.11.6
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