@@ -10,11 +10,12 @@ The CodinGame SDK is regularly updated and improved. This document lets you know
10
10
- A Text can now have semicolons in it
11
11
- Improved error handling
12
12
13
+
13
14
## 3.4.7
14
15
15
16
### 🐞 Bug fix
16
17
17
- - Fixed ToggleModule and improved its API.
18
+ - Fixed ` ToggleModule ` and improved its API.
18
19
19
20
## 3.4.6
20
21
@@ -23,31 +24,51 @@ The CodinGame SDK is regularly updated and improved. This document lets you know
23
24
- The intro replay file ` demo.js ` is now smaller when generated from scratch.
24
25
- Improve game load performance.
25
26
27
+ ### ⚠️ Known issues
28
+
29
+ - ` ToggleModule ` only works in local IDE
30
+
26
31
## 3.4.5
27
32
28
33
### 🐞 Bug fix
29
34
30
35
- ` EndScreenModule ` now compatible with PIXI v4.8.5
31
36
37
+ ### ⚠️ Known issues
38
+
39
+ - ` ToggleModule ` only works in local IDE
40
+
32
41
## 3.4.4
33
42
34
43
### 🐞 Bug fix
35
44
36
45
- Improved error handling.
37
46
47
+ ### ⚠️ Known issues
48
+
49
+ - ` ToggleModule ` only works in local IDE
50
+
38
51
## 3.4.3
39
52
40
53
### 🐞 Bug fix
41
54
42
55
- The ` EndScreenModule ` now properly handles more than two players.
43
56
57
+ ### ⚠️ Known issues
58
+
59
+ - ` ToggleModule ` only works in local IDE
60
+
44
61
## 3.4.2
45
62
46
63
### 🐞 Bug fixes
47
64
48
65
- ` Circle ` entities now displayed again
49
66
- Included missing ` setLeagueLevel ` method in the ` GameRunner `
50
67
68
+ ### ⚠️ Known issues
69
+
70
+ - ` ToggleModule ` only works in local IDE
71
+
51
72
## 3.4.1
52
73
53
74
### 🎁 New features
@@ -66,6 +87,7 @@ The CodinGame SDK is regularly updated and improved. This document lets you know
66
87
### ⚠️ Known issues
67
88
68
89
- ` Circle ` entities no longer displayed
90
+ - ` ToggleModule ` only works in local IDE
69
91
70
92
## 3.4.0
71
93
@@ -82,6 +104,10 @@ The CodinGame SDK is regularly updated and improved. This document lets you know
82
104
- ` setFrameDuration() ` now throws an exception on non-positive values.
83
105
- We no longer wait the full player timeout time when creating a frame when no players have been executed.
84
106
107
+ ### ⚠️ Known issues
108
+
109
+ - ` ToggleModule ` only works in local IDE
110
+
85
111
## 3.3.1
86
112
87
113
### 🐞 Bug fix
@@ -91,6 +117,7 @@ The CodinGame SDK is regularly updated and improved. This document lets you know
91
117
### ⚠️ Known issues
92
118
93
119
- Frames created when no players have been executed will still wait the full player timeout time.
120
+ - ` ToggleModule ` only works in local IDE
94
121
95
122
## 3.3.0
96
123
@@ -101,6 +128,7 @@ The CodinGame SDK is regularly updated and improved. This document lets you know
101
128
### ⚠️ Known issues
102
129
103
130
- Frames created when no players have been executed will still wait the full player timeout time.
131
+ - ` ToggleModule ` only works in local IDE
104
132
105
133
## 3.2.0
106
134
@@ -118,6 +146,7 @@ The CodinGame SDK is regularly updated and improved. This document lets you know
118
146
- Frames created when no players have been executed will still wait the full player timeout time.
119
147
- Maven modules not available as dependencies
120
148
- ` setFrameDuration() ` does not work in the ` init() ` .
149
+ - ` ToggleModule ` only works in local IDE
121
150
122
151
## 3.1.0
123
152
0 commit comments