@hi-ui/hiui 4.1.22 → 4.1.23
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 +16 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# @hi-ui/hiui
|
2
2
|
|
3
|
+
## 4.1.23
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#2440](https://github.com/XiaoMi/hiui/pull/2440) [`45f1ddd4d`](https://github.com/XiaoMi/hiui/commit/45f1ddd4de49c84f09b0074bcacdcb587a5d1535) Thanks [@zyprepare](https://github.com/zyprepare)! - Input fix: 输入框值格式化时光标跑到最后
|
8
|
+
|
9
|
+
- [#2444](https://github.com/XiaoMi/hiui/pull/2444) [`89147b131`](https://github.com/XiaoMi/hiui/commit/89147b131183b344cf1355d2d1062786c4be030e) Thanks [@zyprepare](https://github.com/zyprepare)! - Textarea fix: 修复类型问题
|
10
|
+
|
11
|
+
- [#2443](https://github.com/XiaoMi/hiui/pull/2443) [`0a69cdf32`](https://github.com/XiaoMi/hiui/commit/0a69cdf32c305a35286947b55d1ec05159358ba0) Thanks [@zyprepare](https://github.com/zyprepare)! - Upload hotfix: type="drag" 模式下,限制文件类型无效
|
12
|
+
|
13
|
+
- Updated dependencies [[`45f1ddd4d`](https://github.com/XiaoMi/hiui/commit/45f1ddd4de49c84f09b0074bcacdcb587a5d1535), [`89147b131`](https://github.com/XiaoMi/hiui/commit/89147b131183b344cf1355d2d1062786c4be030e), [`960cb3bc8`](https://github.com/XiaoMi/hiui/commit/960cb3bc89a37a2d8b9882bc6551b75f2119fb82), [`0a69cdf32`](https://github.com/XiaoMi/hiui/commit/0a69cdf32c305a35286947b55d1ec05159358ba0)]:
|
14
|
+
- @hi-ui/input@4.0.7
|
15
|
+
- @hi-ui/textarea@4.0.7
|
16
|
+
- @hi-ui/ellipsis-tooltip@4.1.1
|
17
|
+
- @hi-ui/upload@4.1.3
|
18
|
+
|
3
19
|
## 4.1.22
|
4
20
|
|
5
21
|
### 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.23",
|
4
4
|
"description": "The root-package for @hi-ui/hiui.",
|
5
5
|
"keywords": [],
|
6
6
|
"author": "HiUI <mi-hiui@xiaomi.com>",
|
@@ -63,13 +63,13 @@
|
|
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.1",
|
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",
|
70
70
|
"@hi-ui/grid": "^4.0.5",
|
71
71
|
"@hi-ui/highlighter": "^4.0.5",
|
72
|
-
"@hi-ui/input": "^4.0.
|
72
|
+
"@hi-ui/input": "^4.0.7",
|
73
73
|
"@hi-ui/input-group": "^4.0.3",
|
74
74
|
"@hi-ui/list": "^4.0.8",
|
75
75
|
"@hi-ui/loading": "^4.0.4",
|
@@ -100,14 +100,14 @@
|
|
100
100
|
"@hi-ui/table": "^4.0.13",
|
101
101
|
"@hi-ui/tabs": "^4.0.8",
|
102
102
|
"@hi-ui/tag": "^4.0.7",
|
103
|
-
"@hi-ui/textarea": "^4.0.
|
103
|
+
"@hi-ui/textarea": "^4.0.7",
|
104
104
|
"@hi-ui/time-picker": "^4.0.8",
|
105
105
|
"@hi-ui/timeline": "^4.0.4",
|
106
106
|
"@hi-ui/tooltip": "^4.0.6",
|
107
107
|
"@hi-ui/transfer": "^4.0.9",
|
108
108
|
"@hi-ui/tree": "^4.2.0",
|
109
109
|
"@hi-ui/tree-select": "^4.0.10",
|
110
|
-
"@hi-ui/upload": "^4.1.
|
110
|
+
"@hi-ui/upload": "^4.1.3",
|
111
111
|
"@hi-ui/watermark": "^4.0.4",
|
112
112
|
"@hi-ui/zen-mode": "^4.0.4"
|
113
113
|
},
|