@choiceform/os-client-core 3.4.21 → 3.4.32

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 CHANGED
@@ -16,6 +16,37 @@
16
16
 
17
17
  ### Removed
18
18
 
19
+ ## 3.4.32 - 2022-1-17
20
+
21
+ ### Changed
22
+
23
+ - 支持从纯变量中解析出第三方对接 url
24
+
25
+ ### Fixed
26
+
27
+ - 修复正式提交中没有处理配额满和收集器满的边缘情况
28
+
29
+ ## 3.4.31 - 2022-1-13
30
+
31
+ ### Fixed
32
+
33
+ - 修复奖励节点没有图片时的渲染问题
34
+
35
+ ## 3.4.30 - 2022-1-13
36
+
37
+ ### Added
38
+
39
+ - 创建 responses 是提交全部的 url 查询参数
40
+
41
+ ### Changed
42
+
43
+ - 调整级联回调中 index 的规则为总是遵循原始索引
44
+ - 减少 SET_PROPS 的时间的 debounce 时间
45
+
46
+ ### Fixed
47
+
48
+ - 奖励页面图片和视频数据缺失
49
+
19
50
  ## 3.4.21 - 2022-1-10
20
51
 
21
52
  ### Fixed