Releases: jsx-eslint/eslint-plugin-jsx-a11y
Releases · jsx-eslint/eslint-plugin-jsx-a11y
Allow eslint v3 & greater as a peer dependency
Fixes #62 again
Add eslint as a peerDependency
Support namespaced names by integrating with latest jsx-ast-utils
- [new] Integrate with latest
jsx-ast-utils
to usepropName
function. More support for namespaced names on attributes and elements.
[fix] Handle spread props in multiple rules
1.4.1 [docs] - Update CHANGELOG
Extract JSX core and integrate dependency
- [dependency] Integrate jsx-ast-utils
- [fix] Better error reporting for aria-unsupported-elements indicating which prop to remove.
Spelling suggestions and bugfix
[new] Spelling suggestions for incorrect aria-* props
[fix] Ensure role value is a string before converting to lowercase in img-has-alt rule.