@choiceform/os-client-core 3.4.41 → 3.4.44
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 +18 -0
- package/dist/core.js +1 -1
- package/dist/web-core.js +1 -1
- package/index.d.ts +4 -0
- package/package.json +3 -3
package/changelog.md
CHANGED
|
@@ -22,6 +22,24 @@
|
|
|
22
22
|
|
|
23
23
|
### Removed
|
|
24
24
|
|
|
25
|
+
## 3.4.44 - 2022-3-15
|
|
26
|
+
|
|
27
|
+
### Changed
|
|
28
|
+
|
|
29
|
+
- 短化预设样式的选择器
|
|
30
|
+
|
|
31
|
+
## 3.4.43 - 2022-3-12
|
|
32
|
+
|
|
33
|
+
### Fixed
|
|
34
|
+
|
|
35
|
+
- 紧急修复因配置更改导致图片不显示的问题
|
|
36
|
+
|
|
37
|
+
## 3.4.42 - 2022-3-11
|
|
38
|
+
|
|
39
|
+
### Fixed
|
|
40
|
+
|
|
41
|
+
- 紧急修复随机、循环中的题目出现的未完成答案中提交 null 的 bug
|
|
42
|
+
|
|
25
43
|
## 3.4.41 - 2022-3-11
|
|
26
44
|
|
|
27
45
|
### Added
|