@choiceform/os-client-core 3.0.0 → 3.1.1

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 ADDED
@@ -0,0 +1,41 @@
1
+ # 置顶说明
2
+
3
+ 最新的格式规范,具体规则参照[os-service-umbrella 的变更日志](https://github.com/choice-form/os-service-umbrella/blob/develop/CHANGELOG.md)。
4
+
5
+ 每次发布新版本到正式环境时,需要更改 package.json 的版本号,同时需要将 changelog 中的[Unreleased]改为版本号和发布日期,操作比较繁琐,所以写了个脚本来自动更改,运行`yarn release [version] [commit]`就会自动做这些更改(不填入版本号则自动递增,填入版本耗时版本号不能变低,否则会报错),输入 commit 参数则会自动 git commit 版本更新的更改。
6
+
7
+ # changelog 列表
8
+
9
+ ## [Unreleased]
10
+
11
+ ### Added
12
+
13
+ ### Changed
14
+
15
+ ### Fixed
16
+
17
+ ### Removed
18
+
19
+ ## 3.1.1 - 2021-9-18
20
+
21
+ ### Added
22
+ + [增加了离线对接方案](https://github.com/choice-form/os-client-offline/issues/208):于App通讯,api拦截,静态资源地址篡改等。
23
+
24
+ ### Changed
25
+ - 更改上传题的文件路径属性名
26
+ - 只在微信环境中加载wxsdk,并且加载失败后不中断系统运行
27
+ - 更改默认后退语言和语言有限度选择机制
28
+ - 多语言内容改为内置
29
+ - 升级了构建工具
30
+
31
+ - 配合新UI调整了部分不合理的属性名:normalIconUrl、activeIconUrl
32
+ ### Fixed
33
+ - 其他选项排他没有排除掉另一个其他纯备注选项的输入框的问题。
34
+
35
+ ### Removed
36
+ - 移除了所有deprecated的属性,不在支持老UI
37
+ - 移除针对RN的定制事件
38
+ - 移除针对lite版问卷预览的特殊处理功能
39
+
40
+
41
+ 2021 年 9 月份之前的 changelog 没有被记录