@hi-ui/hiui 4.1.23 → 4.1.24
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 +12 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
# @hi-ui/hiui
|
2
2
|
|
3
|
+
## 4.1.24
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#2448](https://github.com/XiaoMi/hiui/pull/2448) [`573a26adf`](https://github.com/XiaoMi/hiui/commit/573a26adf945654f4301e38044131616982c7b2e) Thanks [@zyprepare](https://github.com/zyprepare)! - Input fix: value 设置 null 时报错
|
8
|
+
|
9
|
+
- [#2447](https://github.com/XiaoMi/hiui/pull/2447) [`ce53a9319`](https://github.com/XiaoMi/hiui/commit/ce53a93191a0c71cd9d07deff13e3a4cdef2bb46) Thanks [@zyprepare](https://github.com/zyprepare)! - Tooltip fix: 背景色增加 80% 透明度
|
10
|
+
|
11
|
+
- Updated dependencies [[`ce53a9319`](https://github.com/XiaoMi/hiui/commit/ce53a93191a0c71cd9d07deff13e3a4cdef2bb46), [`573a26adf`](https://github.com/XiaoMi/hiui/commit/573a26adf945654f4301e38044131616982c7b2e)]:
|
12
|
+
- @hi-ui/tooltip@4.0.7
|
13
|
+
- @hi-ui/input@4.0.8
|
14
|
+
|
3
15
|
## 4.1.23
|
4
16
|
|
5
17
|
### 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.24",
|
4
4
|
"description": "The root-package for @hi-ui/hiui.",
|
5
5
|
"keywords": [],
|
6
6
|
"author": "HiUI <mi-hiui@xiaomi.com>",
|
@@ -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.8",
|
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",
|
@@ -103,7 +103,7 @@
|
|
103
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
|
-
"@hi-ui/tooltip": "^4.0.
|
106
|
+
"@hi-ui/tooltip": "^4.0.7",
|
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",
|
@@ -118,7 +118,7 @@
|
|
118
118
|
},
|
119
119
|
"devDependencies": {
|
120
120
|
"@hi-ui/core": "^4.0.5",
|
121
|
-
"@hi-ui/core-css": "^4.0
|
121
|
+
"@hi-ui/core-css": "^4.1.0",
|
122
122
|
"@hi-ui/hi-build": "^4.0.1",
|
123
123
|
"react": "^17.0.1",
|
124
124
|
"react-dom": "^17.0.1"
|