@hi-ui/hiui 4.11.4 → 4.12.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 +22 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @hi-ui/hiui
2
2
 
3
+ ## 4.12.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#3134](https://github.com/XiaoMi/hiui/pull/3134) [`e5ef01298`](https://github.com/XiaoMi/hiui/commit/e5ef012986e7d9e017f9547cdb24480e8fa682ae) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(date-picker): 添加可选的 visible 属性以控制日期选择器的显示状态 (#3131)
8
+
9
+ ### Patch Changes
10
+
11
+ - [#3137](https://github.com/XiaoMi/hiui/pull/3137) [`5d2e1424a`](https://github.com/XiaoMi/hiui/commit/5d2e1424ac6f67c4dbdf6d99c6715bd380419288) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(cascader): useSelect 增加 value 参数以支持选中项的初始化状态 (#3135)
12
+
13
+ - [#3136](https://github.com/XiaoMi/hiui/pull/3136) [`5330d91b7`](https://github.com/XiaoMi/hiui/commit/5330d91b7c4713174857c38078baced790dc0431) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(date-picker): 在日期选择器中添加 onClose 回调 (#3133)
14
+
15
+ - [#3132](https://github.com/XiaoMi/hiui/pull/3132) [`daef8d482`](https://github.com/XiaoMi/hiui/commit/daef8d4823a409f728398e53fec3bbf521cd1471) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(select): 更新 customRender 逻辑以使用 mergedData 查找选中项 (#3130)
16
+
17
+ - [#3140](https://github.com/XiaoMi/hiui/pull/3140) [`482c4b6`](https://github.com/XiaoMi/hiui/commit/482c4b63999a8c1f9b24e703f529c28baebffbc0) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(upload): 在 DragUpload 和 PictureListUpload 组件中添加 actionRender 属性以支持自定义操作渲染 (#3139)
18
+
19
+ - Updated dependencies [[`5d2e1424a`](https://github.com/XiaoMi/hiui/commit/5d2e1424ac6f67c4dbdf6d99c6715bd380419288), [`5330d91b7`](https://github.com/XiaoMi/hiui/commit/5330d91b7c4713174857c38078baced790dc0431), [`daef8d482`](https://github.com/XiaoMi/hiui/commit/daef8d4823a409f728398e53fec3bbf521cd1471), [`e5ef01298`](https://github.com/XiaoMi/hiui/commit/e5ef012986e7d9e017f9547cdb24480e8fa682ae), [`482c4b6`](https://github.com/XiaoMi/hiui/commit/482c4b63999a8c1f9b24e703f529c28baebffbc0)]:
20
+ - @hi-ui/cascader@4.3.2
21
+ - @hi-ui/date-picker@4.11.0
22
+ - @hi-ui/select@4.6.1
23
+ - @hi-ui/upload@4.2.4
24
+
3
25
  ## 4.11.4
4
26
 
5
27
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/hiui",
3
- "version": "4.11.4",
3
+ "version": "4.12.0",
4
4
  "description": "The root-package for @hi-ui/hiui.",
5
5
  "keywords": [],
6
6
  "author": "HiUI <mi-hiui@xiaomi.com>",
@@ -52,14 +52,14 @@
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.3.1",
55
+ "@hi-ui/cascader": "^4.3.2",
56
56
  "@hi-ui/check-cascader": "^4.3.2",
57
57
  "@hi-ui/check-select": "^4.6.3",
58
58
  "@hi-ui/check-tree-select": "^4.6.2",
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.10.1",
62
+ "@hi-ui/date-picker": "^4.11.0",
63
63
  "@hi-ui/descriptions": "^4.5.0",
64
64
  "@hi-ui/drawer": "^4.3.1",
65
65
  "@hi-ui/dropdown": "^4.2.2",
@@ -90,7 +90,7 @@
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.0",
93
+ "@hi-ui/select": "^4.6.1",
94
94
  "@hi-ui/slider": "^4.0.11",
95
95
  "@hi-ui/space": "^4.0.11",
96
96
  "@hi-ui/spinner": "^4.0.9",
@@ -107,7 +107,7 @@
107
107
  "@hi-ui/transfer": "^4.2.0",
108
108
  "@hi-ui/tree": "^4.6.2",
109
109
  "@hi-ui/tree-select": "^4.2.1",
110
- "@hi-ui/upload": "^4.2.3",
110
+ "@hi-ui/upload": "^4.2.4",
111
111
  "@hi-ui/watermark": "^4.0.8",
112
112
  "@hi-ui/zen-mode": "^4.0.8"
113
113
  },