@hi-ui/hiui 4.1.24 → 4.1.25
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 +12 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
# @hi-ui/hiui
|
2
2
|
|
3
|
+
## 4.1.25
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#2458](https://github.com/XiaoMi/hiui/pull/2458) [`8198be5ac`](https://github.com/XiaoMi/hiui/commit/8198be5ac3f0b1b86d14c4bb68a535157da4d2b1) Thanks [@zyprepare](https://github.com/zyprepare)! - DatePicker fix: 范围选择中,需要在切换年份或月份时触发 onSelect
|
8
|
+
|
9
|
+
- [#2459](https://github.com/XiaoMi/hiui/pull/2459) [`957f35be5`](https://github.com/XiaoMi/hiui/commit/957f35be51204b0dbdd48942ca66d0bb99ce50d6) Thanks [@zyprepare](https://github.com/zyprepare)! - EllipsisTooltip fix: type error
|
10
|
+
|
11
|
+
- Updated dependencies [[`8198be5ac`](https://github.com/XiaoMi/hiui/commit/8198be5ac3f0b1b86d14c4bb68a535157da4d2b1), [`957f35be5`](https://github.com/XiaoMi/hiui/commit/957f35be51204b0dbdd48942ca66d0bb99ce50d6)]:
|
12
|
+
- @hi-ui/date-picker@4.0.16
|
13
|
+
- @hi-ui/ellipsis-tooltip@4.1.2
|
14
|
+
|
3
15
|
## 4.1.24
|
4
16
|
|
5
17
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hi-ui/hiui",
|
3
|
-
"version": "4.1.
|
3
|
+
"version": "4.1.25",
|
4
4
|
"description": "The root-package for @hi-ui/hiui.",
|
5
5
|
"keywords": [],
|
6
6
|
"author": "HiUI <mi-hiui@xiaomi.com>",
|
@@ -59,11 +59,11 @@
|
|
59
59
|
"@hi-ui/checkbox": "^4.0.5",
|
60
60
|
"@hi-ui/collapse": "^4.1.0",
|
61
61
|
"@hi-ui/counter": "^4.0.5",
|
62
|
-
"@hi-ui/date-picker": "^4.0.
|
62
|
+
"@hi-ui/date-picker": "^4.0.16",
|
63
63
|
"@hi-ui/descriptions": "^4.1.1",
|
64
64
|
"@hi-ui/drawer": "^4.0.7",
|
65
65
|
"@hi-ui/dropdown": "^4.0.5",
|
66
|
-
"@hi-ui/ellipsis-tooltip": "^4.1.
|
66
|
+
"@hi-ui/ellipsis-tooltip": "^4.1.2",
|
67
67
|
"@hi-ui/empty-state": "^4.0.4",
|
68
68
|
"@hi-ui/filter": "^4.1.0",
|
69
69
|
"@hi-ui/form": "^4.1.2",
|