Skip to content

Releases: jsx-eslint/eslint-plugin-jsx-a11y

v6.9.0

20 Jun 06:26
v6.9.0
882bd4d
Compare
Choose a tag to compare

Added

  • add support for Flat Config 6b5f096
  • no-noninteractive-element-to-interactive-role: allow menuitemradio and menuitemcheckbox on <li> c0733f9

Fixed

  • img-redundant-alt: fixed multibyte character support #969
  • Revert "[Fix] isNonInteractiveElement: Upgrade aria-query to 5.3.0 and axobject-query to 3.2.1" 75d5dd7
  • ensure summary remains non-interactive 6a048da

Changed

  • [meta] fix changelog links #960
  • [Robustness] use safe-regex-test 4c7e781
  • [actions] update actions/checkout 51a1ca7
  • [Deps] pin aria-query and axobject-query, add ls-engines test to CI 32fd82c
  • [Deps] remove @babel/runtime 0a98ad8
  • [Deps] unpin axe-core b3559cf
  • [Deps] move object.entries to dev deps 1be7b70

Full Changelog: v6.8.0...v6.9.0

v6.8.0

20 Jun 06:20
v6.8.0
9742753
Compare
Choose a tag to compare

Full Changelog: v6.7.1...v6.8.0

v6.7.1

20 Jun 06:20
v6.7.1
20b082a
Compare
Choose a tag to compare

Full Changelog: v6.7.0...v6.7.1

v6.7.0

20 Jun 06:19
v6.7.0
136ced7
Compare
Choose a tag to compare

Full Changelog: v6.6.1...v6.7.0

v6.6.1

20 Jun 06:19
v6.6.1
d678a98
Compare
Choose a tag to compare

Full Changelog: v6.6.0...v6.6.1

v6.6.0

06 Jul 23:55
v6.6.0
cce3497
Compare
Choose a tag to compare

Full Changelog: v6.5.1...v6.6.0

v6.5.1

11 Nov 22:40
v6.5.1
30deacb
Compare
Choose a tag to compare

Full Changelog: v6.5.0...v6.5.1

v6.5.0

11 Nov 22:40
v6.5.0
f8c4001
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.4.1...v6.5.0

v6.4.1

26 Oct 02:47
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.3.1...v6.4.1

v6.2.0

25 Jan 05:14
33a7d69
Compare
Choose a tag to compare

6.2.0 / 2019-01-25

  • 5650674 [new rule] control-has-associated-label checks interactives for a label
  • f234698 [docs] add How to manage IDs
  • 9924d03 [docs] document jsx-a11y/label-has-associated-control assert option
  • 77b9870 [docs] Add newlines below headings
  • 8244e43 [docs] Add syntax highlighting to example
  • 26f41c8 [docs] Change explanation for role="presentation" escape hatch
  • 33a1f94 [fix] - Purely decorative emojis do not need descriptions.
  • 29d20f7 [fix] (package): update emoji-regex to version 7.0.2
  • 0b63f73 [chore] (package): update flow-bin to version 0.88.0
  • baa1344 [fix] Disable jsx-a11y/label-has-for in recommended
  • 2c5fb06 [chore] (package): update jscodeshift to version 0.6.0
  • 87debc0 [fix] corrected no-noninteractive-element-to-interactive-role.md file
  • d56265b [chore] (package): update flow-bin to version 0.87.0
  • 477966f [fix] Update test for implicit role of img
  • f484ce3 [fix] No implicit role for <img> with alt=""
  • 6c33bcb [fix] Add select to the list of default control elements in label-has-associated-control
  • 011f8d9 [fix] Dialog and Alert roles can host keyboard listeners
  • 0f6a8af [fix] More easier plugin:jsx-a11y/{recommended,strict} configs
  • 3844248 [fix] Mark the replacement for label-has-for
  • 93265cb [fix] normalizedValues to values
  • 651366c [fix] Make aria-role case sensitive
  • 56d3b9a [fix] [484] Fix role-has-required-aria-props for semantic elements like input[checkbox]
  • 46e9abd [fix] Handle the type={truthy} case in jsx