@hi-ui/hiui 4.1.14 → 4.1.15
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 +17 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,22 @@
|
|
1
1
|
# @hi-ui/hiui
|
2
2
|
|
3
|
+
## 4.1.15
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#2365](https://github.com/XiaoMi/hiui/pull/2365) [`93ba5824b`](https://github.com/XiaoMi/hiui/commit/93ba5824b325d305fbbfd228888651806a337e33) Thanks [@zyprepare](https://github.com/zyprepare)! - Modal 体验问题: 鼠标选中内容滑动到外部,松开后模态框会关闭
|
8
|
+
|
9
|
+
- [#2365](https://github.com/XiaoMi/hiui/pull/2365) [`93ba5824b`](https://github.com/XiaoMi/hiui/commit/93ba5824b325d305fbbfd228888651806a337e33) Thanks [@zyprepare](https://github.com/zyprepare)! - Tree 修复问题: 自定义搜索中 useTreeSearchProps 中的 filterTree 中的 keyword 是数组时,结果没有高亮展示
|
10
|
+
|
11
|
+
- [#2365](https://github.com/XiaoMi/hiui/pull/2365) [`93ba5824b`](https://github.com/XiaoMi/hiui/commit/93ba5824b325d305fbbfd228888651806a337e33) Thanks [@zyprepare](https://github.com/zyprepare)! - Tree 修复问题: 自定义搜索中,当传入空字符串时,搜索会展开全部节点
|
12
|
+
|
13
|
+
- [#2365](https://github.com/XiaoMi/hiui/pull/2365) [`93ba5824b`](https://github.com/XiaoMi/hiui/commit/93ba5824b325d305fbbfd228888651806a337e33) Thanks [@zyprepare](https://github.com/zyprepare)! - Slider 修复问题: 滑块外部容器设置 overflow: 'hidden' 时,滑块的提示内容显示受限
|
14
|
+
|
15
|
+
- Updated dependencies [[`93ba5824b`](https://github.com/XiaoMi/hiui/commit/93ba5824b325d305fbbfd228888651806a337e33), [`93ba5824b`](https://github.com/XiaoMi/hiui/commit/93ba5824b325d305fbbfd228888651806a337e33), [`93ba5824b`](https://github.com/XiaoMi/hiui/commit/93ba5824b325d305fbbfd228888651806a337e33), [`93ba5824b`](https://github.com/XiaoMi/hiui/commit/93ba5824b325d305fbbfd228888651806a337e33)]:
|
16
|
+
- @hi-ui/slider@4.0.6
|
17
|
+
- @hi-ui/modal@4.0.8
|
18
|
+
- @hi-ui/tree@4.1.1
|
19
|
+
|
3
20
|
## 4.1.14
|
4
21
|
|
5
22
|
### 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.15",
|
4
4
|
"description": "The root-package for @hi-ui/hiui.",
|
5
5
|
"keywords": [],
|
6
6
|
"author": "HiUI <mi-hiui@xiaomi.com>",
|
@@ -74,7 +74,7 @@
|
|
74
74
|
"@hi-ui/loading": "^4.0.4",
|
75
75
|
"@hi-ui/menu": "^4.0.7",
|
76
76
|
"@hi-ui/message": "^4.0.4",
|
77
|
-
"@hi-ui/modal": "^4.0.
|
77
|
+
"@hi-ui/modal": "^4.0.8",
|
78
78
|
"@hi-ui/notification": "^4.0.6",
|
79
79
|
"@hi-ui/number-input": "^4.0.5",
|
80
80
|
"@hi-ui/pagination": "^4.0.8",
|
@@ -90,7 +90,7 @@
|
|
90
90
|
"@hi-ui/scrollbar": "^4.0.1",
|
91
91
|
"@hi-ui/search": "^4.0.8",
|
92
92
|
"@hi-ui/select": "^4.0.9",
|
93
|
-
"@hi-ui/slider": "^4.0.
|
93
|
+
"@hi-ui/slider": "^4.0.6",
|
94
94
|
"@hi-ui/space": "^4.0.6",
|
95
95
|
"@hi-ui/spinner": "^4.0.4",
|
96
96
|
"@hi-ui/stepper": "^4.0.4",
|
@@ -104,7 +104,7 @@
|
|
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.1.
|
107
|
+
"@hi-ui/tree": "^4.1.1",
|
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",
|