Skip to content

Commit 3fba1a2

Browse files
author
Jay Ng
committed
feature(statement preview): updated changelog
1 parent f79675a commit 3fba1a2

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

playground/misc/misc-3-release-notes.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ The CodinGame SDK is regularly updated and improved. This document lets you know
44

55
## NEXT RELEASE
66

7+
### 🎁 Features
8+
9+
- Added game statement editor with preview
10+
711
### 🐞 Bug fix
812

9-
- Fixed crashes when invalid JSON files are in assets folder
13+
- Report malformed JSON error instead of crashing when there are invalid JSON files in assets folder
1014

1115
## 3.9.0
1216

runner/src/main/resources/view/statement.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ button {
5353

5454
}
5555

56-
.tab-buttons button.hover {
57-
background-color: #000000
56+
.tab-buttons button:hover {
57+
opacity: 0.64;
5858
}
5959

6060
.tab-buttons button.active {

0 commit comments

Comments
 (0)