github jsx-eslint/eslint-plugin-jsx-a11y v3.0.1
Breaking schema changes

latest releases: v6.8.0, v6.7.1, v6.7.0...
7 years ago
  • [breaking] - Update all rule schemas to accept objects. This allows a future schema expansion to not be a breaking change.
  • [breaking] - All rules with schemas that accepted a string OR array, now only allows an array.
  • [new] - href-no-hash accepts new schema property specialLink to check for custom href properties on elements. (fixes #76)
  • [breaking][fix] - img-has-alt now prefers alt="" over role="presentation". You can set both, but not just role="presentation" by itself to ensure a11y across all devices.

Note - see rule documentation for updated schemas.

Don't miss a new eslint-plugin-jsx-a11y release

NewReleases is sending notifications on new releases.