Releases: dequelabs/axe-android
Releases · dequelabs/axe-android
1.1.1
Fixes
- ColorContrast of results with no textColor prop (#144)
1.1.0
Features
- Use Actual Text color to reduce false positives for Color Contrast Rule (#141)
Fixes
- Add empty text logical or to speakableText ternary (#136)
1.0.2
Fixes
- Color Contrast Rule false positives (#132)
1.0.1
Chores
- isVisibleToUser Policy change #130
0.4.0
Features
- Add isVisibleTo user to AxeView (#113)
Fixes
0.3.0
Features
- Capability to capture Accessibility Delegate (#104)
- Added public constructor for AxeRuleResults. (#108)
Fixes
- Stop making build successful if tests fail (#87)
- Axe Context Screen Title (#94)
- Rule WCAG mappings.
- Change Management bug (#98)
0.1.18
Fixes
- Added ArtifactId to Maven Central Publishing Task (#84)
- CheckboxName and SwitchName rule (#71)
- Calculated Props Bug (#85)
0.1.17
Fixes
- touch target size false positive (#75)
- touch target size calculation
- Color Contrast check for Off Screen (#82)
0.1.16
chore: Generalize AxeRuleResult to take AxeTree instead of AxeView. (…