Skip to content

Releases: sridharbandi/Java-a11y

v3.0.4

01 Apr 11:55
Compare
Choose a tag to compare

In build-environment which does not have access to the internet, you can host axe and htmlcs internally and can refer as below before executing accessibility checks.

  • For Axe axeRunner.setScriptURL("internalurl")
  • FOr HtmlCS htmlCsRunner.setScriptURL("internalurl")

@torsten-bit

v3.0.3

28 Mar 09:55
Compare
Choose a tag to compare

Disable and Enable AXE Rules
axeRunner.setTags(AxeTag.WCAG21AA).disableRules("link-name").enableRules("autocomplete-valid")

Credits @EvgeniyOtsevich

Release v3.0.2

16 Dec 18:45
da40286
Compare
Choose a tag to compare
  • Support to add custom Page Tile
  • Get issues/violation count
  • Updated tests

Release v3.0.1

04 Nov 18:22
e61a3bd
Compare
Choose a tag to compare
  • Bug fixes
  • Code coverage
  • Code cleanup

Release v3.0.0

04 Oct 14:26
a55fcbd
Compare
Choose a tag to compare
  • AXE Support
  • Code Clean up
  • Better reporting

Release 2.1.4

18 Aug 19:54
Compare
Choose a tag to compare

Fixed the issue: #10

Release 2.1.3

07 Apr 13:57
5f48fcc
Compare
Choose a tag to compare
  1. Fixed the error on parsing the JSON Report.
  2. Removed the static file reference of HTLMCS
  3. Code clean-up.

Release 2.1.2

01 Apr 14:50
Compare
Choose a tag to compare

Updated to the lastest HTML Code Sniffer version

Release 2.1.1

01 Mar 10:49
Compare
Choose a tag to compare

Fixed the issue with Section 508. Which is reporting 0 errors all the time.

Release 2.0-alpha-2

12 Jan 15:01
Compare
Choose a tag to compare
  1. Bug fixes
  2. Added console logs on reporting
  3. Code clean up
  4. Added Compiled dependencies to publish in Maven Repo.