Skip to content

Commit 3f96040

Browse files
committed
v1.0.0 (#39)
* [update] - Update CHANGELOG * 1.0.0 * [clean] - Update `change` to `rename` for clarity
1 parent 0b66c90 commit 3f96040

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
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+
121
0.6.2 / 2016-04-08
222
==================
323
- [fix] Fix rule details for img-uses-alt: allow alt="" or role="presentation".

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-jsx-a11y",
3-
"version": "0.6.2",
3+
"version": "1.0.0",
44
"description": "A static analysis linter of jsx and their accessibility with screen readers.",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)