Skip to content

Commit c680548

Browse files
authored
Update CHANGELOG.md
1 parent c8a3da9 commit c680548

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
3.0.0 / 2016-10-11
2+
==================
3+
- [breaking] - Update all rule schemas to accept objects. This allows a future schema expansion to not be a breaking change.
4+
- [breaking] - All rules with schemas that accepted a string OR array, now only allows an array.
5+
- [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+
7+
Note - see [rule documentation](https://github.com/evcohen/eslint-plugin-jsx-a11y/tree/master/docs/rules) for updated schemas.
8+
19
2.2.3 / 2016-10-08
210
==================
311
- [fix] - Add `switch` aria role.

0 commit comments

Comments
 (0)