@choiceform/os-client-core 3.4.1 → 3.4.5
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 +24 -0
- package/dist/core.js +1 -1
- package/dist/web-core.js +1 -1
- package/index.d.ts +14 -23
- package/package.json +2 -2
package/changelog.md
CHANGED
|
@@ -16,6 +16,30 @@
|
|
|
16
16
|
|
|
17
17
|
### Removed
|
|
18
18
|
|
|
19
|
+
## 3.4.5 - 2021-11-27
|
|
20
|
+
|
|
21
|
+
### Fixed
|
|
22
|
+
|
|
23
|
+
- 避免多次加载同一本脚本
|
|
24
|
+
|
|
25
|
+
## 3.4.4 - 2021-11-25
|
|
26
|
+
|
|
27
|
+
### Added
|
|
28
|
+
|
|
29
|
+
- 增加短信验证倒计时拦截保护
|
|
30
|
+
|
|
31
|
+
### Changed
|
|
32
|
+
|
|
33
|
+
- 提取验证码获取模块
|
|
34
|
+
- 更改短信验证返回值类型
|
|
35
|
+
|
|
36
|
+
## 3.4.3 - 2021-11-24
|
|
37
|
+
|
|
38
|
+
### Fixed
|
|
39
|
+
|
|
40
|
+
- 修复 HTML 标签 tagName 大小写问题
|
|
41
|
+
- 修复吸收选项引用组时节点不存在的情况
|
|
42
|
+
|
|
19
43
|
## 3.4.1 - 2021-11-23
|
|
20
44
|
|
|
21
45
|
### Added
|