@hi-ui/hiui 4.7.1 → 4.8.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,43 @@
1
1
  # @hi-ui/hiui
2
2
 
3
+ ## 4.8.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#3042](https://github.com/XiaoMi/hiui/pull/3042) [`3a5f60d`](https://github.com/XiaoMi/hiui/commit/3a5f60d702bee78455e936bbb4d094e272bd7b9f) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(scrollbar): Scrollbar 组件中去掉 perfect-scrollbar 依赖,因为通过 patch-package 修改了这个库的源码,所以必现将依赖去掉,这样才能将修改的源码打包到 Scrollbar 组件的 lib 中
8
+
9
+ - [#3041](https://github.com/XiaoMi/hiui/pull/3041) [`8aa606943`](https://github.com/XiaoMi/hiui/commit/8aa606943589b600a9ef63961498c12d0f6037cb) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复分页器被遮挡的问题 (#3040)
10
+
11
+ - Updated dependencies [[`3a5f60d`](https://github.com/XiaoMi/hiui/commit/3a5f60d702bee78455e936bbb4d094e272bd7b9f), [`8aa606943`](https://github.com/XiaoMi/hiui/commit/8aa606943589b600a9ef63961498c12d0f6037cb)]:
12
+ - @hi-ui/scrollbar@4.2.1
13
+ - @hi-ui/pagination@4.1.0
14
+
15
+ ## 4.8.0
16
+
17
+ ### Minor Changes
18
+
19
+ - [#3020](https://github.com/XiaoMi/hiui/pull/3020) [`241447e14`](https://github.com/XiaoMi/hiui/commit/241447e148f4544c6a08623d60d977e286ec9d64) Thanks [@fcppddl](https://github.com/fcppddl)! - feat(scrollbar): 支持滚动条吸底 (#3019)
20
+
21
+ - [#3033](https://github.com/XiaoMi/hiui/pull/3033) [`17158fa6e`](https://github.com/XiaoMi/hiui/commit/17158fa6e286a560aeb9fd65d68856c2e7a00736) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(table): 支持表头列合并 (#3032)
22
+
23
+ - [#2978](https://github.com/XiaoMi/hiui/pull/2978) [`f807f7dda`](https://github.com/XiaoMi/hiui/commit/f807f7ddae07184a0584e16d017a3d9f5785d4b8) Thanks [@fcppddl](https://github.com/fcppddl)! - feat(table): 将表格中的交互统一加上回调事件 (#2977)
24
+
25
+ - [#3034](https://github.com/XiaoMi/hiui/pull/3034) [`83be3c14b`](https://github.com/XiaoMi/hiui/commit/83be3c14b9e8cd3e73ec477895a47b925439a3a5) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(table): SettingDrawer 增加 onReset api (#3021)
26
+
27
+ - [#3015](https://github.com/XiaoMi/hiui/pull/3015) [`b2d784b23`](https://github.com/XiaoMi/hiui/commit/b2d784b23682e70cbc7b09e3396f51fda02e2223) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(select): Add searchOnInit api (#3004)
28
+ feat(check-select): Add searchOnInit api (#3004)
29
+
30
+ ### Patch Changes
31
+
32
+ - [#3031](https://github.com/XiaoMi/hiui/pull/3031) [`c93f20d42`](https://github.com/XiaoMi/hiui/commit/c93f20d42096e38c10a99e1e333f3a9d9c00cdbe) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(dropdown): 修复父节点设置 disabled 后依然可以点击的问题 (#3030)
33
+
34
+ - Updated dependencies [[`241447e14`](https://github.com/XiaoMi/hiui/commit/241447e148f4544c6a08623d60d977e286ec9d64), [`17158fa6e`](https://github.com/XiaoMi/hiui/commit/17158fa6e286a560aeb9fd65d68856c2e7a00736), [`f807f7dda`](https://github.com/XiaoMi/hiui/commit/f807f7ddae07184a0584e16d017a3d9f5785d4b8), [`83be3c14b`](https://github.com/XiaoMi/hiui/commit/83be3c14b9e8cd3e73ec477895a47b925439a3a5), [`c93f20d42`](https://github.com/XiaoMi/hiui/commit/c93f20d42096e38c10a99e1e333f3a9d9c00cdbe), [`b2d784b23`](https://github.com/XiaoMi/hiui/commit/b2d784b23682e70cbc7b09e3396f51fda02e2223)]:
35
+ - @hi-ui/scrollbar@4.2.0
36
+ - @hi-ui/table@4.8.0
37
+ - @hi-ui/dropdown@4.2.2
38
+ - @hi-ui/check-select@4.6.0
39
+ - @hi-ui/select@4.6.0
40
+
3
41
  ## 4.7.1
4
42
 
5
43
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/hiui",
3
- "version": "4.7.1",
3
+ "version": "4.8.1",
4
4
  "description": "The root-package for @hi-ui/hiui.",
5
5
  "keywords": [],
6
6
  "author": "HiUI <mi-hiui@xiaomi.com>",
@@ -54,7 +54,7 @@
54
54
  "@hi-ui/carousel": "^4.1.1",
55
55
  "@hi-ui/cascader": "^4.3.1",
56
56
  "@hi-ui/check-cascader": "^4.3.1",
57
- "@hi-ui/check-select": "^4.5.0",
57
+ "@hi-ui/check-select": "^4.6.0",
58
58
  "@hi-ui/check-tree-select": "^4.6.1",
59
59
  "@hi-ui/checkbox": "^4.0.10",
60
60
  "@hi-ui/collapse": "^4.1.6",
@@ -62,7 +62,7 @@
62
62
  "@hi-ui/date-picker": "^4.9.0",
63
63
  "@hi-ui/descriptions": "^4.5.0",
64
64
  "@hi-ui/drawer": "^4.2.1",
65
- "@hi-ui/dropdown": "^4.2.1",
65
+ "@hi-ui/dropdown": "^4.2.2",
66
66
  "@hi-ui/ellipsis-tooltip": "^4.1.8",
67
67
  "@hi-ui/empty-state": "^4.1.1",
68
68
  "@hi-ui/filter": "^4.2.0",
@@ -78,7 +78,7 @@
78
78
  "@hi-ui/modal": "^4.2.0",
79
79
  "@hi-ui/notification": "^4.2.1",
80
80
  "@hi-ui/number-input": "^4.2.0",
81
- "@hi-ui/pagination": "^4.0.17",
81
+ "@hi-ui/pagination": "^4.1.0",
82
82
  "@hi-ui/picker": "^4.1.6",
83
83
  "@hi-ui/pop-confirm": "^4.2.5",
84
84
  "@hi-ui/popover": "^4.1.1",
@@ -88,16 +88,16 @@
88
88
  "@hi-ui/radio": "^4.1.4",
89
89
  "@hi-ui/rating": "^4.0.10",
90
90
  "@hi-ui/result": "^4.0.8",
91
- "@hi-ui/scrollbar": "^4.1.1",
91
+ "@hi-ui/scrollbar": "^4.2.1",
92
92
  "@hi-ui/search": "^4.1.0",
93
- "@hi-ui/select": "^4.5.0",
93
+ "@hi-ui/select": "^4.6.0",
94
94
  "@hi-ui/slider": "^4.0.11",
95
95
  "@hi-ui/space": "^4.0.11",
96
96
  "@hi-ui/spinner": "^4.0.9",
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.7.0",
100
+ "@hi-ui/table": "^4.8.0",
101
101
  "@hi-ui/tabs": "^4.1.6",
102
102
  "@hi-ui/tag": "^4.2.1",
103
103
  "@hi-ui/textarea": "^4.1.7",