Releases: FormidableLabs/eslint-plugin-react-native-a11y
Releases · FormidableLabs/eslint-plugin-react-native-a11y
v3.5.1
Patch Changes
- Fix for has-valid-accessibility-ignores-invert-colors with eslint 9 (#162)
v3.5.0
Minor Changes
- Allow aliasing Images (#93)
v3.4.1
Patch Changes
- Remove changeset from deps (#156)
v3.4.0
Minor Changes
- Fix links in has-accessibility-props rule docs (#140)
- Feat: add support for role prop (#150)
v3.2.1
🐛 Bugfixes 🐛
- update fixer for has-valid-accessibility-descriptors (#136)
v3.2.0
✨ New Features ✨
- make has-valid-accessibility-descriptors fixable (#131)
🐛 Bugfixes 🐛
- allow Identifiers in accessibilityState (#129)
- support spread props in accessibilityState (#132)
- allow Touchables with accessible={false} (#130)
- assume MemberExpressions are valid (#133)
- update has-accessibility-value to only typecheck Literals (#134)
- update has-accessibility-role typechecking (#135)
v3.1.0
✨ New Features ✨
- Checks Touchable* components have accessibility props (#128)
v3.0.0
🚨 Breaking 🚨
- This release removes support for Node 10 (#126)
✨ New Features ✨
- Allow Eslint 7 as a peer dependency (#111)
🐛 Bugfixes 🐛
- only validate Literals in accessibilityState (#112)
- allow Identifiers in accessibilityActions (#113)
v2.0.4
- include Pressable when checking
no-nested-touchables
(#103)
- Dependency upgrades (#106)
v2.0.3
- allow CallExpressions in accessibilityActions (#101)
- Dependency upgrades (#102)