@choiceform/os-client-core 3.4.40 → 3.4.43
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 +23 -0
- package/dist/core.js +1 -1
- package/dist/web-core.js +1 -1
- package/index.d.ts +114 -83
- package/package.json +3 -3
package/changelog.md
CHANGED
|
@@ -22,6 +22,29 @@
|
|
|
22
22
|
|
|
23
23
|
### Removed
|
|
24
24
|
|
|
25
|
+
## 3.4.43 - 2022-3-12
|
|
26
|
+
|
|
27
|
+
### Fixed
|
|
28
|
+
|
|
29
|
+
- 紧急修复因配置更改导致图片不显示的问题
|
|
30
|
+
|
|
31
|
+
## 3.4.42 - 2022-3-11
|
|
32
|
+
|
|
33
|
+
### Fixed
|
|
34
|
+
|
|
35
|
+
- 紧急修复随机、循环中的题目出现的未完成答案中提交 null 的 bug
|
|
36
|
+
|
|
37
|
+
## 3.4.41 - 2022-3-11
|
|
38
|
+
|
|
39
|
+
### Added
|
|
40
|
+
|
|
41
|
+
- 增加对预设富文本样式的处理
|
|
42
|
+
- 更改图标获取路径
|
|
43
|
+
|
|
44
|
+
### Fixed
|
|
45
|
+
|
|
46
|
+
- 书签下载 bug
|
|
47
|
+
|
|
25
48
|
## 3.4.40 - 2022-3-1
|
|
26
49
|
|
|
27
50
|
### Fixed
|