File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
1
+ 1.0.0 / 2016-04-19
2
+ ==================
3
+ - [ breaking] Rename ` img-uses-alt ` to ` img-has-alt `
4
+ - [ breaking] Rename ` onlick-uses-role ` to ` onclick-has-role `
5
+ - [ breaking] Rename ` mouse-events-map-to-key-events ` to ` mouse-events-have-key-events `
6
+ - [ breaking] Rename ` use-onblur-not-onchange ` to ` no-onchange `
7
+ - [ breaking] Rename ` label-uses-for ` to ` label-has-for `
8
+ - [ breaking] Rename ` redundant-alt ` to ` img-redundant-alt `
9
+ - [ breaking] Rename ` no-hash-href ` to ` href-no-hash `
10
+ - [ breaking] Rename ` valid-aria-role ` to ` aria-role `
11
+
12
+ - [ new] Implement ` aria-props ` rule
13
+ - [ new] Implement ` aria-proptypes ` rule
14
+ - [ new] Implement ` aria-unsupported-elements ` rule
15
+ - [ new] Implement ` onclick-has-focus ` rule
16
+ - [ new] Implement ` role-has-required-aria-props ` rule
17
+ - [ new] Implement ` role-supports-aria-props ` rule
18
+ - [ new] Implement ` tabindex-no-positive ` rule
19
+
20
+
1
21
0.6.2 / 2016-04-08
2
22
==================
3
23
- [ fix] Fix rule details for img-uses-alt: allow alt="" or role="presentation".
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-jsx-a11y" ,
3
- "version" : " 0.6.2 " ,
3
+ "version" : " 1.0.0 " ,
4
4
"description" : " A static analysis linter of jsx and their accessibility with screen readers." ,
5
5
"keywords" : [
6
6
" eslint" ,
You can’t perform that action at this time.
0 commit comments