Skip to content

Releases: w3c/spec-prod

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

v2.8.5

12 Dec 10:40
e6410e0
Compare
Choose a tag to compare

Chores

  • Updated actions/upload-artifact to v3 to prevent Node 12 deprecation warnings (#153).
  • Allow minor updates to pnpm/action-setup and prevent deprecation warnings about Node 12, save-state, set-output etc. (#150)
  • Updated Node dependencies (e6410e0)

Full Changelog: v2.8.4...v2.8.5

v2.8.4

13 Oct 12:31
24caa34
Compare
Choose a tag to compare

Fixes

  • Avoid notifying users on GitHub pages deployment. We used to add a mention the user that triggered the deploy in commit message which sent a notification to them, which was unnecessary and annoying (#149).

Potentially Breaking Changes

  • This project now uses pnpm instead of yarn. This will not affect you as a user, unless action/setup-pnpm is disallowed in your repository's actions permissions. (#148).

Misc

  • Updated documentation to suggest using actions/checkout@v3 instead of actions/checkout@v2 (#142).
  • Updated dependencies (#145, fda900a).

Full Changelog: v2.8.3...v2.8.4

v2.8.3

06 Jun 13:26
966b5fb
Compare
Choose a tag to compare

Bug Fixes

  • ignore SVGAElement when copying assets during build (966b5fb)