@hi-ui/hiui 4.5.7 → 4.5.8

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.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2805](https://github.com/XiaoMi/hiui/pull/2805) [`9146d5ef2`](https://github.com/XiaoMi/hiui/commit/9146d5ef207201a6ff8f42fb3ca66e7929335c1a) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(cascader): add closeOnSelect api
8
+
9
+ - [#2795](https://github.com/XiaoMi/hiui/pull/2795) [`234687ee0`](https://github.com/XiaoMi/hiui/commit/234687ee0ea4de16faaf771ea6a599bc43971249) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix(check-select): 修复 onClear 设置后没触发问题
10
+
11
+ - Updated dependencies [[`9146d5ef2`](https://github.com/XiaoMi/hiui/commit/9146d5ef207201a6ff8f42fb3ca66e7929335c1a), [`234687ee0`](https://github.com/XiaoMi/hiui/commit/234687ee0ea4de16faaf771ea6a599bc43971249)]:
12
+ - @hi-ui/cascader@4.2.0
13
+ - @hi-ui/check-select@4.4.3
14
+
3
15
  ## 4.5.7
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.7",
3
+ "version": "4.5.8",
4
4
  "description": "The root-package for @hi-ui/hiui.",
5
5
  "keywords": [],
6
6
  "author": "HiUI <mi-hiui@xiaomi.com>",
@@ -52,9 +52,9 @@
52
52
  "@hi-ui/button": "^4.0.10",
53
53
  "@hi-ui/card": "^4.0.9",
54
54
  "@hi-ui/carousel": "^4.1.1",
55
- "@hi-ui/cascader": "^4.1.6",
55
+ "@hi-ui/cascader": "^4.2.0",
56
56
  "@hi-ui/check-cascader": "^4.2.7",
57
- "@hi-ui/check-select": "^4.4.2",
57
+ "@hi-ui/check-select": "^4.4.3",
58
58
  "@hi-ui/check-tree-select": "^4.4.1",
59
59
  "@hi-ui/checkbox": "^4.0.10",
60
60
  "@hi-ui/collapse": "^4.1.6",