v4.9.1
Pre-release
Pre-release
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
andeslint-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
andgetElementType
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
- @camchenry made their first contribution in #455
- @shiftkey made their first contribution in #457
Full Changelog: v4.9.0...v4.9.1