@hi-ui/hiui 4.1.25 → 4.2.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +37 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,42 @@
1
1
  # @hi-ui/hiui
2
2
 
3
+ ## 4.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#2474](https://github.com/XiaoMi/hiui/pull/2474) [`e95268aa4`](https://github.com/XiaoMi/hiui/commit/e95268aa4af48edaaa9f6afcf5a262342a550cd1) Thanks [@zyprepare](https://github.com/zyprepare)! - Table feat: add SettingDrawer component
8
+
9
+ ### Patch Changes
10
+
11
+ - [#2473](https://github.com/XiaoMi/hiui/pull/2473) [`3d5f9ba15`](https://github.com/XiaoMi/hiui/commit/3d5f9ba15868ccdc385cdcdc8a3bbe2e55542b39) Thanks [@zyprepare](https://github.com/zyprepare)! - Anchor Table Tree Upload fix: 修复 sonarcloud 扫描的 Bugs
12
+
13
+ - [#2468](https://github.com/XiaoMi/hiui/pull/2468) [`229dd4e4a`](https://github.com/XiaoMi/hiui/commit/229dd4e4ad428db09e577d95a8b80bd2216cefd1) Thanks [@safga](https://github.com/safga)! - Textarea feat: 增加 header api
14
+
15
+ - [#2474](https://github.com/XiaoMi/hiui/pull/2474) [`e95268aa4`](https://github.com/XiaoMi/hiui/commit/e95268aa4af48edaaa9f6afcf5a262342a550cd1) Thanks [@zyprepare](https://github.com/zyprepare)! - Table feat: 增加 dataSource 功能
16
+
17
+ - [#2474](https://github.com/XiaoMi/hiui/pull/2474) [`e95268aa4`](https://github.com/XiaoMi/hiui/commit/e95268aa4af48edaaa9f6afcf5a262342a550cd1) Thanks [@zyprepare](https://github.com/zyprepare)! - Table feat: 列设置增加 checkDisabledColKeys api,用于禁用列选择操作
18
+
19
+ - [#2469](https://github.com/XiaoMi/hiui/pull/2469) [`f94904da3`](https://github.com/XiaoMi/hiui/commit/f94904da38243a2ac00cb4b25e3128708770d5ab) Thanks [@zyprepare](https://github.com/zyprepare)! - Counter NumberInput feat: 增加 formatter 和 parser api
20
+
21
+ - [#2474](https://github.com/XiaoMi/hiui/pull/2474) [`e95268aa4`](https://github.com/XiaoMi/hiui/commit/e95268aa4af48edaaa9f6afcf5a262342a550cd1) Thanks [@zyprepare](https://github.com/zyprepare)! - Loading fix: 更新 Loading Spinner 组件依赖
22
+
23
+ - [#2465](https://github.com/XiaoMi/hiui/pull/2465) [`eec7e12c0`](https://github.com/XiaoMi/hiui/commit/eec7e12c0b10bf8a0d6ecf39674f5b847f96fbff) Thanks [@zyprepare](https://github.com/zyprepare)! - TimePicker fix: 修复 format="HH:mm" 模式下,选择此刻不生效问题
24
+
25
+ - [#2474](https://github.com/XiaoMi/hiui/pull/2474) [`e95268aa4`](https://github.com/XiaoMi/hiui/commit/e95268aa4af48edaaa9f6afcf5a262342a550cd1) Thanks [@zyprepare](https://github.com/zyprepare)! - Table fix: 更新 Table 组件依赖
26
+
27
+ - [#2474](https://github.com/XiaoMi/hiui/pull/2474) [`e95268aa4`](https://github.com/XiaoMi/hiui/commit/e95268aa4af48edaaa9f6afcf5a262342a550cd1) Thanks [@zyprepare](https://github.com/zyprepare)! - Table fix: 数据排序样式不对
28
+
29
+ - Updated dependencies [[`eec7e12c0`](https://github.com/XiaoMi/hiui/commit/eec7e12c0b10bf8a0d6ecf39674f5b847f96fbff), [`e95268aa4`](https://github.com/XiaoMi/hiui/commit/e95268aa4af48edaaa9f6afcf5a262342a550cd1), [`e95268aa4`](https://github.com/XiaoMi/hiui/commit/e95268aa4af48edaaa9f6afcf5a262342a550cd1), [`f94904da3`](https://github.com/XiaoMi/hiui/commit/f94904da38243a2ac00cb4b25e3128708770d5ab), [`e95268aa4`](https://github.com/XiaoMi/hiui/commit/e95268aa4af48edaaa9f6afcf5a262342a550cd1), [`e95268aa4`](https://github.com/XiaoMi/hiui/commit/e95268aa4af48edaaa9f6afcf5a262342a550cd1), [`e95268aa4`](https://github.com/XiaoMi/hiui/commit/e95268aa4af48edaaa9f6afcf5a262342a550cd1), [`e95268aa4`](https://github.com/XiaoMi/hiui/commit/e95268aa4af48edaaa9f6afcf5a262342a550cd1), [`3d5f9ba15`](https://github.com/XiaoMi/hiui/commit/3d5f9ba15868ccdc385cdcdc8a3bbe2e55542b39), [`229dd4e4a`](https://github.com/XiaoMi/hiui/commit/229dd4e4ad428db09e577d95a8b80bd2216cefd1), [`e95268aa4`](https://github.com/XiaoMi/hiui/commit/e95268aa4af48edaaa9f6afcf5a262342a550cd1)]:
30
+ - @hi-ui/time-picker@4.0.9
31
+ - @hi-ui/table@4.1.0
32
+ - @hi-ui/counter@4.1.0
33
+ - @hi-ui/number-input@4.1.0
34
+ - @hi-ui/anchor@4.0.5
35
+ - @hi-ui/tree@4.2.1
36
+ - @hi-ui/upload@4.1.4
37
+ - @hi-ui/textarea@4.1.0
38
+ - @hi-ui/loading@4.1.0
39
+
3
40
  ## 4.1.25
4
41
 
5
42
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/hiui",
3
- "version": "4.1.25",
3
+ "version": "4.2.0",
4
4
  "description": "The root-package for @hi-ui/hiui.",
5
5
  "keywords": [],
6
6
  "author": "HiUI <mi-hiui@xiaomi.com>",
@@ -44,7 +44,7 @@
44
44
  },
45
45
  "dependencies": {
46
46
  "@hi-ui/alert": "^4.0.4",
47
- "@hi-ui/anchor": "^4.0.4",
47
+ "@hi-ui/anchor": "^4.0.5",
48
48
  "@hi-ui/avatar": "^4.0.4",
49
49
  "@hi-ui/back-top": "^4.0.4",
50
50
  "@hi-ui/badge": "^4.0.4",
@@ -58,7 +58,7 @@
58
58
  "@hi-ui/check-tree-select": "^4.0.10",
59
59
  "@hi-ui/checkbox": "^4.0.5",
60
60
  "@hi-ui/collapse": "^4.1.0",
61
- "@hi-ui/counter": "^4.0.5",
61
+ "@hi-ui/counter": "^4.1.0",
62
62
  "@hi-ui/date-picker": "^4.0.16",
63
63
  "@hi-ui/descriptions": "^4.1.1",
64
64
  "@hi-ui/drawer": "^4.0.7",
@@ -72,12 +72,12 @@
72
72
  "@hi-ui/input": "^4.0.8",
73
73
  "@hi-ui/input-group": "^4.0.3",
74
74
  "@hi-ui/list": "^4.0.8",
75
- "@hi-ui/loading": "^4.0.4",
75
+ "@hi-ui/loading": "^4.1.0",
76
76
  "@hi-ui/menu": "^4.0.8",
77
77
  "@hi-ui/message": "^4.0.4",
78
78
  "@hi-ui/modal": "^4.0.10",
79
79
  "@hi-ui/notification": "^4.0.6",
80
- "@hi-ui/number-input": "^4.0.5",
80
+ "@hi-ui/number-input": "^4.1.0",
81
81
  "@hi-ui/pagination": "^4.0.9",
82
82
  "@hi-ui/picker": "^4.0.6",
83
83
  "@hi-ui/pop-confirm": "^4.0.6",
@@ -97,17 +97,17 @@
97
97
  "@hi-ui/stepper": "^4.0.4",
98
98
  "@hi-ui/svg-icon": "^4.0.4",
99
99
  "@hi-ui/switch": "^4.0.6",
100
- "@hi-ui/table": "^4.0.13",
100
+ "@hi-ui/table": "^4.1.0",
101
101
  "@hi-ui/tabs": "^4.0.8",
102
102
  "@hi-ui/tag": "^4.0.7",
103
- "@hi-ui/textarea": "^4.0.7",
104
- "@hi-ui/time-picker": "^4.0.8",
103
+ "@hi-ui/textarea": "^4.1.0",
104
+ "@hi-ui/time-picker": "^4.0.9",
105
105
  "@hi-ui/timeline": "^4.0.4",
106
106
  "@hi-ui/tooltip": "^4.0.7",
107
107
  "@hi-ui/transfer": "^4.0.9",
108
- "@hi-ui/tree": "^4.2.0",
108
+ "@hi-ui/tree": "^4.2.1",
109
109
  "@hi-ui/tree-select": "^4.0.10",
110
- "@hi-ui/upload": "^4.1.3",
110
+ "@hi-ui/upload": "^4.1.4",
111
111
  "@hi-ui/watermark": "^4.0.4",
112
112
  "@hi-ui/zen-mode": "^4.0.4"
113
113
  },