@hi-ui/hiui 4.1.23-beta.0 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -3
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,11 +1,32 @@
1
1
  # @hi-ui/hiui
2
2
 
3
- ## 4.1.23-beta.0
3
+ ## 4.1.24
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [960cb3bc8]
8
- - @hi-ui/ellipsis-tooltip@4.1.1-beta.0
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
+
15
+ ## 4.1.23
16
+
17
+ ### Patch Changes
18
+
19
+ - [#2440](https://github.com/XiaoMi/hiui/pull/2440) [`45f1ddd4d`](https://github.com/XiaoMi/hiui/commit/45f1ddd4de49c84f09b0074bcacdcb587a5d1535) Thanks [@zyprepare](https://github.com/zyprepare)! - Input fix: 输入框值格式化时光标跑到最后
20
+
21
+ - [#2444](https://github.com/XiaoMi/hiui/pull/2444) [`89147b131`](https://github.com/XiaoMi/hiui/commit/89147b131183b344cf1355d2d1062786c4be030e) Thanks [@zyprepare](https://github.com/zyprepare)! - Textarea fix: 修复类型问题
22
+
23
+ - [#2443](https://github.com/XiaoMi/hiui/pull/2443) [`0a69cdf32`](https://github.com/XiaoMi/hiui/commit/0a69cdf32c305a35286947b55d1ec05159358ba0) Thanks [@zyprepare](https://github.com/zyprepare)! - Upload hotfix: type="drag" 模式下,限制文件类型无效
24
+
25
+ - Updated dependencies [[`45f1ddd4d`](https://github.com/XiaoMi/hiui/commit/45f1ddd4de49c84f09b0074bcacdcb587a5d1535), [`89147b131`](https://github.com/XiaoMi/hiui/commit/89147b131183b344cf1355d2d1062786c4be030e), [`960cb3bc8`](https://github.com/XiaoMi/hiui/commit/960cb3bc89a37a2d8b9882bc6551b75f2119fb82), [`0a69cdf32`](https://github.com/XiaoMi/hiui/commit/0a69cdf32c305a35286947b55d1ec05159358ba0)]:
26
+ - @hi-ui/input@4.0.7
27
+ - @hi-ui/textarea@4.0.7
28
+ - @hi-ui/ellipsis-tooltip@4.1.1
29
+ - @hi-ui/upload@4.1.3
9
30
 
10
31
  ## 4.1.22
11
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/hiui",
3
- "version": "4.1.23-beta.0",
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>",
@@ -50,7 +50,7 @@
50
50
  "@hi-ui/badge": "^4.0.4",
51
51
  "@hi-ui/breadcrumb": "^4.0.4",
52
52
  "@hi-ui/button": "^4.0.5",
53
- "@hi-ui/card": "^4.0.6-beta.0",
53
+ "@hi-ui/card": "^4.0.5",
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",
@@ -63,17 +63,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",
66
- "@hi-ui/ellipsis-tooltip": "^4.1.1-beta.0",
66
+ "@hi-ui/ellipsis-tooltip": "^4.1.1",
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.6",
72
+ "@hi-ui/input": "^4.0.8",
73
73
  "@hi-ui/input-group": "^4.0.3",
74
- "@hi-ui/list": "^4.0.9-beta.0",
75
- "@hi-ui/loading": "^4.1.0-beta.0",
76
- "@hi-ui/menu": "^4.0.7",
74
+ "@hi-ui/list": "^4.0.8",
75
+ "@hi-ui/loading": "^4.0.4",
76
+ "@hi-ui/menu": "^4.0.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",
@@ -93,21 +93,21 @@
93
93
  "@hi-ui/select": "^4.0.10",
94
94
  "@hi-ui/slider": "^4.0.7",
95
95
  "@hi-ui/space": "^4.0.6",
96
- "@hi-ui/spinner": "^4.0.5-beta.0",
96
+ "@hi-ui/spinner": "^4.0.4",
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",
100
100
  "@hi-ui/table": "^4.0.13",
101
101
  "@hi-ui/tabs": "^4.0.8",
102
102
  "@hi-ui/tag": "^4.0.7",
103
- "@hi-ui/textarea": "^4.0.6",
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.6",
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",
110
- "@hi-ui/upload": "^4.1.2",
110
+ "@hi-ui/upload": "^4.1.3",
111
111
  "@hi-ui/watermark": "^4.0.4",
112
112
  "@hi-ui/zen-mode": "^4.0.4"
113
113
  },
@@ -118,7 +118,7 @@
118
118
  },
119
119
  "devDependencies": {
120
120
  "@hi-ui/core": "^4.0.5",
121
- "@hi-ui/core-css": "^4.0.2",
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"