Skip to content

Commit d901e42

Browse files
committed
Update CHANGELOG.
1 parent 6db5157 commit d901e42

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
4.0.0 / 2017-02-04
2+
==================
3+
Add new rules:
4+
- `jsx-a11y/accessible-emoji`
5+
- `jsx-a11y/aria-activedescendant-has-tabindex`
6+
- `jsx-a11y/iframe-has-title`
7+
- `jsx-a11y/no-autofocus`
8+
- `jsx-a11y/no-distracting-elements` *(breaking: consolidated no-marquee and no-blink into this rule.)*
9+
- `jsx-a11y/no-redundant-roles`
10+
- [fix] - redundant-alt to only check full words
11+
- [docs] - Documentation upgrades across the board.
12+
- [new] - Add `ignoreNonDom`
13+
- [dev] - Add script to scaffold new rule creation.
14+
15+
116
3.0.2 / 2016-12-14
217
==================
318
- [fix] - make `aria-invalid` values true and false pass for rule `aria-proptypes`

0 commit comments

Comments
 (0)