@choiceform/os-client-core 3.4.5 → 3.4.9

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,41 @@
16
16
 
17
17
  ### Removed
18
18
 
19
+ ## 3.4.9 - 2021-12-7
20
+
21
+ ### Added
22
+
23
+ - 首页数据中新增了 publishedAt 属性
24
+
25
+ ### Changed
26
+
27
+ - 更改微信分享时的图标
28
+
29
+ ## 3.4.8 - 2021-12-4
30
+
31
+ ### Changed
32
+
33
+ - 移除一些错误日志,优化跳转链接后的错误处理
34
+
35
+ ## 3.4.7 - 2021-12-1
36
+
37
+ ### Changed
38
+
39
+ - 优化减少开始页面的加载资源
40
+ - 开始页面初始渲染完成后,会启动预加载
41
+ - 资源不再在点击开始时一起加载,而是结合预加载程序按需加载。
42
+
43
+ ## 3.4.6 - 2021-11-29
44
+
45
+ ### Added
46
+
47
+ - 增加开始按钮点击后的资源加载时间监控
48
+ - 新增对接后台支持的 socket 未完成答案提交
49
+
50
+ ### Removed
51
+
52
+ - 移除了老方案的未完成题目的答案提交
53
+
19
54
  ## 3.4.5 - 2021-11-27
20
55
 
21
56
  ### Fixed
@@ -47,6 +82,7 @@
47
82
  - 新增问题区隐藏属性 node.headHidden
48
83
  - 新增循环圈单页组规则
49
84
  - 支持循环回挖变量,节点运行时名称变量。
85
+ - 使用新方案实现未完成题目的答案提交
50
86
 
51
87
  ### Changed
52
88