@hi-ui/hiui 4.17.4 → 4.18.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 +30 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
# @hi-ui/hiui
|
|
2
2
|
|
|
3
|
+
## 4.18.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#3470](https://github.com/XiaoMi/hiui/pull/3470) [`24216019a`](https://github.com/XiaoMi/hiui/commit/24216019a409bd9ea029df27e41cc9000856b1f2) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(upload): add timeout option to upload components and types (#3469)
|
|
8
|
+
|
|
9
|
+
- [#3474](https://github.com/XiaoMi/hiui/pull/3474) [`e46b1ec03`](https://github.com/XiaoMi/hiui/commit/e46b1ec037fec5758a94d95635581c1b4f2b9b72) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(date-picker): 增加 defaultPickerValue 参数,支持配置默认的面板显示日期 (#3473)
|
|
10
|
+
|
|
11
|
+
- [#3472](https://github.com/XiaoMi/hiui/pull/3472) [`1fae66f2d`](https://github.com/XiaoMi/hiui/commit/1fae66f2d10e4b3eba30e2af74bc793af91061d0) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(tree): add shouldShowSwitcher prop for custom switcher display logic (#3471)
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [#3476](https://github.com/XiaoMi/hiui/pull/3476) [`b12cd78`](https://github.com/XiaoMi/hiui/commit/b12cd78a3e701a0efaacc6f14705a0afcb0fae08) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(form): 修复当 initialValues 为 {} 时无法正常重置表单问题 (#3475)
|
|
16
|
+
|
|
17
|
+
- Updated dependencies [[`24216019a`](https://github.com/XiaoMi/hiui/commit/24216019a409bd9ea029df27e41cc9000856b1f2), [`e46b1ec03`](https://github.com/XiaoMi/hiui/commit/e46b1ec037fec5758a94d95635581c1b4f2b9b72), [`1fae66f2d`](https://github.com/XiaoMi/hiui/commit/1fae66f2d10e4b3eba30e2af74bc793af91061d0), [`b12cd78`](https://github.com/XiaoMi/hiui/commit/b12cd78a3e701a0efaacc6f14705a0afcb0fae08)]:
|
|
18
|
+
- @hi-ui/upload@4.3.0
|
|
19
|
+
- @hi-ui/date-picker@4.13.0
|
|
20
|
+
- @hi-ui/tree@4.7.0
|
|
21
|
+
- @hi-ui/tree-select@4.4.0
|
|
22
|
+
- @hi-ui/form@4.3.4
|
|
23
|
+
|
|
24
|
+
## 4.17.5
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- [#3450](https://github.com/XiaoMi/hiui/pull/3450) [`0cea4d7`](https://github.com/XiaoMi/hiui/commit/0cea4d75c771b5db56f520821b53864051c33594) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(tag-input): ensure at least one tag is displayed when container width is insufficient (#3449)
|
|
29
|
+
|
|
30
|
+
- Updated dependencies [[`0cea4d7`](https://github.com/XiaoMi/hiui/commit/0cea4d75c771b5db56f520821b53864051c33594)]:
|
|
31
|
+
- @hi-ui/check-select@4.6.5
|
|
32
|
+
|
|
3
33
|
## 4.17.4
|
|
4
34
|
|
|
5
35
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hi-ui/hiui",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.18.0",
|
|
4
4
|
"description": "The root-package for @hi-ui/hiui.",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"author": "HiUI <mi-hiui@xiaomi.com>",
|
|
@@ -54,19 +54,19 @@
|
|
|
54
54
|
"@hi-ui/carousel": "^4.1.1",
|
|
55
55
|
"@hi-ui/cascader": "^4.5.2",
|
|
56
56
|
"@hi-ui/check-cascader": "^4.5.2",
|
|
57
|
-
"@hi-ui/check-select": "^4.6.
|
|
57
|
+
"@hi-ui/check-select": "^4.6.5",
|
|
58
58
|
"@hi-ui/check-tree-select": "^4.7.6",
|
|
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.
|
|
62
|
+
"@hi-ui/date-picker": "^4.13.0",
|
|
63
63
|
"@hi-ui/descriptions": "^4.5.1",
|
|
64
64
|
"@hi-ui/drawer": "^4.3.2",
|
|
65
65
|
"@hi-ui/dropdown": "^4.2.2",
|
|
66
66
|
"@hi-ui/ellipsis-tooltip": "^4.2.0",
|
|
67
67
|
"@hi-ui/empty-state": "^4.1.1",
|
|
68
68
|
"@hi-ui/filter": "^4.2.0",
|
|
69
|
-
"@hi-ui/form": "^4.3.
|
|
69
|
+
"@hi-ui/form": "^4.3.4",
|
|
70
70
|
"@hi-ui/grid": "^4.0.9",
|
|
71
71
|
"@hi-ui/highlighter": "^4.1.2",
|
|
72
72
|
"@hi-ui/input": "^4.4.0",
|
|
@@ -105,9 +105,9 @@
|
|
|
105
105
|
"@hi-ui/timeline": "^4.0.8",
|
|
106
106
|
"@hi-ui/tooltip": "^4.0.11",
|
|
107
107
|
"@hi-ui/transfer": "^4.2.0",
|
|
108
|
-
"@hi-ui/tree": "^4.
|
|
109
|
-
"@hi-ui/tree-select": "^4.
|
|
110
|
-
"@hi-ui/upload": "^4.
|
|
108
|
+
"@hi-ui/tree": "^4.7.0",
|
|
109
|
+
"@hi-ui/tree-select": "^4.4.0",
|
|
110
|
+
"@hi-ui/upload": "^4.3.0",
|
|
111
111
|
"@hi-ui/watermark": "^4.0.8",
|
|
112
112
|
"@hi-ui/zen-mode": "^4.0.8"
|
|
113
113
|
},
|