@choiceform/os-client-core 3.6.41 → 3.6.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 +13 -1
- package/dist/core.js +1 -1
- package/dist/web-core.js +1 -1
- package/index.d.ts +1 -0
- package/package.json +1 -1
package/changelog.md
CHANGED
|
@@ -22,11 +22,23 @@
|
|
|
22
22
|
|
|
23
23
|
### Removed
|
|
24
24
|
|
|
25
|
+
## 3.6.43 - 2023-7-17
|
|
26
|
+
|
|
27
|
+
### Fixed
|
|
28
|
+
|
|
29
|
+
- 修复上传节点对所有文件类型进行图片有效性的问题
|
|
30
|
+
|
|
31
|
+
## 3.6.42 - 2023-6-27
|
|
32
|
+
|
|
33
|
+
### Changed
|
|
34
|
+
|
|
35
|
+
- 当问卷设置了「自动跳过首页开始答题」,开始节点处直接获取全量的问卷数据
|
|
36
|
+
|
|
25
37
|
## 3.6.41 - 2023-6-26
|
|
26
38
|
|
|
27
39
|
### Fixed
|
|
28
40
|
|
|
29
|
-
修复 SSR 渲染导致选项 getter/setter 丢失的问题
|
|
41
|
+
- 修复 SSR 渲染导致选项 getter/setter 丢失的问题
|
|
30
42
|
|
|
31
43
|
## 3.6.39 - 2023-6-17
|
|
32
44
|
|