@hi-ui/hiui 4.2.0 → 4.2.2
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 +35 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,40 @@
|
|
1
1
|
# @hi-ui/hiui
|
2
2
|
|
3
|
+
## 4.2.2
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#2487](https://github.com/XiaoMi/hiui/pull/2487) [`0916ef068`](https://github.com/XiaoMi/hiui/commit/0916ef06817f96c6353be6a7783ee9d05d7da9e0) Thanks [@zyprepare](https://github.com/zyprepare)! - Drawer fix: 修复入场动画问题
|
8
|
+
|
9
|
+
- [#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 类型
|
10
|
+
|
11
|
+
- [#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 时输入框显示为空
|
12
|
+
|
13
|
+
- [#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 后样式
|
14
|
+
|
15
|
+
- 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)]:
|
16
|
+
- @hi-ui/pagination@4.0.10
|
17
|
+
- @hi-ui/counter@4.1.1
|
18
|
+
- @hi-ui/drawer@4.0.8
|
19
|
+
- @hi-ui/dropdown@4.0.6
|
20
|
+
|
21
|
+
## 4.2.1
|
22
|
+
|
23
|
+
### Patch Changes
|
24
|
+
|
25
|
+
- [#2484](https://github.com/XiaoMi/hiui/pull/2484) [`6980d058f`](https://github.com/XiaoMi/hiui/commit/6980d058f165b309695d10248d7511bd05bee457) Thanks [@zyprepare](https://github.com/zyprepare)! - Input DatePicker fix: 样式优化
|
26
|
+
|
27
|
+
- [#2481](https://github.com/XiaoMi/hiui/pull/2481) [`0d4cfe83d`](https://github.com/XiaoMi/hiui/commit/0d4cfe83d017e596bb52c8aa74072e4c0c03fc18) Thanks [@zyprepare](https://github.com/zyprepare)! - DatePicker fix: 修复时间选择格式化问题
|
28
|
+
|
29
|
+
- [#2482](https://github.com/XiaoMi/hiui/pull/2482) [`3301a290f`](https://github.com/XiaoMi/hiui/commit/3301a290fa9bd8b8717e24ef69ed832aa392b11e) Thanks [@zyprepare](https://github.com/zyprepare)! - Select CheckSelect fix: 数据改变后显示一次滚动条
|
30
|
+
|
31
|
+
- Updated dependencies [[`6980d058f`](https://github.com/XiaoMi/hiui/commit/6980d058f165b309695d10248d7511bd05bee457), [`0d4cfe83d`](https://github.com/XiaoMi/hiui/commit/0d4cfe83d017e596bb52c8aa74072e4c0c03fc18), [`3301a290f`](https://github.com/XiaoMi/hiui/commit/3301a290fa9bd8b8717e24ef69ed832aa392b11e), [`6980d058f`](https://github.com/XiaoMi/hiui/commit/6980d058f165b309695d10248d7511bd05bee457)]:
|
32
|
+
- @hi-ui/date-picker@4.0.17
|
33
|
+
- @hi-ui/input@4.0.9
|
34
|
+
- @hi-ui/check-select@4.1.3
|
35
|
+
- @hi-ui/select@4.0.11
|
36
|
+
- @hi-ui/spinner@4.0.5
|
37
|
+
|
3
38
|
## 4.2.0
|
4
39
|
|
5
40
|
### Minor 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.2",
|
4
4
|
"description": "The root-package for @hi-ui/hiui.",
|
5
5
|
"keywords": [],
|
6
6
|
"author": "HiUI <mi-hiui@xiaomi.com>",
|
@@ -54,22 +54,22 @@
|
|
54
54
|
"@hi-ui/carousel": "^4.0.4",
|
55
55
|
"@hi-ui/cascader": "^4.0.9",
|
56
56
|
"@hi-ui/check-cascader": "^4.0.9",
|
57
|
-
"@hi-ui/check-select": "^4.1.
|
57
|
+
"@hi-ui/check-select": "^4.1.3",
|
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.
|
62
|
-
"@hi-ui/date-picker": "^4.0.
|
61
|
+
"@hi-ui/counter": "^4.1.1",
|
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.8",
|
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",
|
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.9",
|
73
73
|
"@hi-ui/input-group": "^4.0.3",
|
74
74
|
"@hi-ui/list": "^4.0.8",
|
75
75
|
"@hi-ui/loading": "^4.1.0",
|
@@ -78,7 +78,7 @@
|
|
78
78
|
"@hi-ui/modal": "^4.0.10",
|
79
79
|
"@hi-ui/notification": "^4.0.6",
|
80
80
|
"@hi-ui/number-input": "^4.1.0",
|
81
|
-
"@hi-ui/pagination": "^4.0.
|
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",
|
@@ -90,10 +90,10 @@
|
|
90
90
|
"@hi-ui/result": "^4.0.4",
|
91
91
|
"@hi-ui/scrollbar": "^4.0.1",
|
92
92
|
"@hi-ui/search": "^4.0.8",
|
93
|
-
"@hi-ui/select": "^4.0.
|
93
|
+
"@hi-ui/select": "^4.0.11",
|
94
94
|
"@hi-ui/slider": "^4.0.7",
|
95
95
|
"@hi-ui/space": "^4.0.6",
|
96
|
-
"@hi-ui/spinner": "^4.0.
|
96
|
+
"@hi-ui/spinner": "^4.0.5",
|
97
97
|
"@hi-ui/stepper": "^4.0.4",
|
98
98
|
"@hi-ui/svg-icon": "^4.0.4",
|
99
99
|
"@hi-ui/switch": "^4.0.6",
|