@hi-ui/hiui 4.1.18 → 4.1.19
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 +22 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,27 @@
|
|
1
1
|
# @hi-ui/hiui
|
2
2
|
|
3
|
+
## 4.1.19
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#2411](https://github.com/XiaoMi/hiui/pull/2411) [`f7d1257ad`](https://github.com/XiaoMi/hiui/commit/f7d1257ad2006fd40cabb2d16f1fde77677f3117) Thanks [@zyprepare](https://github.com/zyprepare)! - Tabs 问题修复: 在 tab 过多滚动场景下,如果选中的 tab 在最左侧,点击右箭头时无效果
|
8
|
+
|
9
|
+
- [#2411](https://github.com/XiaoMi/hiui/pull/2411) [`f7d1257ad`](https://github.com/XiaoMi/hiui/commit/f7d1257ad2006fd40cabb2d16f1fde77677f3117) Thanks [@zyprepare](https://github.com/zyprepare)! - Select CheckSelect 体验优化: 大数据列表中,打开下拉列表时有一次滚动条提示
|
10
|
+
|
11
|
+
- [#2411](https://github.com/XiaoMi/hiui/pull/2411) [`f7d1257ad`](https://github.com/XiaoMi/hiui/commit/f7d1257ad2006fd40cabb2d16f1fde77677f3117) Thanks [@zyprepare](https://github.com/zyprepare)! - Tree 增加 expandOnClick api
|
12
|
+
|
13
|
+
- [#2411](https://github.com/XiaoMi/hiui/pull/2411) [`f7d1257ad`](https://github.com/XiaoMi/hiui/commit/f7d1257ad2006fd40cabb2d16f1fde77677f3117) Thanks [@zyprepare](https://github.com/zyprepare)! - DatePicker 修复问题: 日期选择中,选择月份后会有一个闪动的界面
|
14
|
+
|
15
|
+
- [#2411](https://github.com/XiaoMi/hiui/pull/2411) [`f7d1257ad`](https://github.com/XiaoMi/hiui/commit/f7d1257ad2006fd40cabb2d16f1fde77677f3117) Thanks [@zyprepare](https://github.com/zyprepare)! - Modal 修复问题: 设置 height 为表达式时,组件中会有 max-height 限制导致无效
|
16
|
+
|
17
|
+
- Updated dependencies [[`f7d1257ad`](https://github.com/XiaoMi/hiui/commit/f7d1257ad2006fd40cabb2d16f1fde77677f3117), [`f7d1257ad`](https://github.com/XiaoMi/hiui/commit/f7d1257ad2006fd40cabb2d16f1fde77677f3117), [`f7d1257ad`](https://github.com/XiaoMi/hiui/commit/f7d1257ad2006fd40cabb2d16f1fde77677f3117), [`f7d1257ad`](https://github.com/XiaoMi/hiui/commit/f7d1257ad2006fd40cabb2d16f1fde77677f3117), [`f7d1257ad`](https://github.com/XiaoMi/hiui/commit/f7d1257ad2006fd40cabb2d16f1fde77677f3117)]:
|
18
|
+
- @hi-ui/tree@4.2.0
|
19
|
+
- @hi-ui/tabs@4.0.8
|
20
|
+
- @hi-ui/modal@4.0.10
|
21
|
+
- @hi-ui/check-select@4.1.2
|
22
|
+
- @hi-ui/select@4.0.10
|
23
|
+
- @hi-ui/date-picker@4.0.13
|
24
|
+
|
3
25
|
## 4.1.18
|
4
26
|
|
5
27
|
### 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.19",
|
4
4
|
"description": "The root-package for @hi-ui/hiui.",
|
5
5
|
"keywords": [],
|
6
6
|
"author": "HiUI <mi-hiui@xiaomi.com>",
|
@@ -54,12 +54,12 @@
|
|
54
54
|
"@hi-ui/carousel": "^4.0.4",
|
55
55
|
"@hi-ui/cascader": "^4.0.9",
|
56
56
|
"@hi-ui/check-cascader": "^4.0.9",
|
57
|
-
"@hi-ui/check-select": "^4.1.
|
57
|
+
"@hi-ui/check-select": "^4.1.2",
|
58
58
|
"@hi-ui/check-tree-select": "^4.0.10",
|
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.13",
|
63
63
|
"@hi-ui/descriptions": "^4.1.0",
|
64
64
|
"@hi-ui/drawer": "^4.0.7",
|
65
65
|
"@hi-ui/dropdown": "^4.0.5",
|
@@ -74,7 +74,7 @@
|
|
74
74
|
"@hi-ui/loading": "^4.0.4",
|
75
75
|
"@hi-ui/menu": "^4.0.8",
|
76
76
|
"@hi-ui/message": "^4.0.4",
|
77
|
-
"@hi-ui/modal": "^4.0.
|
77
|
+
"@hi-ui/modal": "^4.0.10",
|
78
78
|
"@hi-ui/notification": "^4.0.6",
|
79
79
|
"@hi-ui/number-input": "^4.0.5",
|
80
80
|
"@hi-ui/pagination": "^4.0.9",
|
@@ -89,7 +89,7 @@
|
|
89
89
|
"@hi-ui/result": "^4.0.4",
|
90
90
|
"@hi-ui/scrollbar": "^4.0.1",
|
91
91
|
"@hi-ui/search": "^4.0.8",
|
92
|
-
"@hi-ui/select": "^4.0.
|
92
|
+
"@hi-ui/select": "^4.0.10",
|
93
93
|
"@hi-ui/slider": "^4.0.6",
|
94
94
|
"@hi-ui/space": "^4.0.6",
|
95
95
|
"@hi-ui/spinner": "^4.0.4",
|
@@ -97,14 +97,14 @@
|
|
97
97
|
"@hi-ui/svg-icon": "^4.0.4",
|
98
98
|
"@hi-ui/switch": "^4.0.6",
|
99
99
|
"@hi-ui/table": "^4.0.13",
|
100
|
-
"@hi-ui/tabs": "^4.0.
|
100
|
+
"@hi-ui/tabs": "^4.0.8",
|
101
101
|
"@hi-ui/tag": "^4.0.7",
|
102
102
|
"@hi-ui/textarea": "^4.0.6",
|
103
103
|
"@hi-ui/time-picker": "^4.0.8",
|
104
104
|
"@hi-ui/timeline": "^4.0.4",
|
105
105
|
"@hi-ui/tooltip": "^4.0.5",
|
106
106
|
"@hi-ui/transfer": "^4.0.9",
|
107
|
-
"@hi-ui/tree": "^4.
|
107
|
+
"@hi-ui/tree": "^4.2.0",
|
108
108
|
"@hi-ui/tree-select": "^4.0.10",
|
109
109
|
"@hi-ui/upload": "^4.1.0",
|
110
110
|
"@hi-ui/watermark": "^4.0.4",
|