Skip to content

Release notes

Phill Jenkins edited this page May 25, 2023 · 3 revisions

Formatting release notes

The following format should be used for the release notes and PRs. The release notes are autogenerated from the PR's title:

Extension

  • feature() A sentence style with initial caps
  • fix()
  • chore()

CI/CD packages

  • feature() A sentence style with initial caps
  • fix()
  • chore()

Rule updates

  • newrule(rule-ID-here)
  • fixrule()
  • chore()

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