Releases: CodinGame/codingame-game-engine
Releases Β· CodinGame/codingame-game-engine
v4.5.0
v4.4.4
π Bug fix
- Fixed
Text
not displaying or duplicating backslash characters in the viewer - Removed "missing welcome_en.html file" warning.
v4.4.3
π Bug fix
- Included more information in Buffer capacity reached erro log.
v4.4.2
π Bug fix
- Fixed
BufferedGroup
width calculation when no children occupy coordinates 0,0
v4.4.1
π Bug fix
- Fixed zIndex not getting updated
v4.4.0
π Features
PIXI.js
updated to v6.5.3
π Bug fix
- Fixed canvas mode fallback
v4.3.2
π Bug fix
- Enforce dependencies between certain viewer modules.
v4.3.1
v4.3.0
π Features
BufferedGroups
can now be used as masks.
π Bug fix
- Children with equal
zIndices
are now rendered by order of insertion inGroups
andBufferedGroups
.
v4.2.1
π Bug fix
- Fixed zIndexing in
BufferedGroups
.