Releases: WasiqB/multiple-cucumber-html-reporter
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)
Release 1.20.1
This release contains a lot of work from Federico Buti, thanks for that my friend 🎉 !
This fixes
- "Allow to have custom descriptions" #179
- "Donut charts do not pick color customization" #176
- "Invalid characters being reported" #46
Contains:
- Merge pull request #180 from BaCaRoZzo/issue#179 (c264bc4)
- Merge branch 'main' into issue#179 (a6b029e)
- Merge pull request #178 from BaCaRoZzo/issue#176 (3d0425e)
- Merge pull request #177 from BaCaRoZzo/issue#46 (2f583a5)
- Improve documentation on CSS variable usage (b8583c1)
- Improve new flag documentation (42050a4)
- Change parameters handling for parameters default to false (3cda95b)
- Drop now unused "js-base64" dependency (c8b3b98)
- Drop base64 encoding on html mimetype (bdbcc54)
- Document new vanilla description option and add it to the tests (6db6ff7)
- Add option to have plain description in cucumber template (d956aab)
- Minor readme change to point user to test folder for style customizations (3c51ccf)
- Add custom donut charts colors on CSS (a130b27)
- Add colors fetching function and use it with donuts (e6190c1)
- Style/warning fixes (25d96e4)
- Remove base64 encoding for text/plain mimetype (950b31c)
- Fix feature property naming (3ce8ab3)
- Fix CSS component naming (1a2769c)
Release 1.20.0
This release fixes #170, thanks to Federico Buti
Contains:
- Merge pull request #173 from wswebcreation/dependabot/npm_and_yarn/moment-2.29.2 (d4ccc58)
- Merge pull request #174 from wswebcreation/dependabot/npm_and_yarn/minimist-1.2.6 (23d180a)
- Merge pull request #171 from BaCaRoZzo/issue#170 (c08b740)
- chore(deps): bump minimist from 1.2.5 to 1.2.6 (0e990ed)
- chore(deps): bump moment from 2.29.1 to 2.29.2 (435dcb3)
- Mention custom metadata behaviour in readme and fix typos (d1b84f8)
- Ensure custom metadata is overwritten only if not set already (fa620c8)
- chore: fix deps (0f39374)
Release 1.19.0
This release contains:
-
Merge pull request #166 from Baskercarrer/main (6522188)
This will add the feature name and path to the feature page, see below
Huge thanks goes to bhaslamb -
Merge pull request #165 from bhaslamb/headless_fix (c0e5a52)
Adds a headless icon
adds a filter on the feature page
Huge thanks goes to bhaslamb
Release 1.18.3
Release 1.18.2
Contains:
- Merge pull request #158 from wswebcreation/feat/add-gh-workflow (4bffc09)
- Merge pull request #155 from pazaan/pazaan/escapeRestWireData (5926fac)
- Merge pull request #152 from MaxManthey/fix/scenario-tags-failed-tests-fix (9e377a1)
- Merge branch 'master' into fix/scenario-tags-failed-tests-fix (8042eff)
- Merge pull request #147 from MaxManthey/master (e1ba4cf)
- Update templates/components/features-overview.tmpl (dda4dcb)
- Update templates/components/features-overview.tmpl (58aa738)
- feat: add gh-workflow (958d6a0)
- More aggresive
_escapeHtml
, and escaperestWireData
(be0ce8c) - implemented fixes (cf24652)
- Merge pull request #144 from kontownik/patch-1 (b9bca5b)
- replaced for loops (be8b696)
- added all feature tags to table for searching purposes (0e846b4)
- Fix for #143 (2fbf536)
Committers:
New features
This PR adds the following functionality:
- "Display the date and time at which the JSON-files were generated", see PR 131. Check the docs here on how to use it. Thanks to Henri d'Orgeval
- "Hide the metadata if you don't need it". Check the dos here on how to use it. It will hide the Devicetype, Device, OS, App, Browser column in the feature overview and not show the metadata column on the scenario page
See the below screenshots for the extra Date
column and the metadata that is now being shown
Contains:
- Merge pull request #133 from wswebcreation/feat/add-hide-metadata f4e906e
- feat: add hideMetadata 32b0c2d
- Merge pull request #131 from hdorgeval/master 9bae95e
- docs(readme): add documentation on displayReportTime option 199136e
- test(reporter): add tests for displayReportTime option 38b39b7
- feat(reporter): add displayReportTime option 0febdcd
- chore(git): do not track package files da93b49
- chore(vscode): be able to debug test files 9a0c64b
- Update stale.yml 4e98313
Add support for background and feature hooks
This PR will add support for Background scenario's and feature hooks
Contains:
Fix Edge icon detection
This PR fixes the icon detection for MSEdge, thanks to Bart Steensma
Contains: