@choiceform/os-client-core 3.4.48 → 3.4.51
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 +19 -0
- package/dist/core.js +1 -1
- package/dist/web-core.js +1 -1
- package/index.d.ts +206 -220
- package/package.json +2 -2
package/changelog.md
CHANGED
|
@@ -22,6 +22,25 @@
|
|
|
22
22
|
|
|
23
23
|
### Removed
|
|
24
24
|
|
|
25
|
+
## 3.4.51 - 2022-3-20
|
|
26
|
+
|
|
27
|
+
### Removed
|
|
28
|
+
|
|
29
|
+
- 移除了媒体转化成图片名的措施,以后:在显示内容中总是##围绕的 URL 地址,在参数中总是纯 URL 地址
|
|
30
|
+
|
|
31
|
+
## 3.4.50 - 2022-3-19
|
|
32
|
+
|
|
33
|
+
### Changed
|
|
34
|
+
|
|
35
|
+
- 增加自动 logo 显示控制属性
|
|
36
|
+
- 修改自定义 logo 属性总是存在于全局 state 上,不在存在结束节点上。
|
|
37
|
+
|
|
38
|
+
## 3.4.49 - 2022-3-16
|
|
39
|
+
|
|
40
|
+
### Fixed
|
|
41
|
+
|
|
42
|
+
- 修复授权与奖励授权 code 冲突问题
|
|
43
|
+
|
|
25
44
|
## 3.4.48 - 2022-3-16
|
|
26
45
|
|
|
27
46
|
### Changed
|