File tree Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# Changes
2
2
3
+ ## 3.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 0f2e813: Additional support for role and accessibility props
8
+
3
9
## V3.3.0
4
10
5
11
### ✨ New Features ✨
31
37
32
38
### ✨ New Features ✨
33
39
34
- - Checks Touchable* components have accessibility props [ (#128 )] ( https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/128 )
40
+ - Checks Touchable\ * components have accessibility props [ (#128 )] ( https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/128 )
35
41
36
42
## V3.0.0
37
43
49
55
- allow Identifiers in accessibilityActions [ (#113 )] ( https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/113 )
50
56
51
57
## V2.0.4
58
+
52
59
- include Pressable when checking ` no-nested-touchables ` [ (#103 ] ( https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/103 )
53
60
- Dependency upgrades [ (#106 )] ( https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/106 )
54
61
55
62
## V2.0.3
63
+
56
64
- allow CallExpressions in accessibilityActions [ (#101 )] ( https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/101 )
57
65
- Dependency upgrades [ (#102 )] ( https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/102 )
58
66
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react-native-a11y" ,
3
- "version" : " 3.3 .0" ,
3
+ "version" : " 3.4 .0" ,
4
4
"description" : " React Native specific accessibility linting rules." ,
5
5
"keywords" : [
6
6
" eslint" ,
17
17
"main" : " lib/index.js" ,
18
18
"scripts" : {
19
19
"build" : " rimraf lib && babel src --out-dir lib --copy-files" ,
20
- "changeset" : " changeset" ,
20
+ "changeset" : " changeset" ,
21
21
"create" : " node ./scripts/create-rule" ,
22
22
"flow" : " flow" ,
23
23
"lint:fix" : " npm run lint -- --fix" ,
You can’t perform that action at this time.
0 commit comments