@choiceform/os-client-core 3.4.15 → 3.4.19
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 +23 -1
- package/dist/core.js +1 -1
- package/dist/infer.js +1 -1
- package/dist/web-core.js +1 -1
- package/enum2union.js +6 -5
- package/index.d.ts +9717 -5653
- package/package.json +6 -4
package/changelog.md
CHANGED
|
@@ -16,7 +16,29 @@
|
|
|
16
16
|
|
|
17
17
|
### Removed
|
|
18
18
|
|
|
19
|
-
## 3.4.
|
|
19
|
+
## 3.4.19 - 2022-1-10
|
|
20
|
+
|
|
21
|
+
### Changed
|
|
22
|
+
|
|
23
|
+
- 更新地域字典内容和类型规范
|
|
24
|
+
- 引入 os-cfpd,解压方法和枚举类型改为使用 os-cfpd 中的,其他类型暂未变动。
|
|
25
|
+
- 简化引用选项追随流程
|
|
26
|
+
- 移除 BEFORE_NEXT_OK,新增 beforeGotoNext 的 hook
|
|
27
|
+
- 修复部分 bug
|
|
28
|
+
|
|
29
|
+
## 3.4.18 - 2021-12-31
|
|
30
|
+
|
|
31
|
+
### Fixed
|
|
32
|
+
|
|
33
|
+
- 修复变量个节点组内容没有成功加载多语言翻译的 bug
|
|
34
|
+
|
|
35
|
+
## 3.4.17 - 2021-12-17
|
|
36
|
+
|
|
37
|
+
### Fixed
|
|
38
|
+
|
|
39
|
+
- 修复提交结果中的 hookParams 问题
|
|
40
|
+
|
|
41
|
+
## 3.4.16 - 2021-12-17
|
|
20
42
|
|
|
21
43
|
### Fixed
|
|
22
44
|
|