@choiceform/os-client-core 3.4.6 → 3.4.10

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,36 @@
16
16
 
17
17
  ### Removed
18
18
 
19
+ ## 3.4.10 - 2021-12-8
20
+
21
+ ### Fixed
22
+
23
+ - 修复选项过滤器比较基准选项组 bug
24
+
25
+ ## 3.4.9 - 2021-12-7
26
+
27
+ ### Added
28
+
29
+ - 首页数据中新增了 publishedAt 属性
30
+
31
+ ### Changed
32
+
33
+ - 更改微信分享时的图标
34
+
35
+ ## 3.4.8 - 2021-12-4
36
+
37
+ ### Changed
38
+
39
+ - 移除一些错误日志,优化跳转链接后的错误处理
40
+
41
+ ## 3.4.7 - 2021-12-1
42
+
43
+ ### Changed
44
+
45
+ - 优化减少开始页面的加载资源
46
+ - 开始页面初始渲染完成后,会启动预加载
47
+ - 资源不再在点击开始时一起加载,而是结合预加载程序按需加载。
48
+
19
49
  ## 3.4.6 - 2021-11-29
20
50
 
21
51
  ### Added