@hi-ui/hiui 4.13.0 → 4.14.0

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 +38 -0
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,5 +1,43 @@
1
1
  # @hi-ui/hiui
2
2
 
3
+ ## 4.14.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#3206](https://github.com/XiaoMi/hiui/pull/3206) [`a4e208e55`](https://github.com/XiaoMi/hiui/commit/a4e208e556945c322607644dd648d8f30914e639) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(popover): add popperClassName api (#3205)
8
+
9
+ - [#3211](https://github.com/XiaoMi/hiui/pull/3211) [`7e21457`](https://github.com/XiaoMi/hiui/commit/7e2145754dcc7a94d0f8219ee720657a0693acc3) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(tabs): 增加 TabPane 组件的 preload 属性以支持内容预加载 (#3210)
10
+
11
+ ### Patch Changes
12
+
13
+ - [#3197](https://github.com/XiaoMi/hiui/pull/3197) [`c31ebeb66`](https://github.com/XiaoMi/hiui/commit/c31ebeb661a437b730509792fbe88bb0cc028883) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(descriptions): 给 Row 和 Cell 组件增加 rest 参数支持,允许传递额外属性至组件 (#3193)
14
+
15
+ - [#3190](https://github.com/XiaoMi/hiui/pull/3190) [`2916aa378`](https://github.com/XiaoMi/hiui/commit/2916aa378c068ef5830dee4f702ea5e93d6befe8) Thanks [@fcppddl](https://github.com/fcppddl)! - fix(slider): 修复多个实例时的拖拽问题(#3189)
16
+
17
+ - [#3204](https://github.com/XiaoMi/hiui/pull/3204) [`308cd104a`](https://github.com/XiaoMi/hiui/commit/308cd104a249561b518b85518c3ddb9fa1999c76) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(drawer): 修复 closeIcon 设置无效问题 (3203)
18
+
19
+ - [#3208](https://github.com/XiaoMi/hiui/pull/3208) [`36086f4c8`](https://github.com/XiaoMi/hiui/commit/36086f4c8ab11728dd4d0bb34b4d9301c6068452) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(select): 修复多级分组下分组标题左间距不对问题 (#3207)
20
+
21
+ - [#3202](https://github.com/XiaoMi/hiui/pull/3202) [`0d006f890`](https://github.com/XiaoMi/hiui/commit/0d006f890d8c6d7c6064b8672c9dbc561173c1c0) Thanks [@fcppddl](https://github.com/fcppddl)! - fix(date-picker): DatePicker 组件 type 为 季度下无法选择年份(#3201)
22
+
23
+ - [`714637dfe`](https://github.com/XiaoMi/hiui/commit/714637dfee0f943ef497b2073e3c4f27dee35ecc) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(date-picker): 修复周选择面板周数显示异常问题 (#3209)
24
+
25
+ - Updated dependencies [[`80a909d2d`](https://github.com/XiaoMi/hiui/commit/80a909d2dae99d68d71f2ec6f4b210080d032ec0), [`c31ebeb66`](https://github.com/XiaoMi/hiui/commit/c31ebeb661a437b730509792fbe88bb0cc028883), [`2916aa378`](https://github.com/XiaoMi/hiui/commit/2916aa378c068ef5830dee4f702ea5e93d6befe8), [`308cd104a`](https://github.com/XiaoMi/hiui/commit/308cd104a249561b518b85518c3ddb9fa1999c76), [`36086f4c8`](https://github.com/XiaoMi/hiui/commit/36086f4c8ab11728dd4d0bb34b4d9301c6068452), [`a4e208e55`](https://github.com/XiaoMi/hiui/commit/a4e208e556945c322607644dd648d8f30914e639), [`0d006f890`](https://github.com/XiaoMi/hiui/commit/0d006f890d8c6d7c6064b8672c9dbc561173c1c0), [`7e21457`](https://github.com/XiaoMi/hiui/commit/7e2145754dcc7a94d0f8219ee720657a0693acc3), [`185c8912a`](https://github.com/XiaoMi/hiui/commit/185c8912a2deca837b96e71a6c99d05a56203bb8), [`714637dfe`](https://github.com/XiaoMi/hiui/commit/714637dfee0f943ef497b2073e3c4f27dee35ecc)]:
26
+ - @hi-ui/cascader@4.4.1
27
+ - @hi-ui/check-cascader@4.4.1
28
+ - @hi-ui/check-select@4.6.4
29
+ - @hi-ui/check-tree-select@4.7.1
30
+ - @hi-ui/picker@4.1.8
31
+ - @hi-ui/select@4.6.2
32
+ - @hi-ui/tree-select@4.3.1
33
+ - @hi-ui/descriptions@4.5.1
34
+ - @hi-ui/slider@4.0.12
35
+ - @hi-ui/drawer@4.3.2
36
+ - @hi-ui/popover@4.2.0
37
+ - @hi-ui/date-picker@4.11.1
38
+ - @hi-ui/tabs@4.2.0
39
+ - @hi-ui/tag@4.3.0
40
+
3
41
  ## 4.13.0
4
42
 
5
43
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/hiui",
3
- "version": "4.13.0",
3
+ "version": "4.14.0",
4
4
  "description": "The root-package for @hi-ui/hiui.",
5
5
  "keywords": [],
6
6
  "author": "HiUI <mi-hiui@xiaomi.com>",
@@ -52,16 +52,16 @@
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.4.0",
56
- "@hi-ui/check-cascader": "^4.4.0",
57
- "@hi-ui/check-select": "^4.6.3",
58
- "@hi-ui/check-tree-select": "^4.7.0",
55
+ "@hi-ui/cascader": "^4.4.1",
56
+ "@hi-ui/check-cascader": "^4.4.1",
57
+ "@hi-ui/check-select": "^4.6.4",
58
+ "@hi-ui/check-tree-select": "^4.7.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
- "@hi-ui/date-picker": "^4.11.0",
63
- "@hi-ui/descriptions": "^4.5.0",
64
- "@hi-ui/drawer": "^4.3.1",
62
+ "@hi-ui/date-picker": "^4.11.1",
63
+ "@hi-ui/descriptions": "^4.5.1",
64
+ "@hi-ui/drawer": "^4.3.2",
65
65
  "@hi-ui/dropdown": "^4.2.2",
66
66
  "@hi-ui/ellipsis-tooltip": "^4.2.0",
67
67
  "@hi-ui/empty-state": "^4.1.1",
@@ -79,9 +79,9 @@
79
79
  "@hi-ui/notification": "^4.2.1",
80
80
  "@hi-ui/number-input": "^4.2.1",
81
81
  "@hi-ui/pagination": "^4.2.0",
82
- "@hi-ui/picker": "^4.1.7",
82
+ "@hi-ui/picker": "^4.1.8",
83
83
  "@hi-ui/pop-confirm": "^4.2.5",
84
- "@hi-ui/popover": "^4.1.2",
84
+ "@hi-ui/popover": "^4.2.0",
85
85
  "@hi-ui/preview": "^4.2.0",
86
86
  "@hi-ui/progress": "^4.0.11",
87
87
  "@hi-ui/provider": "^4.1.0",
@@ -90,23 +90,23 @@
90
90
  "@hi-ui/result": "^4.0.8",
91
91
  "@hi-ui/scrollbar": "^4.2.1",
92
92
  "@hi-ui/search": "^4.1.0",
93
- "@hi-ui/select": "^4.6.1",
94
- "@hi-ui/slider": "^4.0.11",
93
+ "@hi-ui/select": "^4.6.2",
94
+ "@hi-ui/slider": "^4.0.12",
95
95
  "@hi-ui/space": "^4.0.11",
96
96
  "@hi-ui/spinner": "^4.0.9",
97
97
  "@hi-ui/stepper": "^4.1.0",
98
98
  "@hi-ui/svg-icon": "^4.0.8",
99
99
  "@hi-ui/switch": "^4.0.11",
100
100
  "@hi-ui/table": "^4.10.0",
101
- "@hi-ui/tabs": "^4.1.6",
102
- "@hi-ui/tag": "^4.2.1",
101
+ "@hi-ui/tabs": "^4.2.0",
102
+ "@hi-ui/tag": "^4.3.0",
103
103
  "@hi-ui/textarea": "^4.1.7",
104
104
  "@hi-ui/time-picker": "^4.1.1",
105
105
  "@hi-ui/timeline": "^4.0.8",
106
106
  "@hi-ui/tooltip": "^4.0.11",
107
107
  "@hi-ui/transfer": "^4.2.0",
108
108
  "@hi-ui/tree": "^4.6.2",
109
- "@hi-ui/tree-select": "^4.3.0",
109
+ "@hi-ui/tree-select": "^4.3.1",
110
110
  "@hi-ui/upload": "^4.2.5",
111
111
  "@hi-ui/watermark": "^4.0.8",
112
112
  "@hi-ui/zen-mode": "^4.0.8"