@choiceform/os-client-core 3.4.9 → 3.4.14
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 +28 -0
- package/dist/core.js +1 -1
- package/dist/web-core.js +1 -1
- package/index.d.ts +74 -139
- package/package.json +1 -1
package/changelog.md
CHANGED
|
@@ -16,6 +16,34 @@
|
|
|
16
16
|
|
|
17
17
|
### Removed
|
|
18
18
|
|
|
19
|
+
## 3.4.14 - 2021-12-17
|
|
20
|
+
|
|
21
|
+
### Fixed
|
|
22
|
+
|
|
23
|
+
- 修复图片地址转换时未考虑绝对路径(离线场合使用)的问题
|
|
24
|
+
- 修复视频地址在离线端没有被转成本地地址的 bug
|
|
25
|
+
- 修复一些没有被接住的 Promise 返回值
|
|
26
|
+
|
|
27
|
+
## 3.4.11 - 2021-12-9
|
|
28
|
+
|
|
29
|
+
### Added
|
|
30
|
+
|
|
31
|
+
- 限制自定义奖励不能被分享,分享出去后提示错误
|
|
32
|
+
|
|
33
|
+
### Changed
|
|
34
|
+
|
|
35
|
+
- 借助后台新加的接口支持重写奖励页面的数据源
|
|
36
|
+
|
|
37
|
+
### Fixed
|
|
38
|
+
|
|
39
|
+
- 修复奖励页面主题、layout、多语言等数据的缺失问题
|
|
40
|
+
|
|
41
|
+
## 3.4.10 - 2021-12-8
|
|
42
|
+
|
|
43
|
+
### Fixed
|
|
44
|
+
|
|
45
|
+
- 修复选项过滤器比较基准选项组 bug
|
|
46
|
+
|
|
19
47
|
## 3.4.9 - 2021-12-7
|
|
20
48
|
|
|
21
49
|
### Added
|