Skip to content

January 24, 2024

Compare
Choose a tag to compare
@ErickRenteria ErickRenteria released this 24 Jan 16:59
· 636 commits to master since this release
3044945

What's Changed

  • feature(extension): Options updated for selecting WCAG 2.2 related rules in #1741
  • feature(extension): Add issue ignore (hide / show) functionality to checker in #1749
  • fix(references): Update links to WCAG 2.2 where used in #1747

Rules and Engine

  • fixrule(element_scrollable_tabbable): Map to correct ACT id in #1766
  • fixrule(blockquote_cite_exists): Add cite to messages in #1774
  • fixrule(element_accesskey_labelled): Label requirement for the elements with access-key attribute in #1773
  • fixrule(input_label_exists): Issue related to button element with a label in #1775
  • fixrule(all_rules): Improve grammar and consistency across messages and help content in #1776
  • fixrule(fieldset_legend_valid): Ignore if the fieldset element is hidden from an AT in #1778
  • fix(engine): Issues related to element text calculation in #1759
  • fix(engine): Mapping issue when multiple reason codes are available in #1745
  • fix(engine): Update links to content moved in Toolkit in #1796
  • fix(engine): Update ARIA definition for the ARIA in HTML changes in #1802
  • fix(engine): Support CSS content-visibility style in #1785

Extensions (browser Dev Tools)

  • fix(extension): Issues found and Learn more modal a11y issues in #1783
  • fix(extension): Subtract hidden issues from counts on Scan summary in #1787
  • fix(extension): Filtering typo and add explanation in Scan summary in #1798
  • fix(extension): Better bad DOM path / null protection for getBounds for viewInspect in #1801
  • fix(extension): Missing Filter toolbar in #1803
  • fix(extension): Update hidden issues for each scan in #1804
  • fix(extension): Tile clickthrough and splash screen in #1805

CI/CD packages

  • fix(node,karma,cypress): Swap ":" for "-" in timestamps due to Windows restrictions on filenames in #1789

Chore

  • chore(build): Enable merge groups for builds in #1794

Full Changelog: 3.1.64...3.1.65