@hi-ui/hiui 4.2.4 → 4.2.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 +11 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @hi-ui/hiui
2
2
 
3
+ ## 4.2.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2510](https://github.com/XiaoMi/hiui/pull/2510) [`fde24c34b`](https://github.com/XiaoMi/hiui/commit/fde24c34bee2adb19800410f6d46d7c78902fada) Thanks [@zyprepare](https://github.com/zyprepare)! - Tree fix: 修复高亮显示问题
8
+
9
+ - [#2512](https://github.com/XiaoMi/hiui/pull/2512) [`d6c310ee8`](https://github.com/XiaoMi/hiui/commit/d6c310ee8d88fa9e7a03d4e298e93a72a63d474b) Thanks [@zyprepare](https://github.com/zyprepare)! - Tree feat: useTreeSearchProps 增加 customFilterTree api
10
+
11
+ - Updated dependencies [[`fde24c34b`](https://github.com/XiaoMi/hiui/commit/fde24c34bee2adb19800410f6d46d7c78902fada), [`d6c310ee8`](https://github.com/XiaoMi/hiui/commit/d6c310ee8d88fa9e7a03d4e298e93a72a63d474b)]:
12
+ - @hi-ui/tree@4.4.0
13
+
3
14
  ## 4.2.4
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/hiui",
3
- "version": "4.2.4",
3
+ "version": "4.2.5",
4
4
  "description": "The root-package for @hi-ui/hiui.",
5
5
  "keywords": [],
6
6
  "author": "HiUI <mi-hiui@xiaomi.com>",
@@ -105,7 +105,7 @@
105
105
  "@hi-ui/timeline": "^4.0.4",
106
106
  "@hi-ui/tooltip": "^4.0.7",
107
107
  "@hi-ui/transfer": "^4.0.9",
108
- "@hi-ui/tree": "^4.3.0",
108
+ "@hi-ui/tree": "^4.4.0",
109
109
  "@hi-ui/tree-select": "^4.0.10",
110
110
  "@hi-ui/upload": "^4.1.4",
111
111
  "@hi-ui/watermark": "^4.0.4",