@hi-ui/hiui 4.5.3 → 4.5.5

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 +24 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @hi-ui/hiui
2
2
 
3
+ ## 4.5.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2771](https://github.com/XiaoMi/hiui/pull/2771) [`eee27bd5f`](https://github.com/XiaoMi/hiui/commit/eee27bd5f81a89169c1c2dc993b9100731cafcbd) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(check-select): 修复 keyword 受控时搜索结果有误的问题
8
+
9
+ - [#2772](https://github.com/XiaoMi/hiui/pull/2772) [`bd08ec23f`](https://github.com/XiaoMi/hiui/commit/bd08ec23ff0b3ba6c8c4e26c7655d0770397aa90) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(ellipsis-tooltip): 修复在 Table 中 resizable 模式下不显示气泡问题
10
+
11
+ - Updated dependencies [[`bd08ec23f`](https://github.com/XiaoMi/hiui/commit/bd08ec23ff0b3ba6c8c4e26c7655d0770397aa90), [`eee27bd5f`](https://github.com/XiaoMi/hiui/commit/eee27bd5f81a89169c1c2dc993b9100731cafcbd)]:
12
+ - @hi-ui/ellipsis-tooltip@4.1.7
13
+ - @hi-ui/check-select@4.4.1
14
+
15
+ ## 4.5.4
16
+
17
+ ### Patch Changes
18
+
19
+ - [#2768](https://github.com/XiaoMi/hiui/pull/2768) [`32b4c01c3`](https://github.com/XiaoMi/hiui/commit/32b4c01c303607a9169f0ce1ceb3a88f85d75b6c) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(select): add customRender api
20
+
21
+ - [#2767](https://github.com/XiaoMi/hiui/pull/2767) [`bf65f0061`](https://github.com/XiaoMi/hiui/commit/bf65f006190766d09a27b5d81703a8ed88d79205) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(ellipsis-tooltip): 修复在下拉框中使用无效果问题
22
+
23
+ - Updated dependencies [[`32b4c01c3`](https://github.com/XiaoMi/hiui/commit/32b4c01c303607a9169f0ce1ceb3a88f85d75b6c), [`bf65f0061`](https://github.com/XiaoMi/hiui/commit/bf65f006190766d09a27b5d81703a8ed88d79205)]:
24
+ - @hi-ui/select@4.4.0
25
+ - @hi-ui/ellipsis-tooltip@4.1.6
26
+
3
27
  ## 4.5.3
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/hiui",
3
- "version": "4.5.3",
3
+ "version": "4.5.5",
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.0",
55
55
  "@hi-ui/cascader": "^4.1.5",
56
56
  "@hi-ui/check-cascader": "^4.2.6",
57
- "@hi-ui/check-select": "^4.4.0",
57
+ "@hi-ui/check-select": "^4.4.1",
58
58
  "@hi-ui/check-tree-select": "^4.4.0",
59
59
  "@hi-ui/checkbox": "^4.0.9",
60
60
  "@hi-ui/collapse": "^4.1.5",
@@ -63,7 +63,7 @@
63
63
  "@hi-ui/descriptions": "^4.2.4",
64
64
  "@hi-ui/drawer": "^4.1.3",
65
65
  "@hi-ui/dropdown": "^4.1.4",
66
- "@hi-ui/ellipsis-tooltip": "^4.1.5",
66
+ "@hi-ui/ellipsis-tooltip": "^4.1.7",
67
67
  "@hi-ui/empty-state": "^4.1.0",
68
68
  "@hi-ui/filter": "^4.1.4",
69
69
  "@hi-ui/form": "^4.1.6",
@@ -90,7 +90,7 @@
90
90
  "@hi-ui/result": "^4.0.7",
91
91
  "@hi-ui/scrollbar": "^4.1.0",
92
92
  "@hi-ui/search": "^4.0.12",
93
- "@hi-ui/select": "^4.3.0",
93
+ "@hi-ui/select": "^4.4.0",
94
94
  "@hi-ui/slider": "^4.0.10",
95
95
  "@hi-ui/space": "^4.0.9",
96
96
  "@hi-ui/spinner": "^4.0.8",