Skip to content

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

Avoid testing interactivity of wrapper components with same name but different casing as DOM elements (such as Button vs button).

Import all roles from DPUB-ARIA

06 May 20:47
Compare
Choose a tag to compare

Fix few expression value handlers and more graceful error handling.

06 May 17:58
Compare
Choose a tag to compare
  • [new] Add expression value handler for BinaryExpression type.
  • [new] Add expression value handler for NewExpression type.
  • [new] Add expression value handler for ObjectExpression type.
  • [fix] Throws error when getting an expression of type without a handler function. This is for more graceful error handling and better issue reporting.

Fix ConditionalExpression expression value handler.

28 Apr 19:05
Compare
Choose a tag to compare

[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