Skip to content

July 01, 2023

Compare
Choose a tag to compare
@ErickRenteria ErickRenteria released this 03 Jul 03:25
· 1343 commits to master since this release
e9cceb1

What's Changed

New features

  • feature(extension): Complete dark theme for the browser extension in #1493
  • feature(help): Add dark mode support to help in #1497
  • chore(ReadMe's): Updated READMEs to clarify the usage of deployed packages, scanning local files and URLs, and fix broken links in #1501
  • feature(extension) Element on web page shown when the user selects an issue in #1515

Extension

  • fix(extension): Default locale to en-US if user locale not available in #1494
  • Replace Help modal "Back to list button" with Carbon modal X close in #1499
  • Revert "feature(extension) Element on web page shown when the user selects an issue" in #1524

CI/CD Packages

  • feature(node,karma,cypress): Add a 'disable' flag as a report type to disable the saving of any report type in #1466
  • fix(node,cypress): Fix help URLs in reports. Add xlsx to Cypress in #1483
  • fix(node): Add an error debug statement when CSP blocks engine load in #1485
  • fix(node): Inject full engine instead of script tag in #1507
  • chore(node,karma,cypress): Use a common codebase for report generators in #1500

Engine and Rules

  • fix(engine): Fix issues related to dpub aria role allowance in #1479
  • fix(engine): Fix the roles and elements with "name required" by ARIA in #1457
  • newrule(aria_acessiblename_exists): Added new rule in #1457
  • fix(engine): Fix call stack size exceeded error in #1496
  • fixrule(aria_child_tabbable): Fix false positive on popup focus requirement in #1488
  • fixrule(element_orientation_unlocked): Set to Level 2 to match Toolkit level in #1504
  • fixrule(aria_hidden_nontabbable): Improve group message in #1506
  • fixrule(form_submit_review): Change from Recommendation to Needs Review Violation in #1503
  • fixrule(html_lang_valid,element_lang_valid,): Adjust rule to show up in rule listing in #1505
  • chore(rule server): Update rule reserver for 7.1.2023 in #1525

Full Changelog: 3.1.50...3.1.51