Skip to content

Commit 1834668

Browse files
authored
Merge pull request #753 from jsx-eslint/tag-6.4.0
CHANGELOG update for v6.4.0
2 parents 83e4ff2 + a6d883d commit 1834668

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

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

package.json

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

0 commit comments

Comments
 (0)