@choiceform/os-client-core 3.4.49 → 3.4.52

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
@@ -22,6 +22,33 @@
22
22
 
23
23
  ### Removed
24
24
 
25
+ ## 3.4.52 - 2022-3-28
26
+
27
+ ### Added
28
+
29
+ - 选项组标题支持富文本解析
30
+
31
+ ### Changed
32
+
33
+ - 图片选择题,上传题,菜单题,级联题的选项可以显示富文本内容
34
+
35
+ ### Fixed
36
+
37
+ - 字符验证时允许小数点
38
+
39
+ ## 3.4.51 - 2022-3-20
40
+
41
+ ### Removed
42
+
43
+ - 移除了媒体转化成图片名的措施,以后:在显示内容中总是##围绕的 URL 地址,在参数中总是纯 URL 地址
44
+
45
+ ## 3.4.50 - 2022-3-19
46
+
47
+ ### Changed
48
+
49
+ - 增加自动 logo 显示控制属性
50
+ - 修改自定义 logo 属性总是存在于全局 state 上,不在存在结束节点上。
51
+
25
52
  ## 3.4.49 - 2022-3-16
26
53
 
27
54
  ### Fixed