@hi-ui/hiui 4.7.1 → 4.8.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @hi-ui/hiui
2
2
 
3
+ ## 4.8.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#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)
8
+
9
+ - [#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)
10
+
11
+ - [#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)
12
+
13
+ - [#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)
14
+
15
+ - [#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)
16
+ feat(check-select): Add searchOnInit api (#3004)
17
+
18
+ ### Patch Changes
19
+
20
+ - [#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)
21
+
22
+ - 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)]:
23
+ - @hi-ui/scrollbar@4.2.0
24
+ - @hi-ui/table@4.8.0
25
+ - @hi-ui/dropdown@4.2.2
26
+ - @hi-ui/check-select@4.6.0
27
+ - @hi-ui/select@4.6.0
28
+
3
29
  ## 4.7.1
4
30
 
5
31
  ### 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.0",
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",
@@ -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.0",
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",