Releases: WasiqB/multiple-cucumber-html-reporter
Releases · WasiqB/multiple-cucumber-html-reporter
Version 3.0.3
What's Changed
- Bump actions/setup-node from 1 to 3 by @dependabot in #230
- Bump actions/checkout from 2 to 3 by @dependabot in #229
- Fix issue #224 by @kabomi in #225
New Contributors
Full Changelog: v3.0.2...v3.0.3
Release 3.0.2
Release 3.0.1
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.
Release 3.0.0
Let's give a big
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
- #214 "Rework CSS to improve dark mode experience", thanks to Federico Buti
- #215 "Fix typos in issue templates", thanks to Federico Buti
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
💥 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
- #210 "Break scenario description on carriage returns", thanks to Federico Buti
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
Release 1.21.5
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
This fix removes an empty label in front of the dark mode icon
- Merge branch 'main' of https://github.com/wswebcreation/multiple-cucumber-html-reporter into main (96a7d59)
- fix: fix label border (894ecba)
Release 1.21.3
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
This PR fixes:
- #187 "Tags in feature title section are not spaced", thanks to Federico Buti
Contains: