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.2.0
4
+
5
+ ### ✨ New Features ✨
6
+
7
+ - make has-valid-accessibility-descriptors fixable [ (#131 )] ( https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/131 )
8
+
9
+ ### 🐛 Bugfixes 🐛
10
+
11
+ - allow Identifiers in accessibilityState [ (#129 )] ( https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/129 )
12
+ - support spread props in accessibilityState [ (#132 )] ( https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/132 )
13
+ - allow Touchables with accessible={false} [ (#130 )] ( https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/130 )
14
+ - assume MemberExpressions are valid [ (#133 )] ( https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/133 )
15
+ - update has-accessibility-value to only typecheck Literals [ (#134 )] ( https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/134 )
16
+ - update has-accessibility-role typechecking [ (#135 )] ( https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/135 )
17
+
3
18
## V3.1.0
4
19
5
20
### ✨ New Features ✨
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react-native-a11y" ,
3
- "version" : " 3.1 .0" ,
3
+ "version" : " 3.2 .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