@hi-ui/hiui 4.5.4 → 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 +12 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
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
+
3
15
  ## 4.5.4
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/hiui",
3
- "version": "4.5.4",
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.6",
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",