Releases: WasiqB/multiple-cucumber-html-reporter
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:
Release 1.21.1
This release fixes two things:
- #183 the code sections
<pre><p>Some code</p></pre>
wasn't showing properly in dark mode, thanks to Basker Peram Subramaniyan - #185 the page footer was broken and is fixed again, thanks to Federico Buti
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
🎉 , thanks to the amazing Basker Peram Subramaniyan 🚀 this module now supports Dark Mode!
Contains:
- chore: update docs (6d8e758)
- Merge branch 'main' of https://github.com/wswebcreation/multiple-cucumber-html-reporter into main (0a038b3)
- Merge pull request #182 from Baskercarrer/main (79bfe4e)
- Merge branch 'main' of https://github.com/Baskercarrer/multiple-cucumber-html-reporter into main (ec9a096)
- Dark theme added by toggle option * fixed - as per suggestion. (644e662)
- Merge branch 'main' of https://github.com/wswebcreation/multiple-cucumber-html-reporter into main (0c36437)
- Dark theme added by toggle option * fixed - as per suggestion. (e907216)
- Merge remote-tracking branch 'origin/main' (4108c97)
- Dark theme added by toggle option * fixed - as per suggestion. (f265238)
- Merge branch 'main' into main (c5f8b16)
- Dark theme added by toggle option * Added heavy dark color code (f8648f9)
- Dark theme added by toggle option * Colors applied by element level. I know it is not a profressional way. Please feel free to decline it if not suits. (6be2155)