@hi-ui/hiui 4.8.1 → 4.10.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.
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,43 @@
|
|
1
1
|
# @hi-ui/hiui
|
2
2
|
|
3
|
+
## 4.10.0
|
4
|
+
|
5
|
+
### Minor Changes
|
6
|
+
|
7
|
+
- [#3068](https://github.com/XiaoMi/hiui/pull/3068) [`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(portal-context): Provider 增加 portal 参数,支持配置全局 container (#3060)
|
8
|
+
|
9
|
+
### Patch Changes
|
10
|
+
|
11
|
+
- [#3068](https://github.com/XiaoMi/hiui/pull/3068) [`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(locale-context): 修改英文前往(#3062)
|
12
|
+
|
13
|
+
- [#3068](https://github.com/XiaoMi/hiui/pull/3068) [`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770) Thanks [@zyprepare](https://github.com/zyprepare)! - perf(date-picker): 范围选择交互优化 (#3055)
|
14
|
+
|
15
|
+
- Updated dependencies [[`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770), [`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770), [`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770)]:
|
16
|
+
- @hi-ui/core@4.0.9
|
17
|
+
- @hi-ui/drawer@4.3.0
|
18
|
+
- @hi-ui/loading@4.3.0
|
19
|
+
- @hi-ui/modal@4.3.0
|
20
|
+
- @hi-ui/preview@4.2.0
|
21
|
+
- @hi-ui/provider@4.1.0
|
22
|
+
- @hi-ui/picker@4.1.7
|
23
|
+
- @hi-ui/date-picker@4.9.1
|
24
|
+
|
25
|
+
## 4.9.0
|
26
|
+
|
27
|
+
### Minor Changes
|
28
|
+
|
29
|
+
- [#3052](https://github.com/XiaoMi/hiui/pull/3052) [`a3ef6ac6e`](https://github.com/XiaoMi/hiui/commit/a3ef6ac6e3361c8bd1a0e3c12d7e4204dcbbf5f6) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(table): add tableWidthAdjustOnResize api (#3046)
|
30
|
+
|
31
|
+
- [#3048](https://github.com/XiaoMi/hiui/pull/3048) [`cc8c3a263`](https://github.com/XiaoMi/hiui/commit/cc8c3a263357069626c0ed9e2f2d50a3f24615af) Thanks [@fcppddl](https://github.com/fcppddl)! - feat(pagination): add size api(#3047)
|
32
|
+
|
33
|
+
- [#3045](https://github.com/XiaoMi/hiui/pull/3045) [`26a081f0a`](https://github.com/XiaoMi/hiui/commit/26a081f0a51efb1d2b8f69720d28818e04b3b24a) Thanks [@fcppddl](https://github.com/fcppddl)! - feat(table): 虚拟列表下,支持设置滚动位置(#3044)
|
34
|
+
|
35
|
+
### Patch Changes
|
36
|
+
|
37
|
+
- Updated dependencies [[`a3ef6ac6e`](https://github.com/XiaoMi/hiui/commit/a3ef6ac6e3361c8bd1a0e3c12d7e4204dcbbf5f6), [`cc8c3a263`](https://github.com/XiaoMi/hiui/commit/cc8c3a263357069626c0ed9e2f2d50a3f24615af), [`26a081f0a`](https://github.com/XiaoMi/hiui/commit/26a081f0a51efb1d2b8f69720d28818e04b3b24a)]:
|
38
|
+
- @hi-ui/table@4.9.0
|
39
|
+
- @hi-ui/pagination@4.2.0
|
40
|
+
|
3
41
|
## 4.8.1
|
4
42
|
|
5
43
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hi-ui/hiui",
|
3
|
-
"version": "4.
|
3
|
+
"version": "4.10.0",
|
4
4
|
"description": "The root-package for @hi-ui/hiui.",
|
5
5
|
"keywords": [],
|
6
6
|
"author": "HiUI <mi-hiui@xiaomi.com>",
|
@@ -59,9 +59,9 @@
|
|
59
59
|
"@hi-ui/checkbox": "^4.0.10",
|
60
60
|
"@hi-ui/collapse": "^4.1.6",
|
61
61
|
"@hi-ui/counter": "^4.1.9",
|
62
|
-
"@hi-ui/date-picker": "^4.9.
|
62
|
+
"@hi-ui/date-picker": "^4.9.1",
|
63
63
|
"@hi-ui/descriptions": "^4.5.0",
|
64
|
-
"@hi-ui/drawer": "^4.
|
64
|
+
"@hi-ui/drawer": "^4.3.0",
|
65
65
|
"@hi-ui/dropdown": "^4.2.2",
|
66
66
|
"@hi-ui/ellipsis-tooltip": "^4.1.8",
|
67
67
|
"@hi-ui/empty-state": "^4.1.1",
|
@@ -72,19 +72,19 @@
|
|
72
72
|
"@hi-ui/input": "^4.2.1",
|
73
73
|
"@hi-ui/input-group": "^4.0.7",
|
74
74
|
"@hi-ui/list": "^4.1.0",
|
75
|
-
"@hi-ui/loading": "^4.
|
75
|
+
"@hi-ui/loading": "^4.3.0",
|
76
76
|
"@hi-ui/menu": "^4.3.1",
|
77
77
|
"@hi-ui/message": "^4.1.0",
|
78
|
-
"@hi-ui/modal": "^4.
|
78
|
+
"@hi-ui/modal": "^4.3.0",
|
79
79
|
"@hi-ui/notification": "^4.2.1",
|
80
80
|
"@hi-ui/number-input": "^4.2.0",
|
81
|
-
"@hi-ui/pagination": "^4.
|
82
|
-
"@hi-ui/picker": "^4.1.
|
81
|
+
"@hi-ui/pagination": "^4.2.0",
|
82
|
+
"@hi-ui/picker": "^4.1.7",
|
83
83
|
"@hi-ui/pop-confirm": "^4.2.5",
|
84
84
|
"@hi-ui/popover": "^4.1.1",
|
85
|
-
"@hi-ui/preview": "^4.
|
85
|
+
"@hi-ui/preview": "^4.2.0",
|
86
86
|
"@hi-ui/progress": "^4.0.10",
|
87
|
-
"@hi-ui/provider": "^4.0
|
87
|
+
"@hi-ui/provider": "^4.1.0",
|
88
88
|
"@hi-ui/radio": "^4.1.4",
|
89
89
|
"@hi-ui/rating": "^4.0.10",
|
90
90
|
"@hi-ui/result": "^4.0.8",
|
@@ -97,7 +97,7 @@
|
|
97
97
|
"@hi-ui/stepper": "^4.1.0",
|
98
98
|
"@hi-ui/svg-icon": "^4.0.8",
|
99
99
|
"@hi-ui/switch": "^4.0.11",
|
100
|
-
"@hi-ui/table": "^4.
|
100
|
+
"@hi-ui/table": "^4.9.0",
|
101
101
|
"@hi-ui/tabs": "^4.1.6",
|
102
102
|
"@hi-ui/tag": "^4.2.1",
|
103
103
|
"@hi-ui/textarea": "^4.1.7",
|
@@ -112,12 +112,12 @@
|
|
112
112
|
"@hi-ui/zen-mode": "^4.0.8"
|
113
113
|
},
|
114
114
|
"peerDependencies": {
|
115
|
-
"@hi-ui/core": ">=4.0.
|
115
|
+
"@hi-ui/core": ">=4.0.9",
|
116
116
|
"react": ">=16.8.6",
|
117
117
|
"react-dom": ">=16.8.6"
|
118
118
|
},
|
119
119
|
"devDependencies": {
|
120
|
-
"@hi-ui/core": "^4.0.
|
120
|
+
"@hi-ui/core": "^4.0.9",
|
121
121
|
"@hi-ui/core-css": "^4.1.5",
|
122
122
|
"react": "^17.0.1",
|
123
123
|
"react-dom": "^17.0.1"
|