@hi-ui/hiui 4.7.0 → 4.7.1
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 +19 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,24 @@
|
|
1
1
|
# @hi-ui/hiui
|
2
2
|
|
3
|
+
## 4.7.1
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#3016](https://github.com/XiaoMi/hiui/pull/3016) [`5784cffd0`](https://github.com/XiaoMi/hiui/commit/5784cffd0cc8e913fb3f95082249d50975e7f8bb) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(drawer): 修复 width 和 height 类型不支持字符串问题 (#3013)
|
8
|
+
|
9
|
+
- [#3024](https://github.com/XiaoMi/hiui/pull/3024) [`4baa3bda2`](https://github.com/XiaoMi/hiui/commit/4baa3bda267233c45d15717bc8765587901447b3) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(input): 修复 type="X" 时最后一位无法输入 X 的问题 (#3023)
|
10
|
+
chore(input): type 类型中增加 number 类型
|
11
|
+
|
12
|
+
- [#3018](https://github.com/XiaoMi/hiui/pull/3018) [`1e382ae8e`](https://github.com/XiaoMi/hiui/commit/1e382ae8efb72f763a29a338c7a9734525d92ea6) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(tree): 修复编辑模式下保存无效问题 (#3017)
|
13
|
+
fix(tree): 修复拖拽和编辑模式下保存时异常问题 (#3022)
|
14
|
+
|
15
|
+
- [#3026](https://github.com/XiaoMi/hiui/pull/3026) [`cd40615`](https://github.com/XiaoMi/hiui/commit/cd406152a536123c08409a1195a2a3e7b688483a) Thanks [@fcppddl](https://github.com/fcppddl)! - fix(tree): 选项禁用时触发键盘事件报错(#3025)
|
16
|
+
|
17
|
+
- Updated dependencies [[`5784cffd0`](https://github.com/XiaoMi/hiui/commit/5784cffd0cc8e913fb3f95082249d50975e7f8bb), [`4baa3bda2`](https://github.com/XiaoMi/hiui/commit/4baa3bda267233c45d15717bc8765587901447b3), [`1e382ae8e`](https://github.com/XiaoMi/hiui/commit/1e382ae8efb72f763a29a338c7a9734525d92ea6), [`cd40615`](https://github.com/XiaoMi/hiui/commit/cd406152a536123c08409a1195a2a3e7b688483a)]:
|
18
|
+
- @hi-ui/drawer@4.2.1
|
19
|
+
- @hi-ui/input@4.2.1
|
20
|
+
- @hi-ui/tree@4.6.2
|
21
|
+
|
3
22
|
## 4.7.0
|
4
23
|
|
5
24
|
### Minor Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hi-ui/hiui",
|
3
|
-
"version": "4.7.
|
3
|
+
"version": "4.7.1",
|
4
4
|
"description": "The root-package for @hi-ui/hiui.",
|
5
5
|
"keywords": [],
|
6
6
|
"author": "HiUI <mi-hiui@xiaomi.com>",
|
@@ -61,7 +61,7 @@
|
|
61
61
|
"@hi-ui/counter": "^4.1.9",
|
62
62
|
"@hi-ui/date-picker": "^4.9.0",
|
63
63
|
"@hi-ui/descriptions": "^4.5.0",
|
64
|
-
"@hi-ui/drawer": "^4.2.
|
64
|
+
"@hi-ui/drawer": "^4.2.1",
|
65
65
|
"@hi-ui/dropdown": "^4.2.1",
|
66
66
|
"@hi-ui/ellipsis-tooltip": "^4.1.8",
|
67
67
|
"@hi-ui/empty-state": "^4.1.1",
|
@@ -69,7 +69,7 @@
|
|
69
69
|
"@hi-ui/form": "^4.3.0",
|
70
70
|
"@hi-ui/grid": "^4.0.9",
|
71
71
|
"@hi-ui/highlighter": "^4.0.9",
|
72
|
-
"@hi-ui/input": "^4.2.
|
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
75
|
"@hi-ui/loading": "^4.2.1",
|
@@ -105,7 +105,7 @@
|
|
105
105
|
"@hi-ui/timeline": "^4.0.8",
|
106
106
|
"@hi-ui/tooltip": "^4.0.11",
|
107
107
|
"@hi-ui/transfer": "^4.1.0",
|
108
|
-
"@hi-ui/tree": "^4.6.
|
108
|
+
"@hi-ui/tree": "^4.6.2",
|
109
109
|
"@hi-ui/tree-select": "^4.2.1",
|
110
110
|
"@hi-ui/upload": "^4.2.3",
|
111
111
|
"@hi-ui/watermark": "^4.0.8",
|