@hi-ui/hiui 4.5.2-alpha.0 → 4.5.3

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 +56 -7
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,15 +1,64 @@
1
1
  # @hi-ui/hiui
2
2
 
3
- ## 4.5.2-alpha.0
3
+ ## 4.5.3
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 459c7940c: fix(table): 修复双表格结构下,无法设置空状态内容问题
8
- - 26203110e: fix(upload): 修复 disabled 不生效问题
9
- - Updated dependencies [459c7940c]
10
- - Updated dependencies [26203110e]
11
- - @hi-ui/table@4.4.2-alpha.0
12
- - @hi-ui/upload@4.2.1-alpha.0
7
+ - [#2759](https://github.com/XiaoMi/hiui/pull/2759) [`7437ca3b0`](https://github.com/XiaoMi/hiui/commit/7437ca3b07ce1fb66fe9fa3572b45c2928e64a73) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复 SettingDrawer 列更新问题
8
+
9
+ - [#2762](https://github.com/XiaoMi/hiui/pull/2762) [`240d02ecc`](https://github.com/XiaoMi/hiui/commit/240d02ecc7e8974dec6c42303212795f63bfb8b9) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(date-picker): 修复受控模式下设置 showTime 后 Input 框没有实时显示选择的值问题
10
+
11
+ - [#2761](https://github.com/XiaoMi/hiui/pull/2761) [`7fc7e2c1a`](https://github.com/XiaoMi/hiui/commit/7fc7e2c1a8c0daa6df77bf01864c262a14df3cc6) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(form): 修复横向表单错误提示样式问题
12
+
13
+ - [#2760](https://github.com/XiaoMi/hiui/pull/2760) [`68afb78ed`](https://github.com/XiaoMi/hiui/commit/68afb78ed1fb8e42bc8eec68cfa5f1787ee052b0) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复 Safari 中设置 virtual 后只能表头滚动问题
14
+
15
+ - Updated dependencies [[`7fc7e2c1a`](https://github.com/XiaoMi/hiui/commit/7fc7e2c1a8c0daa6df77bf01864c262a14df3cc6), [`68afb78ed`](https://github.com/XiaoMi/hiui/commit/68afb78ed1fb8e42bc8eec68cfa5f1787ee052b0), [`7437ca3b0`](https://github.com/XiaoMi/hiui/commit/7437ca3b07ce1fb66fe9fa3572b45c2928e64a73), [`240d02ecc`](https://github.com/XiaoMi/hiui/commit/240d02ecc7e8974dec6c42303212795f63bfb8b9)]:
16
+ - @hi-ui/form@4.1.6
17
+ - @hi-ui/table@4.5.1
18
+ - @hi-ui/date-picker@4.6.1
19
+
20
+ ## 4.5.2
21
+
22
+ ### Patch Changes
23
+
24
+ - [#2736](https://github.com/XiaoMi/hiui/pull/2736) [`753794e04`](https://github.com/XiaoMi/hiui/commit/753794e0446fa92eede24773b846eee02429eecb) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(carousel): add onIndexChange api
25
+
26
+ - [#2726](https://github.com/XiaoMi/hiui/pull/2726) [`459c7940c`](https://github.com/XiaoMi/hiui/commit/459c7940cc94b124e182754474424e13de9f120a) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复双表格结构下,无法设置空状态内容问题
27
+
28
+ - [#2737](https://github.com/XiaoMi/hiui/pull/2737) [`78bc495f2`](https://github.com/XiaoMi/hiui/commit/78bc495f233c205a5daddd987e8006e6ce21f7d5) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(check-tree-select): add customRender api
29
+
30
+ - [#2735](https://github.com/XiaoMi/hiui/pull/2735) [`b971c0b06`](https://github.com/XiaoMi/hiui/commit/b971c0b06b1c64dd72c79c23068c4fed684d97c3) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复同时设置 bordered 和 scrollbar 后滚动异常问题
31
+
32
+ - [#2735](https://github.com/XiaoMi/hiui/pull/2735) [`528314e46`](https://github.com/XiaoMi/hiui/commit/528314e46173dd18cc0140e60e763cb84b52fa2c) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复设置 dataSource 组件首次会执行 2 次请求问题
33
+
34
+ - [#2727](https://github.com/XiaoMi/hiui/pull/2727) [`26203110e`](https://github.com/XiaoMi/hiui/commit/26203110e48496b9d5a3725ff51f84f73e9633f3) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(upload): 修复 disabled 不生效问题
35
+
36
+ - [#2745](https://github.com/XiaoMi/hiui/pull/2745) [`a9b9c93fc`](https://github.com/XiaoMi/hiui/commit/a9b9c93fc3a3fea60d14052a5afeef9daf7efa1b) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(input&select): add prefix api
37
+
38
+ - [#2746](https://github.com/XiaoMi/hiui/pull/2746) [`b3a13135c`](https://github.com/XiaoMi/hiui/commit/b3a13135c77e75291d5864ff7fcf63ddb2ff46b8) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(tag-input&check-select): add prefix api
39
+
40
+ - [#2748](https://github.com/XiaoMi/hiui/pull/2748) [`ca008e4ae`](https://github.com/XiaoMi/hiui/commit/ca008e4ae9753bc1f11efcdcbf09121d1ef07b56) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复表头分组超过 2 列时冻结列交互异常问题
41
+
42
+ - [#2751](https://github.com/XiaoMi/hiui/pull/2751) [`2ef3db5b5`](https://github.com/XiaoMi/hiui/commit/2ef3db5b5cd3ba4a2c076b877de1d20bdc846e3d) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(date-picker): add onOpen api
43
+
44
+ - [#2752](https://github.com/XiaoMi/hiui/pull/2752) [`8cc7d032a`](https://github.com/XiaoMi/hiui/commit/8cc7d032aff1aa62099e71e2e1a3ca3a9a226e30) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(check-cascader): 修复 PARENT 和 CHILD 模式在搜索场景下 id 丢失问题
45
+
46
+ - [#2735](https://github.com/XiaoMi/hiui/pull/2735) [`6ac546d3e`](https://github.com/XiaoMi/hiui/commit/6ac546d3e9c1b863fb30941dd365220fa138258a) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复虚拟表格设置 maxHeight 底部内容被遮挡问题
47
+
48
+ - [#2735](https://github.com/XiaoMi/hiui/pull/2735) [`81863f522`](https://github.com/XiaoMi/hiui/commit/81863f52200213ae7740f496c4fe8d73f607b66c) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(table): setting 增加 trigger 配置
49
+
50
+ - [#2747](https://github.com/XiaoMi/hiui/pull/2747) [`b5654408e`](https://github.com/XiaoMi/hiui/commit/b5654408ee33b6448b6e9f1297a2790a486d753f) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 监听列变化,更新列最小可调整宽度
51
+
52
+ - Updated dependencies [[`a9b9c93fc`](https://github.com/XiaoMi/hiui/commit/a9b9c93fc3a3fea60d14052a5afeef9daf7efa1b), [`753794e04`](https://github.com/XiaoMi/hiui/commit/753794e0446fa92eede24773b846eee02429eecb), [`8cc7d032a`](https://github.com/XiaoMi/hiui/commit/8cc7d032aff1aa62099e71e2e1a3ca3a9a226e30), [`459c7940c`](https://github.com/XiaoMi/hiui/commit/459c7940cc94b124e182754474424e13de9f120a), [`6ac546d3e`](https://github.com/XiaoMi/hiui/commit/6ac546d3e9c1b863fb30941dd365220fa138258a), [`b971c0b06`](https://github.com/XiaoMi/hiui/commit/b971c0b06b1c64dd72c79c23068c4fed684d97c3), [`a2b9df50b`](https://github.com/XiaoMi/hiui/commit/a2b9df50b454ae033a5dd0e5f6165ab2f6de07a5), [`b3a13135c`](https://github.com/XiaoMi/hiui/commit/b3a13135c77e75291d5864ff7fcf63ddb2ff46b8), [`a2b9df50b`](https://github.com/XiaoMi/hiui/commit/a2b9df50b454ae033a5dd0e5f6165ab2f6de07a5), [`81863f522`](https://github.com/XiaoMi/hiui/commit/81863f52200213ae7740f496c4fe8d73f607b66c), [`26203110e`](https://github.com/XiaoMi/hiui/commit/26203110e48496b9d5a3725ff51f84f73e9633f3), [`ca008e4ae`](https://github.com/XiaoMi/hiui/commit/ca008e4ae9753bc1f11efcdcbf09121d1ef07b56), [`528314e46`](https://github.com/XiaoMi/hiui/commit/528314e46173dd18cc0140e60e763cb84b52fa2c), [`2ef3db5b5`](https://github.com/XiaoMi/hiui/commit/2ef3db5b5cd3ba4a2c076b877de1d20bdc846e3d), [`b5654408e`](https://github.com/XiaoMi/hiui/commit/b5654408ee33b6448b6e9f1297a2790a486d753f), [`78bc495f2`](https://github.com/XiaoMi/hiui/commit/78bc495f233c205a5daddd987e8006e6ce21f7d5)]:
53
+ - @hi-ui/input@4.1.0
54
+ - @hi-ui/select@4.3.0
55
+ - @hi-ui/carousel@4.1.0
56
+ - @hi-ui/check-cascader@4.2.6
57
+ - @hi-ui/table@4.5.0
58
+ - @hi-ui/check-select@4.4.0
59
+ - @hi-ui/upload@4.2.1
60
+ - @hi-ui/date-picker@4.6.0
61
+ - @hi-ui/check-tree-select@4.4.0
13
62
 
14
63
  ## 4.5.1
15
64
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/hiui",
3
- "version": "4.5.2-alpha.0",
3
+ "version": "4.5.3",
4
4
  "description": "The root-package for @hi-ui/hiui.",
5
5
  "keywords": [],
6
6
  "author": "HiUI <mi-hiui@xiaomi.com>",
@@ -51,25 +51,25 @@
51
51
  "@hi-ui/breadcrumb": "^4.0.7",
52
52
  "@hi-ui/button": "^4.0.9",
53
53
  "@hi-ui/card": "^4.0.8",
54
- "@hi-ui/carousel": "^4.0.7",
54
+ "@hi-ui/carousel": "^4.1.0",
55
55
  "@hi-ui/cascader": "^4.1.5",
56
- "@hi-ui/check-cascader": "^4.2.5",
57
- "@hi-ui/check-select": "^4.3.6",
58
- "@hi-ui/check-tree-select": "^4.3.4",
56
+ "@hi-ui/check-cascader": "^4.2.6",
57
+ "@hi-ui/check-select": "^4.4.0",
58
+ "@hi-ui/check-tree-select": "^4.4.0",
59
59
  "@hi-ui/checkbox": "^4.0.9",
60
60
  "@hi-ui/collapse": "^4.1.5",
61
61
  "@hi-ui/counter": "^4.1.8",
62
- "@hi-ui/date-picker": "^4.5.0",
62
+ "@hi-ui/date-picker": "^4.6.1",
63
63
  "@hi-ui/descriptions": "^4.2.4",
64
64
  "@hi-ui/drawer": "^4.1.3",
65
65
  "@hi-ui/dropdown": "^4.1.4",
66
66
  "@hi-ui/ellipsis-tooltip": "^4.1.5",
67
67
  "@hi-ui/empty-state": "^4.1.0",
68
68
  "@hi-ui/filter": "^4.1.4",
69
- "@hi-ui/form": "^4.1.5",
69
+ "@hi-ui/form": "^4.1.6",
70
70
  "@hi-ui/grid": "^4.0.8",
71
71
  "@hi-ui/highlighter": "^4.0.8",
72
- "@hi-ui/input": "^4.0.13",
72
+ "@hi-ui/input": "^4.1.0",
73
73
  "@hi-ui/input-group": "^4.0.6",
74
74
  "@hi-ui/list": "^4.0.12",
75
75
  "@hi-ui/loading": "^4.2.0",
@@ -90,14 +90,14 @@
90
90
  "@hi-ui/result": "^4.0.7",
91
91
  "@hi-ui/scrollbar": "^4.1.0",
92
92
  "@hi-ui/search": "^4.0.12",
93
- "@hi-ui/select": "^4.2.6",
93
+ "@hi-ui/select": "^4.3.0",
94
94
  "@hi-ui/slider": "^4.0.10",
95
95
  "@hi-ui/space": "^4.0.9",
96
96
  "@hi-ui/spinner": "^4.0.8",
97
97
  "@hi-ui/stepper": "^4.0.7",
98
98
  "@hi-ui/svg-icon": "^4.0.7",
99
99
  "@hi-ui/switch": "^4.0.10",
100
- "@hi-ui/table": "^4.4.2-alpha.0",
100
+ "@hi-ui/table": "^4.5.1",
101
101
  "@hi-ui/tabs": "^4.1.4",
102
102
  "@hi-ui/tag": "^4.2.0",
103
103
  "@hi-ui/textarea": "^4.1.6",
@@ -107,7 +107,7 @@
107
107
  "@hi-ui/transfer": "^4.0.13",
108
108
  "@hi-ui/tree": "^4.5.9",
109
109
  "@hi-ui/tree-select": "^4.1.4",
110
- "@hi-ui/upload": "^4.2.1-alpha.0",
110
+ "@hi-ui/upload": "^4.2.1",
111
111
  "@hi-ui/watermark": "^4.0.7",
112
112
  "@hi-ui/zen-mode": "^4.0.7"
113
113
  },