Releases
v2.0.0
V2.0.0
🚨 Breaking 🚨
This release removes support for Node 8 (#80)
The has-valid-accessibility-state
rule has been re-written to cover the new accessibilityState
implementation (#60)
Deprecates the recommended
config and introduces new platform-specific configs (#83)
✨ New Features ✨
Adds has-valid-accessibility-value
rule for accessibilityValue
prop (#68)
Adds has-valid-accessibility-actions
rule for accessibilityActions
and onAccessibilityAction
props (#69)
Adds has-valid-accessibility-ignores-invert-colors
rule for accessibilityIgnoresInvertColors
(#73)
Adds has-accessibility-hint
for accessibilityHint
(#74)
Enabled no-unused-vars
(#86)
Dev Dependency upgrades (#88)
Minor doc improvements (#78)
Dev Dependency upgrades (#89)
🐛 Bugfixes 🐛
Removes Touchable~
as a requirement for custom Touchable names (#70)
Allows Touchable
s without either accessibilityRole
or both accessibilityTraits
and accessibilityComponentType
(#81)
Removes has-accessibility-label
rule (#82)
Ignore Identifier
expressions in bool typechecks (#85)
You can’t perform that action at this time.