You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# Changes
2
2
3
+
## V1.3.0
4
+
5
+
- Adds support for modern `accessibilityRole`s [(#54)](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/54)
6
+
- Allow empty `accessibilityState` prop for `View`[(#48)](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/48)
7
+
- Allow empty `accessibilityState` prop for `Touchable*`[(#44)](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/44)
8
+
-`accessibilityRole` no longer required on Components with `accessible={false}`[(#43)](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/43)
9
+
- Support for ESLint version ^6 [(#57)](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/57)
0 commit comments