@choiceform/os-client-core 3.4.5 → 3.4.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/changelog.md +12 -0
- package/dist/core.js +1 -1
- package/dist/web-core.js +1 -1
- package/index.d.ts +15 -4
- package/package.json +4 -3
package/changelog.md
CHANGED
|
@@ -16,6 +16,17 @@
|
|
|
16
16
|
|
|
17
17
|
### Removed
|
|
18
18
|
|
|
19
|
+
## 3.4.6 - 2021-11-29
|
|
20
|
+
|
|
21
|
+
### Added
|
|
22
|
+
|
|
23
|
+
- 增加开始按钮点击后的资源加载时间监控
|
|
24
|
+
- 新增对接后台支持的 socket 未完成答案提交
|
|
25
|
+
|
|
26
|
+
### Removed
|
|
27
|
+
|
|
28
|
+
- 移除了老方案的未完成题目的答案提交
|
|
29
|
+
|
|
19
30
|
## 3.4.5 - 2021-11-27
|
|
20
31
|
|
|
21
32
|
### Fixed
|
|
@@ -47,6 +58,7 @@
|
|
|
47
58
|
- 新增问题区隐藏属性 node.headHidden
|
|
48
59
|
- 新增循环圈单页组规则
|
|
49
60
|
- 支持循环回挖变量,节点运行时名称变量。
|
|
61
|
+
- 使用新方案实现未完成题目的答案提交
|
|
50
62
|
|
|
51
63
|
### Changed
|
|
52
64
|
|