@choiceform/os-client-core 3.4.19 → 3.4.30

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,33 @@
16
16
 
17
17
  ### Removed
18
18
 
19
+ ## 3.4.30 - 2022-1-13
20
+
21
+ ### Added
22
+
23
+ - 创建 responses 是提交全部的 url 查询参数
24
+
25
+ ### Changed
26
+
27
+ - 调整级联回调中 index 的规则为总是遵循原始索引
28
+ - 减少 SET_PROPS 的时间的 debounce 时间
29
+
30
+ ### Fixed
31
+
32
+ - 奖励页面图片和视频数据缺失
33
+
34
+ ## 3.4.21 - 2022-1-10
35
+
36
+ ### Fixed
37
+
38
+ - 修复多语言翻译错误
39
+
40
+ ## 3.4.20 - 2022-1-10
41
+
42
+ ### Removed
43
+
44
+ - 不再为发布的类型和文档中前置 readonly
45
+
19
46
  ## 3.4.19 - 2022-1-10
20
47
 
21
48
  ### Changed