File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
1
+ 5.1.1 / 2017-07-03
2
+ ==================
3
+ - [ fix] revert v6 breaking changes unintentionally added in v5.1 (#283 )
4
+
5
+ 5.1.0 / 2017-06-26
6
+ ==================
7
+ - [ new] Support eslint v4. (#267 )
8
+ - [ new] ` label-has-for ` : add "required" option to allow customization (#240 )
9
+ - [ new] add ` anchor-is-valid ` (#224 )
10
+ - [ new] ` interactive-supports-focus ` : Split interactive supports focus into tabbable and focusable cases (#236 )
11
+ - [ new] ` anchor-is-valid ` : add ` aspects ` option (#251 )
12
+ - [ Deps] Bump aria-query to 0.7.0
13
+
1
14
5.0.3 / 2017-05-16
2
15
==================
3
16
- [ fix] Remove ` flow ` directory from ` .npmignore ` to accommodate explicit imports from ` v5.0.2 ` .
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-jsx-a11y" ,
3
- "version" : " 5.0.3 " ,
3
+ "version" : " 5.1.1 " ,
4
4
"description" : " Static AST checker for accessibility rules on JSX elements." ,
5
5
"keywords" : [
6
6
" eslint" ,
You can’t perform that action at this time.
0 commit comments