Skip to content

Commit 4dadf35

Browse files
committed
v2.3.2
1 parent 4c6cd3a commit 4dadf35

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

ChangeLog.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# [2025-11-17] v2.3.1
1+
# [2025-11-28] v2.3.2 - Minor Fixes
2+
3+
- Fixed ExCSS.Unity issue on Unity 2022.3
4+
- Fixed WebGL Playmode issue with `document` not being set
5+
6+
# [2025-11-17] v2.3.1
27

38
- Fixed regressions in Unity 6.3 Runtime USS where UnityEditor namespaces were still referenced in runtime code.
49

Runtime/Engine/Bundler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class Bundler : MonoBehaviour {
3636
public string[] ignoreList = new string[] { "@outputs/tsc", "node_modules", "tmp" };
3737

3838
ScriptEngine _engine;
39-
string _onejsVersion = "2.3.1";
39+
string _onejsVersion = "2.3.2";
4040

4141
void Awake() {
4242
_engine = GetComponent<ScriptEngine>();

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.singtaa.onejs",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"displayName": "OneJS",
55
"description": "OneJS brings JavaScript and many beloved web techs to Unity, seamlessly integrating with UI Toolkit without the need for a browser or webview.",
66
"unity": "2022.3",

0 commit comments

Comments
 (0)