Skip to content

Releases: WasiqB/multiple-cucumber-html-reporter

Release 3.0.1

30 Sep 14:23
Compare
Choose a tag to compare

This release completes the work started in #213 by removing moment.js in favour of luxon. While very stable, moment.js received very little updates in the last two years and its usage is substantially discouraged by its maintainers.

  • Merge pull request #218 from BaCaRoZzo/issue#195_moment (cbd4999)
  • Remove moment.js and introduce luxon (75d29ad)

Release 3.0.0

30 Sep 06:30
Compare
Choose a tag to compare

Let's give a big
giphy-downsized-large
to Federico Buti for all his work on this release (and all other releases)

💥 Breaking Change

  • #213 "Update dependencies to latest available versions", thanks to Federico Buti. This drops support for NodeJS 12 and makes 14 leading

💅 Polish

Contains:

  • Merge pull request #213 from BaCaRoZzo/issue#195 (d3f6596)
  • Merge pull request #214 from BaCaRoZzo/new_freaking_dark_style (310fe49)
  • Merge pull request #215 from BaCaRoZzo/fix_templates (2c7db7a)
  • Fix typos in issue templates (5877d54)
  • Rework CSS to improve dark mode experience (136ba3d)
  • Drop istanbul in favor of nyc (51a2bd8)
  • Drop moment in favor of luxon (fdb576f)
  • Update dependencies to latest available versions (ede829c)

Release 2.0.0

28 Aug 06:21
Compare
Choose a tag to compare

💥 Breaking Change

  • #209 "Ditch color function and CSS variables usage", thanks to Federico Buti. Because it reverts a previous implementation it's marked as a breaking change.

🐛 Bug Fix

  • #211 "fix incorrect status icon and pending/skip count in feature details table", thanks to
    talsen team GmbH

💅 Polish

Contains:

  • Merge pull request #209 from BaCaRoZzo/issue#192_2 (6499edd)
  • Merge pull request #211 from talsenteam/main (6414b9d)
  • Merge pull request #210 from BaCaRoZzo/issue#204 (3c46303)
  • Merge branch 'fix-the-columns' into 'main' (8e84b1b)
  • fix order of columns in feature report table (8ad3a9f)
  • Merge branch 'fix-passing-when-scenarios-pending' into 'main' (0febd54)
  • Break scenario description on carriage returns (5072d7d)
  • Update documentation and tests to ger rid of CSS variables (a53f223)
  • Ditch color function and CSS variables usage (f114d14)
  • fixed features being marked as passed in overview when all scenarios are pending (17b258b)

Release 1.21.6

02 Aug 07:05
Compare
Choose a tag to compare

Release 1.21.5

29 Jul 16:00
Compare
Choose a tag to compare

This release fixes colors for pie chart which were not consistent with icon colors, thanks to talsen team GmbH

Contains:

  • Merge pull request #203 from talsenteam/fix/colors-for-pie-chart (1d6ee1d)
  • fix the label list (758e2b8)
  • fix static list in features overview and leave the detailed view as it is (156e02f)
  • keep sorting consistent with the chart style definition (cbe2c41)
  • fix the static color list to match the icon colors (fde023a)
  • Merge pull request #197 from GeorgeXCV/patch-1 (3282501)
  • Fix syntax error (29c4984)

Release 1.21.4

13 Jun 06:02
Compare
Choose a tag to compare

This fix removes an empty label in front of the dark mode icon

Release 1.21.3

13 Jun 05:54
Compare
Choose a tag to compare

This release adds a darkmode icon, thanks to Basker Peram Subramaniyan

Contains:

  • Merge pull request #189 from Baskercarrer/main (fb9eb05)
  • Color Enchancement in darkmode * Added chocolate color for all gherkin keywords (Background, Scenario, Given, When, Then) * Changed the toogle-on/off to moon/sun icon. (e1b301b)
  • Color Enchancement in darkmode * Added chocolate color for all gherkin keywords (Background, Scenario, Given, When, Then) * Changed the toogle-on/off to moon/sun icon. (c638e53)
  • Merge branch 'wswebcreation:main' into main (6792212)
  • Color Enchancement in darkmode * Added chocolate color for all gherkin keywords (Background, Scenario, Given, When, Then) (7f80384)

Release 1.21.2

30 May 05:10
Compare
Choose a tag to compare

This PR fixes:

Contains:

  • Merge pull request #188 from BaCaRoZzo/issue#187 (5969beb)
  • Ensure space is inserted between tags (a356972)

Release 1.21.1

28 May 05:45
Compare
Choose a tag to compare

This release fixes two things:

Contains:

  • Merge pull request #185 from BaCaRoZzo/issue#184 (22c303a)
  • Improve phrasing on dark mode toggle hiding (3160c7b)
  • Merge pull request #183 from Baskercarrer/main (4c4932b)
  • Update templates/style.css (a1846f6)
  • Hide dark mode toggle in custom example (c53fe34)
  • Fix pageFooter option and use double-bang on customMetadata (47e5d3e)
  • Merge remote-tracking branch 'origin/main' (e2d427e)
  • Dark theme added by toggle option * Highlighted tags as yellow color (38e2ed7)
  • Merge branch 'wswebcreation:main' into main (c97f19a)
  • Dark theme added by toggle option * Minor fix for error messages to be in dark mode (1669a99)

Release 1.21.0

26 May 16:15
Compare
Choose a tag to compare

🎉 , thanks to the amazing Basker Peram Subramaniyan 🚀 this module now supports Dark Mode!

image
image

Contains: