@choiceform/os-client-core 3.4.0 → 3.4.4
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 +19 -3
- package/dist/core.js +1 -1
- package/dist/web-core.js +1 -1
- package/index.d.ts +20 -28
- package/package.json +3 -4
package/changelog.md
CHANGED
|
@@ -16,14 +16,31 @@
|
|
|
16
16
|
|
|
17
17
|
### Removed
|
|
18
18
|
|
|
19
|
-
## 3.4.
|
|
19
|
+
## 3.4.4 - 2021-11-25
|
|
20
|
+
|
|
21
|
+
### Added
|
|
22
|
+
|
|
23
|
+
- 增加短信验证倒计时拦截保护
|
|
24
|
+
|
|
25
|
+
### Changed
|
|
26
|
+
|
|
27
|
+
- 提取验证码获取模块
|
|
28
|
+
- 更改短信验证返回值类型
|
|
29
|
+
|
|
30
|
+
## 3.4.3 - 2021-11-24
|
|
31
|
+
|
|
32
|
+
### Fixed
|
|
33
|
+
|
|
34
|
+
- 修复 HTML 标签 tagName 大小写问题
|
|
35
|
+
- 修复吸收选项引用组时节点不存在的情况
|
|
36
|
+
|
|
37
|
+
## 3.4.1 - 2021-11-23
|
|
20
38
|
|
|
21
39
|
### Added
|
|
22
40
|
|
|
23
41
|
- 新增问题区隐藏属性 node.headHidden
|
|
24
42
|
- 新增循环圈单页组规则
|
|
25
43
|
- 支持循环回挖变量,节点运行时名称变量。
|
|
26
|
-
- 使用新方案实现未完成题目的答案提交
|
|
27
44
|
|
|
28
45
|
### Changed
|
|
29
46
|
|
|
@@ -32,7 +49,6 @@
|
|
|
32
49
|
|
|
33
50
|
### Removed
|
|
34
51
|
|
|
35
|
-
- 移除了老方案的未完成题目的答案提交
|
|
36
52
|
- 移除了选项索引相关属性
|
|
37
53
|
|
|
38
54
|
## 3.3.3 - 2021-11-8
|