@hi-ui/hiui 4.2.0 → 4.2.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 +17 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,22 @@
|
|
1
1
|
# @hi-ui/hiui
|
2
2
|
|
3
|
+
## 4.2.1
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#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: 样式优化
|
8
|
+
|
9
|
+
- [#2481](https://github.com/XiaoMi/hiui/pull/2481) [`0d4cfe83d`](https://github.com/XiaoMi/hiui/commit/0d4cfe83d017e596bb52c8aa74072e4c0c03fc18) Thanks [@zyprepare](https://github.com/zyprepare)! - DatePicker fix: 修复时间选择格式化问题
|
10
|
+
|
11
|
+
- [#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: 数据改变后显示一次滚动条
|
12
|
+
|
13
|
+
- 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)]:
|
14
|
+
- @hi-ui/date-picker@4.0.17
|
15
|
+
- @hi-ui/input@4.0.9
|
16
|
+
- @hi-ui/check-select@4.1.3
|
17
|
+
- @hi-ui/select@4.0.11
|
18
|
+
- @hi-ui/spinner@4.0.5
|
19
|
+
|
3
20
|
## 4.2.0
|
4
21
|
|
5
22
|
### 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.1",
|
4
4
|
"description": "The root-package for @hi-ui/hiui.",
|
5
5
|
"keywords": [],
|
6
6
|
"author": "HiUI <mi-hiui@xiaomi.com>",
|
@@ -54,12 +54,12 @@
|
|
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
61
|
"@hi-ui/counter": "^4.1.0",
|
62
|
-
"@hi-ui/date-picker": "^4.0.
|
62
|
+
"@hi-ui/date-picker": "^4.0.17",
|
63
63
|
"@hi-ui/descriptions": "^4.1.1",
|
64
64
|
"@hi-ui/drawer": "^4.0.7",
|
65
65
|
"@hi-ui/dropdown": "^4.0.5",
|
@@ -69,7 +69,7 @@
|
|
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",
|
@@ -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",
|