@hi-ui/hiui 4.5.7 → 4.5.9

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 +27 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @hi-ui/hiui
2
2
 
3
+ ## 4.5.9
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2817](https://github.com/XiaoMi/hiui/pull/2817) [`c32ae3dd9`](https://github.com/XiaoMi/hiui/commit/c32ae3dd9b5a89840270649fc397d474e9e1de4b) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复表头分组单元格边框显示问题
8
+
9
+ - [#2812](https://github.com/XiaoMi/hiui/pull/2812) [`fbaf242b0`](https://github.com/XiaoMi/hiui/commit/fbaf242b0e36729787ee576e7e3ab05ed4115cf4) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat(descriptions): 新增自定义列间距功能
10
+
11
+ - [#2818](https://github.com/XiaoMi/hiui/pull/2818) [`39d555903`](https://github.com/XiaoMi/hiui/commit/39d555903c81207d5d2bf34a2a5d1942152dcee0) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(form): add showValidateMessage api
12
+
13
+ - Updated dependencies [[`fbaf242b0`](https://github.com/XiaoMi/hiui/commit/fbaf242b0e36729787ee576e7e3ab05ed4115cf4), [`c32ae3dd9`](https://github.com/XiaoMi/hiui/commit/c32ae3dd9b5a89840270649fc397d474e9e1de4b), [`39d555903`](https://github.com/XiaoMi/hiui/commit/39d555903c81207d5d2bf34a2a5d1942152dcee0)]:
14
+ - @hi-ui/descriptions@4.3.0
15
+ - @hi-ui/table@4.5.3
16
+ - @hi-ui/form@4.2.0
17
+
18
+ ## 4.5.8
19
+
20
+ ### Patch Changes
21
+
22
+ - [#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
23
+
24
+ - [#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 设置后没触发问题
25
+
26
+ - Updated dependencies [[`9146d5ef2`](https://github.com/XiaoMi/hiui/commit/9146d5ef207201a6ff8f42fb3ca66e7929335c1a), [`234687ee0`](https://github.com/XiaoMi/hiui/commit/234687ee0ea4de16faaf771ea6a599bc43971249)]:
27
+ - @hi-ui/cascader@4.2.0
28
+ - @hi-ui/check-select@4.4.3
29
+
3
30
  ## 4.5.7
4
31
 
5
32
  ### 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.9",
4
4
  "description": "The root-package for @hi-ui/hiui.",
5
5
  "keywords": [],
6
6
  "author": "HiUI <mi-hiui@xiaomi.com>",
@@ -52,21 +52,21 @@
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",
61
61
  "@hi-ui/counter": "^4.1.9",
62
62
  "@hi-ui/date-picker": "^4.6.2",
63
- "@hi-ui/descriptions": "^4.2.5",
63
+ "@hi-ui/descriptions": "^4.3.0",
64
64
  "@hi-ui/drawer": "^4.1.4",
65
65
  "@hi-ui/dropdown": "^4.1.5",
66
66
  "@hi-ui/ellipsis-tooltip": "^4.1.8",
67
67
  "@hi-ui/empty-state": "^4.1.1",
68
68
  "@hi-ui/filter": "^4.1.5",
69
- "@hi-ui/form": "^4.1.7",
69
+ "@hi-ui/form": "^4.2.0",
70
70
  "@hi-ui/grid": "^4.0.9",
71
71
  "@hi-ui/highlighter": "^4.0.9",
72
72
  "@hi-ui/input": "^4.1.1",
@@ -97,7 +97,7 @@
97
97
  "@hi-ui/stepper": "^4.0.8",
98
98
  "@hi-ui/svg-icon": "^4.0.8",
99
99
  "@hi-ui/switch": "^4.0.11",
100
- "@hi-ui/table": "^4.5.2",
100
+ "@hi-ui/table": "^4.5.3",
101
101
  "@hi-ui/tabs": "^4.1.5",
102
102
  "@hi-ui/tag": "^4.2.1",
103
103
  "@hi-ui/textarea": "^4.1.7",