@hi-ui/hiui 4.10.3 → 4.10.4
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 +9 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# @hi-ui/hiui
|
2
2
|
|
3
|
+
## 4.10.4
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#3086](https://github.com/XiaoMi/hiui/pull/3086) [`1596605`](https://github.com/XiaoMi/hiui/commit/159660554b4c26aa2d2bbc36d0c14f69584e6389) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复表头分组下设置列排序无效问题 (#3085)
|
8
|
+
|
9
|
+
- Updated dependencies [[`1596605`](https://github.com/XiaoMi/hiui/commit/159660554b4c26aa2d2bbc36d0c14f69584e6389)]:
|
10
|
+
- @hi-ui/table@4.9.2
|
11
|
+
|
3
12
|
## 4.10.3
|
4
13
|
|
5
14
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hi-ui/hiui",
|
3
|
-
"version": "4.10.
|
3
|
+
"version": "4.10.4",
|
4
4
|
"description": "The root-package for @hi-ui/hiui.",
|
5
5
|
"keywords": [],
|
6
6
|
"author": "HiUI <mi-hiui@xiaomi.com>",
|
@@ -97,7 +97,7 @@
|
|
97
97
|
"@hi-ui/stepper": "^4.1.0",
|
98
98
|
"@hi-ui/svg-icon": "^4.0.8",
|
99
99
|
"@hi-ui/switch": "^4.0.11",
|
100
|
-
"@hi-ui/table": "^4.9.
|
100
|
+
"@hi-ui/table": "^4.9.2",
|
101
101
|
"@hi-ui/tabs": "^4.1.6",
|
102
102
|
"@hi-ui/tag": "^4.2.1",
|
103
103
|
"@hi-ui/textarea": "^4.1.7",
|