Releases: sridharbandi/Java-a11y
Releases · sridharbandi/Java-a11y
v3.0.4
v3.0.3
Disable and Enable AXE Rules
axeRunner.setTags(AxeTag.WCAG21AA).disableRules("link-name").enableRules("autocomplete-valid")
Credits @EvgeniyOtsevich
Release v3.0.2
- Support to add custom Page Tile
- Get issues/violation count
- Updated tests
Release v3.0.1
- Bug fixes
- Code coverage
- Code cleanup
Release v3.0.0
- AXE Support
- Code Clean up
- Better reporting
Release 2.1.4
Fixed the issue: #10
Release 2.1.3
- Fixed the error on parsing the JSON Report.
- Removed the static file reference of HTLMCS
- Code clean-up.
Release 2.1.2
Updated to the lastest HTML Code Sniffer version
Release 2.1.1
Fixed the issue with Section 508. Which is reporting 0 errors all the time.
Release 2.0-alpha-2
- Bug fixes
- Added console logs on reporting
- Code clean up
- Added Compiled dependencies to publish in Maven Repo.