@hi-ui/hiui 5.0.0-canary.7 → 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 +26 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,31 @@
|
|
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
|
+
|
17
|
+
## 5.0.0-canary.8
|
18
|
+
|
19
|
+
### Patch Changes
|
20
|
+
|
21
|
+
- c3a7005b0: style: 修改 UI 问题 (5.0)
|
22
|
+
- Updated dependencies [c3a7005b0]
|
23
|
+
- @hi-ui/date-picker@5.0.0-canary.4
|
24
|
+
- @hi-ui/dropdown@5.0.0-canary.2
|
25
|
+
- @hi-ui/picker@5.0.0-canary.4
|
26
|
+
- @hi-ui/table@5.0.0-canary.4
|
27
|
+
- @hi-ui/tabs@5.0.0-canary.2
|
28
|
+
|
3
29
|
## 5.0.0-canary.7
|
4
30
|
|
5
31
|
### Minor 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>",
|
@@ -60,10 +60,10 @@
|
|
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.4",
|
64
64
|
"@hi-ui/descriptions": "^5.0.0-canary.1",
|
65
|
-
"@hi-ui/drawer": "^5.0.0-canary.
|
66
|
-
"@hi-ui/dropdown": "^5.0.0-canary.
|
65
|
+
"@hi-ui/drawer": "^5.0.0-canary.2",
|
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",
|
69
69
|
"@hi-ui/filter": "^5.0.0-canary.0",
|
@@ -80,7 +80,7 @@
|
|
80
80
|
"@hi-ui/notification": "^5.0.0-canary.1",
|
81
81
|
"@hi-ui/number-input": "^5.0.0-canary.0",
|
82
82
|
"@hi-ui/pagination": "^5.0.0-canary.2",
|
83
|
-
"@hi-ui/picker": "^5.0.0-canary.
|
83
|
+
"@hi-ui/picker": "^5.0.0-canary.4",
|
84
84
|
"@hi-ui/pop-confirm": "^5.0.0-canary.0",
|
85
85
|
"@hi-ui/popover": "^5.0.0-canary.0",
|
86
86
|
"@hi-ui/preview": "^5.0.0-canary.0",
|
@@ -98,8 +98,8 @@
|
|
98
98
|
"@hi-ui/stepper": "^5.0.0-canary.0",
|
99
99
|
"@hi-ui/svg-icon": "^5.0.0-canary.0",
|
100
100
|
"@hi-ui/switch": "^5.0.0-canary.0",
|
101
|
-
"@hi-ui/table": "^5.0.0-canary.
|
102
|
-
"@hi-ui/tabs": "^5.0.0-canary.
|
101
|
+
"@hi-ui/table": "^5.0.0-canary.4",
|
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",
|
@@ -119,7 +119,7 @@
|
|
119
119
|
},
|
120
120
|
"devDependencies": {
|
121
121
|
"@hi-ui/core": "^5.0.0-canary.0",
|
122
|
-
"@hi-ui/core-css": "^5.0.0-canary.
|
122
|
+
"@hi-ui/core-css": "^5.0.0-canary.3",
|
123
123
|
"react": "^17.0.1",
|
124
124
|
"react-dom": "^17.0.1"
|
125
125
|
}
|