Skip to content

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

[fix] Fix typo in recommended rules for onclick-has-focus

26 Apr 02:20
Compare
Choose a tag to compare

Fix `ThisExpression` handler for expression types.

20 Apr 23:04
Compare
Choose a tag to compare

[bugfix] - Fix build process to copy src JSON files to build output

20 Apr 00:22
Compare
Choose a tag to compare

Stable release

19 Apr 23:56
Compare
Choose a tag to compare

1.0.0 / 2016-04-19

  • [breaking] Rename img-uses-alt to img-has-alt
  • [breaking] Rename onlick-uses-role to onclick-has-role
  • [breaking] Rename mouse-events-map-to-key-events to mouse-events-have-key-events
  • [breaking] Rename use-onblur-not-onchange to no-onchange
  • [breaking] Rename label-uses-for to label-has-for
  • [breaking] Rename redundant-alt to img-redundant-alt
  • [breaking] Rename no-hash-href to href-no-hash
  • [breaking] Rename valid-aria-role to aria-role
  • [new] Implement aria-props rule
  • [new] Implement aria-proptypes rule
  • [new] Implement aria-unsupported-elements rule
  • [new] Implement onclick-has-focus rule
  • [new] Implement role-has-required-aria-props rule
  • [new] Implement role-supports-aria-props rule
  • [new] Implement tabindex-no-positive rule

Allow alt="" or role="presentation" for img-uses-alt lint rule.

08 Apr 23:04
Compare
Choose a tag to compare

Fixes #6 after further discussion on details of enforcing rule correctly.

Bugfix for onclick-uses-role rule.

08 Apr 21:41
Compare
Choose a tag to compare
Pre-release

Fixes #18

  • Do not infer interactivity of high-level JSX components.

Fixes #20

Better a11y rules for img-uses-alt

06 Apr 21:45
Compare
Choose a tag to compare
Pre-release

More descriptive error messaging for img-uses-alt
Allows alt="" when role="presentation" on img-uses-alt.

Handle list of roles for valid-aria-role.

05 Apr 17:29
Compare
Choose a tag to compare

Fixes #5

Handle null valued props for valid-aria-role.

05 Apr 17:05
Compare
Choose a tag to compare

Fixes #4

Implement valid-aria-role rule.

02 Apr 19:21
Compare
Choose a tag to compare