@hi-ui/hiui 4.2.3 → 4.2.4
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 +13 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,18 @@
|
|
1
1
|
# @hi-ui/hiui
|
2
2
|
|
3
|
+
## 4.2.4
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#2506](https://github.com/XiaoMi/hiui/pull/2506) [`acf21fe33`](https://github.com/XiaoMi/hiui/commit/acf21fe33446840efd729f344727870cf895663f) Thanks [@zyprepare](https://github.com/zyprepare)! - Counter NumberInput fix: 修复 formatter 模式下,光标聚焦时值被清空问题
|
8
|
+
|
9
|
+
- [#2505](https://github.com/XiaoMi/hiui/pull/2505) [`76c377aab`](https://github.com/XiaoMi/hiui/commit/76c377aabec97a8c27f5c6100dd18ce0ffd9b0f6) Thanks [@zyprepare](https://github.com/zyprepare)! - Tree feat: add size api
|
10
|
+
|
11
|
+
- Updated dependencies [[`76c377aab`](https://github.com/XiaoMi/hiui/commit/76c377aabec97a8c27f5c6100dd18ce0ffd9b0f6), [`acf21fe33`](https://github.com/XiaoMi/hiui/commit/acf21fe33446840efd729f344727870cf895663f)]:
|
12
|
+
- @hi-ui/tree@4.3.0
|
13
|
+
- @hi-ui/counter@4.1.3
|
14
|
+
- @hi-ui/number-input@4.1.2
|
15
|
+
|
3
16
|
## 4.2.3
|
4
17
|
|
5
18
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hi-ui/hiui",
|
3
|
-
"version": "4.2.
|
3
|
+
"version": "4.2.4",
|
4
4
|
"description": "The root-package for @hi-ui/hiui.",
|
5
5
|
"keywords": [],
|
6
6
|
"author": "HiUI <mi-hiui@xiaomi.com>",
|
@@ -58,7 +58,7 @@
|
|
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
|
-
"@hi-ui/counter": "^4.1.
|
61
|
+
"@hi-ui/counter": "^4.1.3",
|
62
62
|
"@hi-ui/date-picker": "^4.0.17",
|
63
63
|
"@hi-ui/descriptions": "^4.1.1",
|
64
64
|
"@hi-ui/drawer": "^4.0.9",
|
@@ -77,7 +77,7 @@
|
|
77
77
|
"@hi-ui/message": "^4.0.4",
|
78
78
|
"@hi-ui/modal": "^4.0.10",
|
79
79
|
"@hi-ui/notification": "^4.0.6",
|
80
|
-
"@hi-ui/number-input": "^4.1.
|
80
|
+
"@hi-ui/number-input": "^4.1.2",
|
81
81
|
"@hi-ui/pagination": "^4.0.10",
|
82
82
|
"@hi-ui/picker": "^4.0.6",
|
83
83
|
"@hi-ui/pop-confirm": "^4.0.6",
|
@@ -105,7 +105,7 @@
|
|
105
105
|
"@hi-ui/timeline": "^4.0.4",
|
106
106
|
"@hi-ui/tooltip": "^4.0.7",
|
107
107
|
"@hi-ui/transfer": "^4.0.9",
|
108
|
-
"@hi-ui/tree": "^4.
|
108
|
+
"@hi-ui/tree": "^4.3.0",
|
109
109
|
"@hi-ui/tree-select": "^4.0.10",
|
110
110
|
"@hi-ui/upload": "^4.1.4",
|
111
111
|
"@hi-ui/watermark": "^4.0.4",
|