Skip to content

Commit d678a98

Browse files
committed
v6.6.1
1 parent 93b2a9d commit d678a98

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
6.6.1 / 2022-07-21
2+
==================
3+
- 38405ad [Fix] `no-interactive-tabindex`: allow role assignments using a ternary with literals on both sides
4+
- 7524e0c [Fix] `no-static-element-interactions`: allow role assignments using a ternary with literals on both sides (#865)
5+
- 1c06306 [readme] properly describe rule settings in builtin configs
6+
- 0c19f02 [Docs] `no-noninteractive-tabindex`, `no-static-element-interactions`: document `allowExpressionValues` (#870)
7+
- 2362832 [readme] added link to redirect eslint to relevant docs (#862)
8+
- 2c6926c [Deps] unpin `axe-core`
9+
- b78f19d [Deps] pin `axe-core` to v4.4.1, due to a breaking change in a patch
10+
- 768910e [Deps] update `@babel/runtime`
11+
- f0e04ce [Deps] update `@babel/runtime`, `jsx-ast-utils`
12+
- 93b2a9d [Dev Deps] update `@babel/cli`, `@babel/core`, `@babel/eslint-parser`, `@babel/plugin-transform-flow-strip-types`, `@babel/register`
13+
- a962211 [Dev Deps] update `@babel/cli`, `@babel/core`, `@babel/plugin-transform-flow-strip-types`, `@babel/register`
14+
- 0d2bc43 [Tests] `no-noninteractive-element-interactions`: add passing test cases (#876)
15+
- ffefbad [Tests] `no-noninteractive-element-interactions`: add passing tests for form with onSubmit (#871)
16+
- e7d405d [Tests] `no-static-element-interactions`: add passing test cases
17+
118
6.6.0 / 2022-06-23
219
==================
320
- 566011b [New] `aria-role`: add `allowedInvalidRoles` option (#828)

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

0 commit comments

Comments
 (0)