Skip to content

Commit ca810d3

Browse files
authored
Update CHANGELOG.md
1 parent d7648ec commit ca810d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- [breaking] - Update all rule schemas to accept objects. This allows a future schema expansion to not be a breaking change.
44
- [breaking] - All rules with schemas that accepted a string OR array, now only allows an array.
55
- [new] - `href-no-hash` accepts new schema property `specialLink` to check for custom `href` properties on elements. (fixes [#76](https://github.com/evcohen/eslint-plugin-jsx-a11y/issues/76))
6+
- [breaking][fix] - `img-has-alt` now prefers `alt=""` over `role="presentation"`. You can set both, but not just `role="presentiation"` by itself to ensure a11y across all devices.
67

78
Note - see [rule documentation](https://github.com/evcohen/eslint-plugin-jsx-a11y/tree/master/docs/rules) for updated schemas.
89

0 commit comments

Comments
 (0)