Skip to content

v4.9.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@khiga8 khiga8 released this 17 Jul 21:11
· 86 commits to main since this release
0c0441f

Bug fixes

This release includes bug fixes for a few accessibility rules including: a11y-aria-role-supports-props, a11y-no-title-attribute, and
jsx-a11y/no-interactive-element-to-noninteractive-role.

What's Changed

  • Ignore calls to a method named innerText by @camchenry in #455
  • bump prettier and eslint-plugin-prettier to latest versions by @shiftkey in #457
  • chore(deps): bump the all-dependencies group with 5 updates by @dependabot in #458
  • Set config override for false positive rule by @khiga8 in #460
  • Re-introduce accidentally removed testing commands by @khiga8 in #459
  • Fix bugs with getRole and getElementType by @khiga8 in #461
  • [Fix] Only look at semantic elements for a11y-no-title-attribute by @kendallgassner in #464
  • Check for presence of attribute in getRole rather than the value by @khiga8 in #463

New Contributors

Full Changelog: v4.9.0...v4.9.1