File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changes
2
2
3
+ ## V3.0.0
4
+
5
+ ### 🚨 Breaking 🚨
6
+
7
+ - This release removes support for Node 10 [ (#126 )] ( https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/126 )
8
+
9
+ ### ✨ New Features ✨
10
+
11
+ - Allow Eslint 7 as a peer dependency [ (#111 )] ( https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/111 )
12
+
13
+ ### 🐛 Bugfixes 🐛
14
+
15
+ - only validate Literals in accessibilityState [ (#112 )] ( https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/112 )
16
+ - allow Identifiers in accessibilityActions [ (#113 )] ( https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/113 )
17
+
3
18
## V2.0.4
4
19
- include Pressable when checking ` no-nested-touchables ` [ (#103 ] ( https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/103 )
5
20
- Dependency upgrades [ (#106 )] ( https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/106 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react-native-a11y" ,
3
- "version" : " 2 .0.4 " ,
3
+ "version" : " 3 .0.0 " ,
4
4
"description" : " React Native specific accessibility linting rules." ,
5
5
"keywords" : [
6
6
" eslint" ,
You can’t perform that action at this time.
0 commit comments