Skip to content

Release notes

Phill Jenkins edited this page Aug 26, 2024 · 5 revisions

Formatting release notes

The following format should be used for the Checker's release notes. The release notes are auto-generated from the PR's title:

What's Changed

  • Major features and Rule set deployment date
  • feature(extension): A sentence style with initial caps
  • feature(engine): A sentence style with initial caps
  • feature(package): A sentence style with initial caps

Extension

  • fix(extension): A sentence style with initial caps

CI/CD packages

  • fix(package-name-here): A sentence style with initial caps

Rules and Engine

  • newrule(rule-ID-here): A sentence style with initial caps
  • fixrule(rule-ID-here): A sentence style with initial caps

Chores and dependencies

  • chore(engine, extension, package): A sentence style with initial caps
  • Bump ... A sentence style with initial caps

Sample release notes from 3.1.42


What's Changed

Extension

  • feature(extension): Add FAQ for Content Security Policies in #1234

CI/CD Packages

  • feature(node): Make new excel spreadsheets from CI packages in #1219
  • feature(node,karma,cypress): Update the feature list and highlight multi-scan in the user documentation in #1230
  • fix(node): Handle custom cacheFolder in achecker.yml in #1240

Rule updates

  • newrule(text_spacing_valid): Check letter and word spacing and line height and map to ACT in #1164
  • fixrule(WCAG20_Img_HasAlt): Include aria-label check in #1137
  • fixrule(IBMA_Color_Contrast_WCAG2AA): Check transparency correctly when checking color contrast in #1224
  • fixrule(WCAG20_Object_HasText): Correctly check when object has child content in #1190