Skip to content

Releases: prantlf/grunt-accessibility-html-reporter

v3.1.3

23 Sep 10:47
Compare
Choose a tag to compare

3.1.3 (2019-09-23)

Bug Fixes

  • Upgrade package dependencies (93cdee3)

v3.1.2

08 Jun 01:11
Compare
Choose a tag to compare

3.1.2 (2019-06-08)

Bug Fixes

  • Upgrade module dependencies (a311729)

v3.1.1

15 Mar 08:36
Compare
Choose a tag to compare

3.1.1 (2019-03-15)

Bug Fixes

  • Upgrade module dependencies (8b37628)

v3.1.0

14 May 11:06
Compare
Choose a tag to compare

3.1.0 (2018-05-14)

Features

  • Allow cutting the same initial part of the path from tested HTML files (e2b66a0)

v3.0.0

27 Apr 13:37
Compare
Choose a tag to compare

3.0.0 (2018-04-27)

chore

  • Dropped support of Node.js 4 (39ac06e)

BREAKING CHANGES

  • Dropped support of Node.js 4

v2.2.1

05 Mar 00:58
Compare
Choose a tag to compare

2.2.1 (2018-03-05)

Bug Fixes

  • Fix typo in template JavaScript code (bce8284)

v2.2.0

04 Mar 23:41
Compare
Choose a tag to compare

2.2.0 (2018-03-04)

Features

  • Allow generating page titles from file names without directory (738725f)

v2.1.0

04 Mar 22:27
Compare
Choose a tag to compare

2.1.0 (2018-03-04)

Features

  • Add filtering and accessibility to the reports (4293476)
    • Add textbox to filter messages by entered text.
    • Add checkbox to hide all messages, which were reported multiple times and leave just the first occurrence displayed.
    • Improve resposiveness of headings with buttons by using flexbox.
    • Use shadows instead of outlines to emphasize the focused element.
    • Ensure minimum contrast between foreground and background color.
    • Specify more monospace fonts.
    • Supply ARIA labels to headings, buttons and panels.
    • Fix invalid HTML markup.

v2.0.2

01 Mar 07:04
Compare
Choose a tag to compare

2.0.2 (2018-03-01)

Bug Fixes

  • Add to the HTML report page (11d028f)

v2.0.1

19 Feb 02:55
Compare
Choose a tag to compare

2.0.1 (2018-02-19)

Bug Fixes

  • Fix opening the HTML template file (83d172c)