We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5b75d1 commit cb8d596Copy full SHA for cb8d596
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changes
2
3
+## V1.2.0
4
+
5
+- Updated `accessibilityState` to `accessibilityStates`
6
7
## V1.1.0
8
9
- Added support for `accessibilityRole` and `accessibilityState`
package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-react-native-a11y",
- "version": "1.1.0",
+ "version": "1.2.0",
"description": "React Native specific accessibility linting rules.",
"keywords": [
"eslint",
0 commit comments