Skip to content

Commit 1e13e04

Browse files
committed
v5.1.1
1 parent 1cfc11e commit 1e13e04

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
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+
114
5.0.3 / 2017-05-16
215
==================
316
- [fix] Remove `flow` directory from `.npmignore` to accommodate explicit imports from `v5.0.2`.

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": "5.0.3",
3+
"version": "5.1.1",
44
"description": "Static AST checker for accessibility rules on JSX elements.",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)