@hi-ui/hiui 5.0.0-canary.8 → 5.0.0-canary.9
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 +14 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,19 @@
|
|
1
1
|
# @hi-ui/hiui
|
2
2
|
|
3
|
+
## 5.0.0-canary.9
|
4
|
+
|
5
|
+
### Minor Changes
|
6
|
+
|
7
|
+
- 6c110e20d: feat(drawer): add styles api (5.0)
|
8
|
+
- affc96a20: feat(tabs): 支持编辑功能和设置最大标题宽度 (5.0)
|
9
|
+
|
10
|
+
### Patch Changes
|
11
|
+
|
12
|
+
- Updated dependencies [6c110e20d]
|
13
|
+
- Updated dependencies [affc96a20]
|
14
|
+
- @hi-ui/drawer@5.0.0-canary.2
|
15
|
+
- @hi-ui/tabs@5.0.0-canary.3
|
16
|
+
|
3
17
|
## 5.0.0-canary.8
|
4
18
|
|
5
19
|
### Patch 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.9",
|
4
4
|
"description": "The root-package for @hi-ui/hiui.",
|
5
5
|
"keywords": [],
|
6
6
|
"author": "HiUI <mi-hiui@xiaomi.com>",
|
@@ -62,7 +62,7 @@
|
|
62
62
|
"@hi-ui/counter": "^5.0.0-canary.0",
|
63
63
|
"@hi-ui/date-picker": "^5.0.0-canary.4",
|
64
64
|
"@hi-ui/descriptions": "^5.0.0-canary.1",
|
65
|
-
"@hi-ui/drawer": "^5.0.0-canary.
|
65
|
+
"@hi-ui/drawer": "^5.0.0-canary.2",
|
66
66
|
"@hi-ui/dropdown": "^5.0.0-canary.2",
|
67
67
|
"@hi-ui/ellipsis-tooltip": "^5.0.0-canary.0",
|
68
68
|
"@hi-ui/empty-state": "^5.0.0-canary.0",
|
@@ -99,7 +99,7 @@
|
|
99
99
|
"@hi-ui/svg-icon": "^5.0.0-canary.0",
|
100
100
|
"@hi-ui/switch": "^5.0.0-canary.0",
|
101
101
|
"@hi-ui/table": "^5.0.0-canary.4",
|
102
|
-
"@hi-ui/tabs": "^5.0.0-canary.
|
102
|
+
"@hi-ui/tabs": "^5.0.0-canary.3",
|
103
103
|
"@hi-ui/tag": "^5.0.0-canary.2",
|
104
104
|
"@hi-ui/textarea": "^5.0.0-canary.1",
|
105
105
|
"@hi-ui/time-picker": "^5.0.0-canary.0",
|