From 1495d5d88346fcf432fde5856638a62b5ccc2336 Mon Sep 17 00:00:00 2001
From: Benjamin Bischoff <5775857+bischoffdev@users.noreply.github.com>
Date: Fri, 15 Mar 2024 14:51:10 +0100
Subject: [PATCH] 3.6.1 (#335)
* ignored config
* bugfixes
---
CHANGELOG.md | 11 ++
core/pom.xml | 4 +-
engine/pom.xml | 4 +-
.../cluecumber/engine/json/pojo/Argument.java | 25 +++-
.../resources/template/scenario-detail.ftl | 135 ++++++++++++------
.../main/resources/template/snippets/js.ftl | 7 +-
examples/maven-example/pom.xml | 4 +-
maven/pom.xml | 4 +-
pom.xml | 2 +-
9 files changed, 143 insertions(+), 53 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4f159a60..69012b0a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
Back to [Readme](README.md).
+## [3.6.1] - 2024-03-15
+
+### Fixed
+
+* expandBeforeAfterHooks setting is ignored [#333]
+* Html attachments could have a height of 0 on first load
+
+### Changed
+* Toggle buttons for all steps, hooks, attachments, outputs and sub sections have now specific "Hide" and "Show" labels
+
## [3.6.0] - 2024-03-14
### Fixed
@@ -849,6 +859,7 @@ the core component is now the reporting engine that is the base for other forms
Initial project version on GitHub and Maven Central.
+[3.6.1]: https://github.com/trivago/cluecumber-report-plugin/tree/v3.6.1
[3.6.0]: https://github.com/trivago/cluecumber-report-plugin/tree/v3.6.0
[3.5.1]: https://github.com/trivago/cluecumber-report-plugin/tree/v3.5.1
diff --git a/core/pom.xml b/core/pom.xml
index 489f6fae..b05cd32e 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -6,13 +6,13 @@