@choiceform/os-client-core 3.4.18 → 3.4.22

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 CHANGED
@@ -16,6 +16,40 @@
16
16
 
17
17
  ### Removed
18
18
 
19
+ ## 3.4.22 - 2022-1-12
20
+
21
+ ### Added
22
+
23
+ - 创建 responses 是提交全部的 url 查询参数
24
+
25
+ ### Changed
26
+
27
+ - 调整级联回调中 index 的规则为总是遵循原始索引
28
+ - 减少 SET_PROPS 的时间的 debounce 时间
29
+ - 提交答案时提交全部的 url 查询参数
30
+
31
+ ## 3.4.21 - 2022-1-10
32
+
33
+ ### Fixed
34
+
35
+ - 修复多语言翻译错误
36
+
37
+ ## 3.4.20 - 2022-1-10
38
+
39
+ ### Removed
40
+
41
+ - 不再为发布的类型和文档中前置 readonly
42
+
43
+ ## 3.4.19 - 2022-1-10
44
+
45
+ ### Changed
46
+
47
+ - 更新地域字典内容和类型规范
48
+ - 引入 os-cfpd,解压方法和枚举类型改为使用 os-cfpd 中的,其他类型暂未变动。
49
+ - 简化引用选项追随流程
50
+ - 移除 BEFORE_NEXT_OK,新增 beforeGotoNext 的 hook
51
+ - 修复部分 bug
52
+
19
53
  ## 3.4.18 - 2021-12-31
20
54
 
21
55
  ### Fixed