@hi-ui/hiui 5.0.0-canary.10 → 5.0.0-canary.12
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 +32 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,37 @@
|
|
1
1
|
# @hi-ui/hiui
|
2
2
|
|
3
|
+
## 5.0.0-canary.12
|
4
|
+
|
5
|
+
### Minor Changes
|
6
|
+
|
7
|
+
- 49d1c53c4: feat(tabs): 支持拖拽 (5.0)
|
8
|
+
- 49d1c53c4: feat(modal): 支持根据滚动位置来控制头尾部边框的显示 (5.0)
|
9
|
+
|
10
|
+
### Patch Changes
|
11
|
+
|
12
|
+
- 49d1c53c4: styles: 修改样式问题 (5.0)
|
13
|
+
- Updated dependencies [49d1c53c4]
|
14
|
+
- Updated dependencies [49d1c53c4]
|
15
|
+
- Updated dependencies [49d1c53c4]
|
16
|
+
- @hi-ui/message@5.0.0-canary.2
|
17
|
+
- @hi-ui/number-input@5.0.0-canary.2
|
18
|
+
- @hi-ui/picker@5.0.0-canary.6
|
19
|
+
- @hi-ui/stepper@5.0.0-canary.2
|
20
|
+
- @hi-ui/switch@5.0.0-canary.2
|
21
|
+
- @hi-ui/tabs@5.0.0-canary.5
|
22
|
+
- @hi-ui/modal@5.0.0-canary.3
|
23
|
+
|
24
|
+
## 5.0.0-canary.11
|
25
|
+
|
26
|
+
### Minor Changes
|
27
|
+
|
28
|
+
- 2cb0427df: feat(tabs): add editRender api (5.0)
|
29
|
+
|
30
|
+
### Patch Changes
|
31
|
+
|
32
|
+
- Updated dependencies [2cb0427df]
|
33
|
+
- @hi-ui/tabs@5.0.0-canary.4
|
34
|
+
|
3
35
|
## 5.0.0-canary.10
|
4
36
|
|
5
37
|
### 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.12",
|
4
4
|
"description": "The root-package for @hi-ui/hiui.",
|
5
5
|
"keywords": [],
|
6
6
|
"author": "HiUI <mi-hiui@xiaomi.com>",
|
@@ -75,12 +75,12 @@
|
|
75
75
|
"@hi-ui/list": "^5.0.0-canary.0",
|
76
76
|
"@hi-ui/loading": "^5.0.0-canary.0",
|
77
77
|
"@hi-ui/menu": "^5.0.0-canary.1",
|
78
|
-
"@hi-ui/message": "^5.0.0-canary.
|
79
|
-
"@hi-ui/modal": "^5.0.0-canary.
|
78
|
+
"@hi-ui/message": "^5.0.0-canary.2",
|
79
|
+
"@hi-ui/modal": "^5.0.0-canary.3",
|
80
80
|
"@hi-ui/notification": "^5.0.0-canary.1",
|
81
|
-
"@hi-ui/number-input": "^5.0.0-canary.
|
81
|
+
"@hi-ui/number-input": "^5.0.0-canary.2",
|
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.6",
|
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",
|
@@ -95,11 +95,11 @@
|
|
95
95
|
"@hi-ui/slider": "^5.0.0-canary.0",
|
96
96
|
"@hi-ui/space": "^5.0.0-canary.0",
|
97
97
|
"@hi-ui/spinner": "^5.0.0-canary.0",
|
98
|
-
"@hi-ui/stepper": "^5.0.0-canary.
|
98
|
+
"@hi-ui/stepper": "^5.0.0-canary.2",
|
99
99
|
"@hi-ui/svg-icon": "^5.0.0-canary.0",
|
100
|
-
"@hi-ui/switch": "^5.0.0-canary.
|
100
|
+
"@hi-ui/switch": "^5.0.0-canary.2",
|
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.5",
|
103
103
|
"@hi-ui/tag": "^5.0.0-canary.2",
|
104
104
|
"@hi-ui/textarea": "^5.0.0-canary.2",
|
105
105
|
"@hi-ui/time-picker": "^5.0.0-canary.1",
|