Skip to content

Releases: prantlf/grunt-html-html-reporter

v3.1.5

27 May 08:49
Compare
Choose a tag to compare

3.1.5 (2022-05-27)

Bug Fixes

v3.1.4

27 May 08:41
Compare
Choose a tag to compare

3.1.4 (2022-05-27)

Bug Fixes

  • Do not try loading object.values on Node.js 8 and newer (a022667)

v3.1.3

24 Sep 06:26
Compare
Choose a tag to compare

3.1.3 (2019-09-24)

Bug Fixes

  • Upgrade package dependencies (18666ac)

v3.1.2

08 Jun 01:13
Compare
Choose a tag to compare

3.1.2 (2019-06-08)

Bug Fixes

  • Upgrade module dependencies (79a4066)

v3.1.1

15 Mar 08:43
Compare
Choose a tag to compare

3.1.1 (2019-03-15)

Bug Fixes

  • Upgrade module dependencies (31bc968)

v3.1.0

14 May 11:04
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 (c3ad14f)

v3.0.0

27 Apr 12:35
Compare
Choose a tag to compare

3.0.0 (2018-04-27)

chore

  • Dropped support of Node.js 4 (fd56c61)

BREAKING CHANGES

  • Dropped support of Node.js 4

v2.2.0

04 Mar 23:13
Compare
Choose a tag to compare

2.2.0 (2018-03-04)

Features

  • Allow generating page titles from file names without directory (97973d8)

v2.1.1

04 Mar 22:27
Compare
Choose a tag to compare

2.1.1 (2018-03-04)

Bug Fixes

  • Do not assign the role "heading" to buttons (4d479bf)

v2.1.0

04 Mar 20:49
Compare
Choose a tag to compare

2.1.0 (2018-03-04)

Features

  • Add filtering and accessibility to the reports (8ac5073)
    • 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.