@choiceform/os-client-core 3.4.22 → 3.4.33
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 +27 -2
- package/dist/core.js +1 -1
- package/dist/web-core.js +1 -1
- package/index.d.ts +25 -3
- package/package.json +2 -2
package/changelog.md
CHANGED
|
@@ -16,7 +16,29 @@
|
|
|
16
16
|
|
|
17
17
|
### Removed
|
|
18
18
|
|
|
19
|
-
## 3.4.
|
|
19
|
+
## 3.4.33 - 2022-1-18
|
|
20
|
+
|
|
21
|
+
### Changed
|
|
22
|
+
|
|
23
|
+
- 特殊处理页面跳转类型的第三方对接,如果准备打开跳转页面,则不显示内置的结束页面或配额失败错误弹框等内容,避免跳转前的闪烁问题。
|
|
24
|
+
|
|
25
|
+
## 3.4.32 - 2022-1-17
|
|
26
|
+
|
|
27
|
+
### Changed
|
|
28
|
+
|
|
29
|
+
- 支持从纯变量中解析出第三方对接 url
|
|
30
|
+
|
|
31
|
+
### Fixed
|
|
32
|
+
|
|
33
|
+
- 修复正式提交中没有处理配额满和收集器满的边缘情况
|
|
34
|
+
|
|
35
|
+
## 3.4.31 - 2022-1-13
|
|
36
|
+
|
|
37
|
+
### Fixed
|
|
38
|
+
|
|
39
|
+
- 修复奖励节点没有图片时的渲染问题
|
|
40
|
+
|
|
41
|
+
## 3.4.30 - 2022-1-13
|
|
20
42
|
|
|
21
43
|
### Added
|
|
22
44
|
|
|
@@ -26,7 +48,10 @@
|
|
|
26
48
|
|
|
27
49
|
- 调整级联回调中 index 的规则为总是遵循原始索引
|
|
28
50
|
- 减少 SET_PROPS 的时间的 debounce 时间
|
|
29
|
-
|
|
51
|
+
|
|
52
|
+
### Fixed
|
|
53
|
+
|
|
54
|
+
- 奖励页面图片和视频数据缺失
|
|
30
55
|
|
|
31
56
|
## 3.4.21 - 2022-1-10
|
|
32
57
|
|