@choiceform/os-client-core 3.4.30 → 3.4.34

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,39 @@
16
16
 
17
17
  ### Removed
18
18
 
19
+ ## 3.4.34 - 2022-1-24
20
+
21
+ ### Added
22
+
23
+ - 自定义的 url 参数支持
24
+
25
+ ### Changed
26
+
27
+ - utils 暴露获取单个答案的方法
28
+ - 验证题目时尝试验证所有的选项并标记错误
29
+
30
+ ## 3.4.33 - 2022-1-18
31
+
32
+ ### Changed
33
+
34
+ - 特殊处理页面跳转类型的第三方对接,如果准备打开跳转页面,则不显示内置的结束页面或配额失败错误弹框等内容,避免跳转前的闪烁问题。
35
+
36
+ ## 3.4.32 - 2022-1-17
37
+
38
+ ### Changed
39
+
40
+ - 支持从纯变量中解析出第三方对接 url
41
+
42
+ ### Fixed
43
+
44
+ - 修复正式提交中没有处理配额满和收集器满的边缘情况
45
+
46
+ ## 3.4.31 - 2022-1-13
47
+
48
+ ### Fixed
49
+
50
+ - 修复奖励节点没有图片时的渲染问题
51
+
19
52
  ## 3.4.30 - 2022-1-13
20
53
 
21
54
  ### Added