@choiceform/os-client-core 3.4.52 → 3.4.55
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 +22 -0
- package/dist/core.js +1 -1
- package/dist/web-core.js +1 -1
- package/index.d.ts +45 -57
- package/package.json +2 -2
package/changelog.md
CHANGED
|
@@ -22,6 +22,28 @@
|
|
|
22
22
|
|
|
23
23
|
### Removed
|
|
24
24
|
|
|
25
|
+
## 3.4.55 - 2022-3-31
|
|
26
|
+
|
|
27
|
+
### Changed
|
|
28
|
+
|
|
29
|
+
- 纯粹为了升级 cfpd 发包
|
|
30
|
+
|
|
31
|
+
## 3.4.54 - 2022-3-31
|
|
32
|
+
|
|
33
|
+
### Changed
|
|
34
|
+
|
|
35
|
+
- 循环单页组中的题目总是不显示问题头内容的
|
|
36
|
+
|
|
37
|
+
### Fixed
|
|
38
|
+
|
|
39
|
+
- 修复完整答题时间的 bug
|
|
40
|
+
|
|
41
|
+
## 3.4.53 - 2022-3-30
|
|
42
|
+
|
|
43
|
+
### Changed
|
|
44
|
+
|
|
45
|
+
- 更改答题客户端规则
|
|
46
|
+
|
|
25
47
|
## 3.4.52 - 2022-3-28
|
|
26
48
|
|
|
27
49
|
### Added
|