@hi-ui/hiui 4.4.3 → 4.4.4-alpha.0
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 +11 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,16 @@
|
|
1
1
|
# @hi-ui/hiui
|
2
2
|
|
3
|
+
## 4.4.4-alpha.0
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- 02ef793ee: feat(table): add fixed and rowClassName api
|
8
|
+
- 2fa5ee5b6: feat(scrollbar): add zIndex api
|
9
|
+
- Updated dependencies [2fa5ee5b6]
|
10
|
+
- Updated dependencies [02ef793ee]
|
11
|
+
- @hi-ui/scrollbar@4.1.0-alpha.0
|
12
|
+
- @hi-ui/table@4.4.0-alpha.0
|
13
|
+
|
3
14
|
## 4.4.3
|
4
15
|
|
5
16
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hi-ui/hiui",
|
3
|
-
"version": "4.4.
|
3
|
+
"version": "4.4.4-alpha.0",
|
4
4
|
"description": "The root-package for @hi-ui/hiui.",
|
5
5
|
"keywords": [],
|
6
6
|
"author": "HiUI <mi-hiui@xiaomi.com>",
|
@@ -88,7 +88,7 @@
|
|
88
88
|
"@hi-ui/radio": "^4.1.3",
|
89
89
|
"@hi-ui/rating": "^4.0.9",
|
90
90
|
"@hi-ui/result": "^4.0.7",
|
91
|
-
"@hi-ui/scrollbar": "^4.0.
|
91
|
+
"@hi-ui/scrollbar": "^4.1.0-alpha.0",
|
92
92
|
"@hi-ui/search": "^4.0.11",
|
93
93
|
"@hi-ui/select": "^4.2.6",
|
94
94
|
"@hi-ui/slider": "^4.0.10",
|
@@ -97,7 +97,7 @@
|
|
97
97
|
"@hi-ui/stepper": "^4.0.7",
|
98
98
|
"@hi-ui/svg-icon": "^4.0.7",
|
99
99
|
"@hi-ui/switch": "^4.0.10",
|
100
|
-
"@hi-ui/table": "^4.
|
100
|
+
"@hi-ui/table": "^4.4.0-alpha.0",
|
101
101
|
"@hi-ui/tabs": "^4.1.4",
|
102
102
|
"@hi-ui/tag": "^4.2.0",
|
103
103
|
"@hi-ui/textarea": "^4.1.6",
|