Skip to content

Commit 8064a61

Browse files
authored
Merge branch 'master' into allow-fieldset-to-have-role-of-radiogroup
2 parents cfb93ba + 0706457 commit 8064a61

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
6.4.1 / 2020-10-26
2+
==================
3+
- f8a4496 Upgrade jsx-ast-utils to v3.1.0
4+
5+
6.4.0 / 2020-10-26
6+
==================
7+
8+
- 83e4ff2 [Deps] update `axe-core`, `jsx-ast-utils`
9+
- eb92b07 [Dev Deps] update `@babel/cli`, `@babel/core`, `@babel/plugin-transform-flow-strip-types`, `eslint-plugin-flowtype`, `eslint-plugin-import`, `estraverse`, `expect`, `object.assign`
10+
- 3d98d7a [Deps] update `@babel/runtime`, `axe-core`
11+
- f702f62 [readme] add Spanish translation
12+
- c2ae092 [Docs] `no-static-element-interactions`: Fixed rule name in comments
13+
- b90e20d Fix screenreader -> screen reader
14+
- 645900a Fixed rule name in comments
15+
- 381b9d6 [fix:634] Ignore control elements that are hidden
16+
- 2c47f0a [Fix] `autocomplete-valid`: workaround for axe not being able to handle `null`
17+
- 00bd6d8 Add failing test for autocomplete with dynamic type
18+
- 3c49c9a Add WCAG guidelines to rule documentation
19+
- 4ecaf35 Add a testcase for tablist to interactive supports focus
20+
- dac6864 Deprecate the accessible-emoji rule
21+
- 5191053 Update to [email protected]
22+
- b315698 Allow negative tabindex in aria-activedescendant-has-tabindex
23+
- 8e6fcd0 docs: fix travis badge now points to correct location at travis-ci.com
24+
- 2234df7 Account for additional control elements in label-has-associated-control
25+
- 5cbb718 Adding test cases for label tests
26+
- 66c425c Additional test case for no-redundant-roles
27+
128
6.3.1 / 2020-06-19
229
==================
330

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-jsx-a11y",
3-
"version": "6.3.1",
3+
"version": "6.4.1",
44
"description": "Static AST checker for accessibility rules on JSX elements.",
55
"keywords": [
66
"eslint",
@@ -67,7 +67,7 @@
6767
"damerau-levenshtein": "^1.0.6",
6868
"emoji-regex": "^9.0.0",
6969
"has": "^1.0.3",
70-
"jsx-ast-utils": "^3.0.0",
70+
"jsx-ast-utils": "^3.1.0",
7171
"language-tags": "^1.0.5"
7272
},
7373
"peerDependencies": {

0 commit comments

Comments
 (0)