@hi-ui/hiui 5.0.0-canary.4 → 5.0.0-canary.5
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 +20 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,25 @@
|
|
1
1
|
# @hi-ui/hiui
|
2
2
|
|
3
|
+
## 5.0.0-canary.5
|
4
|
+
|
5
|
+
### Minor Changes
|
6
|
+
|
7
|
+
- cdc0fe912: feat(upload): 新增上传成功后显示成功 icon (5.0)
|
8
|
+
|
9
|
+
### Patch Changes
|
10
|
+
|
11
|
+
- bb5b8150d: perf(date-picker): 优化 contained 模式下的点击事件交互&范围选择的交互优化 (5.0)
|
12
|
+
- cdc0fe912: <br>
|
13
|
+
- feat(upload): 新版样式 (5.0)
|
14
|
+
- feat(upload): 增加 size 参数 (5.0)
|
15
|
+
- feat(upload): 上传按钮改为线性 (5.0)
|
16
|
+
- feat(upload): 照片墙上传按钮支持配置文案 (5.0)
|
17
|
+
- Updated dependencies [bb5b8150d]
|
18
|
+
- Updated dependencies [cdc0fe912]
|
19
|
+
- Updated dependencies [cdc0fe912]
|
20
|
+
- @hi-ui/date-picker@5.0.0-canary.2
|
21
|
+
- @hi-ui/upload@5.0.0-canary.2
|
22
|
+
|
3
23
|
## 5.0.0-canary.4
|
4
24
|
|
5
25
|
### Major Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hi-ui/hiui",
|
3
|
-
"version": "5.0.0-canary.
|
3
|
+
"version": "5.0.0-canary.5",
|
4
4
|
"description": "The root-package for @hi-ui/hiui.",
|
5
5
|
"keywords": [],
|
6
6
|
"author": "HiUI <mi-hiui@xiaomi.com>",
|
@@ -60,7 +60,7 @@
|
|
60
60
|
"@hi-ui/checkbox": "^5.0.0-canary.0",
|
61
61
|
"@hi-ui/collapse": "^5.0.0-canary.0",
|
62
62
|
"@hi-ui/counter": "^5.0.0-canary.0",
|
63
|
-
"@hi-ui/date-picker": "^5.0.0-canary.
|
63
|
+
"@hi-ui/date-picker": "^5.0.0-canary.2",
|
64
64
|
"@hi-ui/descriptions": "^5.0.0-canary.1",
|
65
65
|
"@hi-ui/drawer": "^5.0.0-canary.1",
|
66
66
|
"@hi-ui/dropdown": "^5.0.0-canary.1",
|
@@ -108,7 +108,7 @@
|
|
108
108
|
"@hi-ui/transfer": "^5.0.0-canary.0",
|
109
109
|
"@hi-ui/tree": "^5.0.0-canary.1",
|
110
110
|
"@hi-ui/tree-select": "^5.0.0-canary.1",
|
111
|
-
"@hi-ui/upload": "^5.0.0-canary.
|
111
|
+
"@hi-ui/upload": "^5.0.0-canary.2",
|
112
112
|
"@hi-ui/watermark": "^5.0.0-canary.0",
|
113
113
|
"@hi-ui/zen-mode": "^5.0.0-canary.0"
|
114
114
|
},
|