File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changes
22
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+
318## V3.1.0
419
520### ✨ New Features ✨
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react-native-a11y" ,
3- "version" : " 3.1 .0" ,
3+ "version" : " 3.2 .0" ,
44 "description" : " React Native specific accessibility linting rules." ,
55 "keywords" : [
66 " eslint" ,
You can’t perform that action at this time.
0 commit comments