@choiceform/os-client-core 3.4.0 → 3.4.1
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 +1 -3
- package/dist/core.js +1 -1
- package/dist/web-core.js +1 -1
- package/index.d.ts +6 -9
- package/package.json +2 -3
package/changelog.md
CHANGED
|
@@ -16,14 +16,13 @@
|
|
|
16
16
|
|
|
17
17
|
### Removed
|
|
18
18
|
|
|
19
|
-
## 3.4.
|
|
19
|
+
## 3.4.1 - 2021-11-23
|
|
20
20
|
|
|
21
21
|
### Added
|
|
22
22
|
|
|
23
23
|
- 新增问题区隐藏属性 node.headHidden
|
|
24
24
|
- 新增循环圈单页组规则
|
|
25
25
|
- 支持循环回挖变量,节点运行时名称变量。
|
|
26
|
-
- 使用新方案实现未完成题目的答案提交
|
|
27
26
|
|
|
28
27
|
### Changed
|
|
29
28
|
|
|
@@ -32,7 +31,6 @@
|
|
|
32
31
|
|
|
33
32
|
### Removed
|
|
34
33
|
|
|
35
|
-
- 移除了老方案的未完成题目的答案提交
|
|
36
34
|
- 移除了选项索引相关属性
|
|
37
35
|
|
|
38
36
|
## 3.3.3 - 2021-11-8
|