Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Releases: dequelabs/axe-android

1.1.1

23 Jul 19:15
693739a
Compare
Choose a tag to compare

Fixes

  • ColorContrast of results with no textColor prop (#144)

1.1.0

23 Jul 15:57
e32cb88
Compare
Choose a tag to compare

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

07 Apr 19:45
7b8face
Compare
Choose a tag to compare

Fixes

  • Color Contrast Rule false positives (#132)

1.0.1

04 Feb 18:11
Compare
Choose a tag to compare

Chores

  • isVisibleToUser Policy change #130

0.4.0

08 Oct 23:39
d064963
Compare
Choose a tag to compare

Features

  • Add isVisibleTo user to AxeView (#113)

Fixes

0.3.0

30 Aug 23:59
3f2ce05
Compare
Choose a tag to compare

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.2.0

22 Apr 21:49
f664f66
Compare
Choose a tag to compare

Features

  • Custom Rule Sets (#86)

0.1.18

17 Apr 15:07
3d0748c
Compare
Choose a tag to compare

Fixes

  • Added ArtifactId to Maven Central Publishing Task (#84)
  • CheckboxName and SwitchName rule (#71)
  • Calculated Props Bug (#85)

0.1.17

10 Apr 21:24
e5c32a6
Compare
Choose a tag to compare

Fixes

  • touch target size false positive (#75)
  • touch target size calculation
  • Color Contrast check for Off Screen (#82)

0.1.16

16 Jan 22:51
078eba5
Compare
Choose a tag to compare
chore: Generalize AxeRuleResult to take AxeTree instead of AxeView. (…