We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6db5157 commit d901e42Copy full SHA for d901e42
CHANGELOG.md
@@ -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
16
3.0.2 / 2016-12-14
17
==================
18
- [fix] - make `aria-invalid` values true and false pass for rule `aria-proptypes`
0 commit comments