We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d24502d commit a23f98eCopy full SHA for a23f98e
2 files changed
ChangeLog.md
@@ -1,4 +1,10 @@
1
-# [2025-06-29] v2.2.4
+# [2025-07-27] v2.2.5
2
+
3
+- SimpleGrid bugfix
4
+- Game UIs CI test
5
+- DomStyle caching
6
7
+# [2025-06-29] v2.2.4
8
9
- CultureInfo.InvariantCulture for Length parsing
10
- EditorScriptEngine updates
Runtime/Engine/Bundler.cs
@@ -36,7 +36,7 @@ public class Bundler : MonoBehaviour {
36
public string[] ignoreList = new string[] { "@outputs/tsc", "node_modules", "tmp" };
37
38
ScriptEngine _engine;
39
- string _onejsVersion = "2.2.4";
+ string _onejsVersion = "2.2.5";
40
41
void Awake() {
42
_engine = GetComponent<ScriptEngine>();
0 commit comments