@choiceform/os-client-core 3.4.47 → 3.4.50
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 +26 -0
- package/dist/core.js +1 -1
- package/dist/web-core.js +1 -1
- package/index.d.ts +204 -216
- package/package.json +2 -2
package/changelog.md
CHANGED
|
@@ -22,6 +22,32 @@
|
|
|
22
22
|
|
|
23
23
|
### Removed
|
|
24
24
|
|
|
25
|
+
## 3.4.50 - 2022-3-19
|
|
26
|
+
|
|
27
|
+
### Changed
|
|
28
|
+
|
|
29
|
+
- 增加自动 logo 显示控制属性
|
|
30
|
+
- 修改自定义 logo 属性总是存在于全局 state 上,不在存在结束节点上。
|
|
31
|
+
|
|
32
|
+
## 3.4.49 - 2022-3-16
|
|
33
|
+
|
|
34
|
+
### Fixed
|
|
35
|
+
|
|
36
|
+
- 修复授权与奖励授权 code 冲突问题
|
|
37
|
+
|
|
38
|
+
## 3.4.48 - 2022-3-16
|
|
39
|
+
|
|
40
|
+
### Changed
|
|
41
|
+
|
|
42
|
+
- 移除日志
|
|
43
|
+
- 主进程不等待微信分享完成。
|
|
44
|
+
|
|
45
|
+
### Fixed
|
|
46
|
+
|
|
47
|
+
- 修正一些翻译内容
|
|
48
|
+
- 微信授权 code 冲突
|
|
49
|
+
- 回复链接跳转后的错误中断处理
|
|
50
|
+
|
|
25
51
|
## 3.4.47 - 2022-3-16
|
|
26
52
|
|
|
27
53
|
### Changed
|