Releases: jsx-eslint/eslint-plugin-jsx-a11y
Releases · jsx-eslint/eslint-plugin-jsx-a11y
Fix few expression value handlers and more graceful error handling.
- [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.
1.0.4 Update changelog
[fix] Fix typo in recommended rules for onclick-has-focus
Fix `ThisExpression` handler for expression types.
[bugfix] - Fix build process to copy src JSON files to build output
Stable release
1.0.0 / 2016-04-19
- [breaking] Rename
img-uses-alttoimg-has-alt - [breaking] Rename
onlick-uses-roletoonclick-has-role - [breaking] Rename
mouse-events-map-to-key-eventstomouse-events-have-key-events - [breaking] Rename
use-onblur-not-onchangetono-onchange - [breaking] Rename
label-uses-fortolabel-has-for - [breaking] Rename
redundant-alttoimg-redundant-alt - [breaking] Rename
no-hash-hreftohref-no-hash - [breaking] Rename
valid-aria-roletoaria-role - [new] Implement
aria-propsrule - [new] Implement
aria-proptypesrule - [new] Implement
aria-unsupported-elementsrule - [new] Implement
onclick-has-focusrule - [new] Implement
role-has-required-aria-propsrule - [new] Implement
role-supports-aria-propsrule - [new] Implement
tabindex-no-positiverule
Allow alt="" or role="presentation" for img-uses-alt lint rule.
Fixes #6 after further discussion on details of enforcing rule correctly.
Bugfix for onclick-uses-role rule.
Better a11y rules for img-uses-alt
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.
Fixes #5