@hi-ui/hiui 4.9.0 → 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,27 @@
|
|
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
|
+
|
3
25
|
## 4.9.0
|
4
26
|
|
5
27
|
### Minor 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
81
|
"@hi-ui/pagination": "^4.2.0",
|
82
|
-
"@hi-ui/picker": "^4.1.
|
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",
|
@@ -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"
|