@choiceform/os-client-core 3.4.51 → 3.4.54
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 +26 -0
- package/dist/core.js +1 -1
- package/dist/web-core.js +1 -1
- package/index.d.ts +48 -56
- package/package.json +2 -2
package/changelog.md
CHANGED
|
@@ -22,6 +22,32 @@
|
|
|
22
22
|
|
|
23
23
|
### Removed
|
|
24
24
|
|
|
25
|
+
## 3.4.54 - 2022-3-31
|
|
26
|
+
|
|
27
|
+
### Changed
|
|
28
|
+
|
|
29
|
+
- 强制设置循环单页组中的题目为 headHidden
|
|
30
|
+
|
|
31
|
+
## 3.4.53 - 2022-3-30
|
|
32
|
+
|
|
33
|
+
### Changed
|
|
34
|
+
|
|
35
|
+
- 更改答题客户端规则
|
|
36
|
+
|
|
37
|
+
## 3.4.52 - 2022-3-28
|
|
38
|
+
|
|
39
|
+
### Added
|
|
40
|
+
|
|
41
|
+
- 选项组标题支持富文本解析
|
|
42
|
+
|
|
43
|
+
### Changed
|
|
44
|
+
|
|
45
|
+
- 图片选择题,上传题,菜单题,级联题的选项可以显示富文本内容
|
|
46
|
+
|
|
47
|
+
### Fixed
|
|
48
|
+
|
|
49
|
+
- 字符验证时允许小数点
|
|
50
|
+
|
|
25
51
|
## 3.4.51 - 2022-3-20
|
|
26
52
|
|
|
27
53
|
### Removed
|