Skip to content

Commit a0aacd2

Browse files
committed
release 4.0.9
1 parent d14568d commit a0aacd2

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [4.0.9](https://github.com/extent-framework/extentreports-java/compare/v4.0.8...v4.0.9)
2+
#### Improvements
3+
* [#35] HtmlReporter, BDD: description to appear as tooltip instead of newline
4+
* {#36] SparkReporter: display ScenarioOutline children as toggles
5+
* [#37] SparkReporter: auto-size textarea on click
6+
* [#42] CategoryView status toggles
7+
#### Fixes
8+
* [#39] Test case name overlap test case timestamp Spark Reporter
9+
* [#40] Author & device name don't have a background label
10+
* [#43] SparkReporter: issue with `setCSS` not working
11+
112
## [4.0.8](https://github.com/extent-framework/extentreports-java/compare/v4.0.7...v4.0.8)
213
#### Fixes
314
* [#31] ExtentHtmlReporter does not display devices

pom-nexus.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.aventstack</groupId>
66
<artifactId>extentreports</artifactId>
7-
<version>4.0.8</version>
7+
<version>4.0.9</version>
88

99
<name>extentreports</name>
1010
<url>www.extentreports.com</url>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.aventstack</groupId>
66
<artifactId>extentreports</artifactId>
7-
<version>4.0.8</version>
7+
<version>4.0.9</version>
88

99
<name>extentreports</name>
1010
<url>www.extentreports.com</url>

0 commit comments

Comments
 (0)