You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: releasenote.md
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,10 @@
18
18
19
19
快速预览超时时会通知编辑器,便于定位循环跳转或过长快进造成的问题。
20
20
21
+
新增编辑器调试协议,可设置文本已读显示模式,便于在模板和样式调试中预览已读文本效果。
22
+
23
+
优化文本框模板的已读文本样式类,支持分别定制整体、外层和内层文本的已读样式。
24
+
21
25
#### 修复
22
26
23
27
修复快速预览中自动选择选项后流程继续推进异常的问题。
@@ -30,6 +34,8 @@
30
34
31
35
修复 Pixi 条件渲染在状态变化后可能未及时刷新的问题。
32
36
37
+
修复 npm 包中缺少 webgal-engine.json 的问题。
38
+
33
39
<!-- English Translation -->
34
40
## Release Notes
35
41
@@ -51,6 +57,10 @@ Improved BGM, voice, video, background, figure, effect, and variable behavior du
51
57
52
58
Fast preview timeout now notifies the editor, making it easier to locate loop jumps or excessively long fast-forward calculations.
53
59
60
+
Added editor debug protocol support for setting text read display mode, making it easier to preview read-text effects while debugging templates and styles.
61
+
62
+
Improved read-text style classes in textbox templates, allowing separate customization for the full text element, outer text, and inner text.
63
+
54
64
#### Fixes
55
65
56
66
Fixed fast preview flow continuing incorrectly after automatically selecting a choose option.
@@ -63,6 +73,8 @@ Fixed setTransform / changeFigure / changeBg desynchronization in some state res
63
73
64
74
Fixed Pixi conditional rendering sometimes not refreshing immediately after state changes.
65
75
76
+
Fixed webgal-engine.json missing from the npm package.
0 commit comments