@hi-ui/hiui 4.2.1 → 4.2.3
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 +31 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,36 @@
|
|
1
1
|
# @hi-ui/hiui
|
2
2
|
|
3
|
+
## 4.2.3
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#2498](https://github.com/XiaoMi/hiui/pull/2498) [`7f542e88e`](https://github.com/XiaoMi/hiui/commit/7f542e88ef0f519093d3c356359404c1c557774d) Thanks [@zyprepare](https://github.com/zyprepare)! - Counter NumberInput fix: 修复 formatter 场景下值为 null 和 0 时的异常问题
|
8
|
+
|
9
|
+
- [#2495](https://github.com/XiaoMi/hiui/pull/2495) [`84e6089ba`](https://github.com/XiaoMi/hiui/commit/84e6089baf216d5192136379c7b0925c57c01d8a) Thanks [@zyprepare](https://github.com/zyprepare)! - Drawer fix: 修复 showMask 设为 false 后依然有蒙层存在
|
10
|
+
|
11
|
+
- Updated dependencies [[`84e6089ba`](https://github.com/XiaoMi/hiui/commit/84e6089baf216d5192136379c7b0925c57c01d8a), [`7f542e88e`](https://github.com/XiaoMi/hiui/commit/7f542e88ef0f519093d3c356359404c1c557774d)]:
|
12
|
+
- @hi-ui/drawer@4.0.9
|
13
|
+
- @hi-ui/counter@4.1.2
|
14
|
+
- @hi-ui/number-input@4.1.1
|
15
|
+
|
16
|
+
## 4.2.2
|
17
|
+
|
18
|
+
### Patch Changes
|
19
|
+
|
20
|
+
- [#2487](https://github.com/XiaoMi/hiui/pull/2487) [`0916ef068`](https://github.com/XiaoMi/hiui/commit/0916ef06817f96c6353be6a7783ee9d05d7da9e0) Thanks [@zyprepare](https://github.com/zyprepare)! - Drawer fix: 修复入场动画问题
|
21
|
+
|
22
|
+
- [#2492](https://github.com/XiaoMi/hiui/pull/2492) [`2601da9d1`](https://github.com/XiaoMi/hiui/commit/2601da9d1046ce829ead08b0838be353e64240f3) Thanks [@zyprepare](https://github.com/zyprepare)! - Pagination fix: 兼容 useCounter 中 onChange 类型
|
23
|
+
|
24
|
+
- [#2489](https://github.com/XiaoMi/hiui/pull/2489) [`19e230fb8`](https://github.com/XiaoMi/hiui/commit/19e230fb85803a651b3a5574ee551fc9712f00be) Thanks [@zyprepare](https://github.com/zyprepare)! - Counter fix: 增加了对 null 值的处理,当值设置为 null 时输入框显示为空
|
25
|
+
|
26
|
+
- [#2491](https://github.com/XiaoMi/hiui/pull/2491) [`80262b227`](https://github.com/XiaoMi/hiui/commit/80262b227cbab0799007fd931c93c2848204b48c) Thanks [@safga](https://github.com/safga)! - Dropdown fix: 增加 dataItem 设置 disable 后样式
|
27
|
+
|
28
|
+
- Updated dependencies [[`2601da9d1`](https://github.com/XiaoMi/hiui/commit/2601da9d1046ce829ead08b0838be353e64240f3), [`19e230fb8`](https://github.com/XiaoMi/hiui/commit/19e230fb85803a651b3a5574ee551fc9712f00be), [`0916ef068`](https://github.com/XiaoMi/hiui/commit/0916ef06817f96c6353be6a7783ee9d05d7da9e0), [`80262b227`](https://github.com/XiaoMi/hiui/commit/80262b227cbab0799007fd931c93c2848204b48c)]:
|
29
|
+
- @hi-ui/pagination@4.0.10
|
30
|
+
- @hi-ui/counter@4.1.1
|
31
|
+
- @hi-ui/drawer@4.0.8
|
32
|
+
- @hi-ui/dropdown@4.0.6
|
33
|
+
|
3
34
|
## 4.2.1
|
4
35
|
|
5
36
|
### 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.3",
|
4
4
|
"description": "The root-package for @hi-ui/hiui.",
|
5
5
|
"keywords": [],
|
6
6
|
"author": "HiUI <mi-hiui@xiaomi.com>",
|
@@ -58,11 +58,11 @@
|
|
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.2",
|
62
62
|
"@hi-ui/date-picker": "^4.0.17",
|
63
63
|
"@hi-ui/descriptions": "^4.1.1",
|
64
|
-
"@hi-ui/drawer": "^4.0.
|
65
|
-
"@hi-ui/dropdown": "^4.0.
|
64
|
+
"@hi-ui/drawer": "^4.0.9",
|
65
|
+
"@hi-ui/dropdown": "^4.0.6",
|
66
66
|
"@hi-ui/ellipsis-tooltip": "^4.1.2",
|
67
67
|
"@hi-ui/empty-state": "^4.0.4",
|
68
68
|
"@hi-ui/filter": "^4.1.0",
|
@@ -77,8 +77,8 @@
|
|
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.
|
81
|
-
"@hi-ui/pagination": "^4.0.
|
80
|
+
"@hi-ui/number-input": "^4.1.1",
|
81
|
+
"@hi-ui/pagination": "^4.0.10",
|
82
82
|
"@hi-ui/picker": "^4.0.6",
|
83
83
|
"@hi-ui/pop-confirm": "^4.0.6",
|
84
84
|
"@hi-ui/popover": "^4.0.5",
|