Skip to content

Commit 36bf699

Browse files
authored
Update CHANGELOG.md
1 parent ca810d3 commit 36bf699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +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.
6+
- [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.
77

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

0 commit comments

Comments
 (0)