@witlink/usercenter 1.2.49 → 1.2.51

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@witlink/usercenter",
3
- "version": "1.2.49",
3
+ "version": "1.2.51",
4
4
  "description": "witlink的用户中心系统各页面集成组件",
5
5
  "main": "./dist/usercenter.umd.js",
6
6
  "module": "./dist/usercenter.es.js",
package/version.md CHANGED
@@ -62,4 +62,10 @@
62
62
  #### 1.2.45
63
63
  用户中心多语言key1添加uc_前缀
64
64
  #### 1.2.46
65
- 使用@witlink/components/utils 代替@witlink/utils
65
+ 使用@witlink/components/utils 代替@witlink/utils
66
+ #### 1.2.49
67
+ 用户中心UI调整
68
+ #### 1.2.50
69
+ 组织机构管理cis时显示提示信息
70
+ #### 1.2.51
71
+ 组织机构管理树列表懒加载重构