We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f79675a commit 3fba1a2Copy full SHA for 3fba1a2
playground/misc/misc-3-release-notes.md
@@ -4,9 +4,13 @@ The CodinGame SDK is regularly updated and improved. This document lets you know
4
5
## NEXT RELEASE
6
7
+### 🎁 Features
8
+
9
+- Added game statement editor with preview
10
11
### 🐞 Bug fix
12
-- 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
14
15
## 3.9.0
16
runner/src/main/resources/view/statement.css
@@ -53,8 +53,8 @@ button {
53
54
}
55
56
-.tab-buttons button.hover {
57
- background-color: #000000
+.tab-buttons button:hover {
+ opacity: 0.64;
58
59
60
.tab-buttons button.active {
0 commit comments