@hi-ui/hiui 4.3.0 → 4.3.2

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 +32 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # @hi-ui/hiui
2
2
 
3
+ ## 4.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2623](https://github.com/XiaoMi/hiui/pull/2623) [`dcbb300ad`](https://github.com/XiaoMi/hiui/commit/dcbb300ad8b27787001b600d1323f3fe66f86b40) Thanks [@zyprepare](https://github.com/zyprepare)! - Tree fix: 修复编辑状态下键盘无法移动光标问题
8
+
9
+ - [#2624](https://github.com/XiaoMi/hiui/pull/2624) [`b8d4d79b4`](https://github.com/XiaoMi/hiui/commit/b8d4d79b4316ccae5753b97fbd16b1e5183d6fe6) Thanks [@zyprepare](https://github.com/zyprepare)! - Descriptions fix: 修复带边框模式下 size 设置无效问题
10
+
11
+ - Updated dependencies [[`b8d4d79b4`](https://github.com/XiaoMi/hiui/commit/b8d4d79b4316ccae5753b97fbd16b1e5183d6fe6), [`dcbb300ad`](https://github.com/XiaoMi/hiui/commit/dcbb300ad8b27787001b600d1323f3fe66f86b40)]:
12
+ - @hi-ui/descriptions@4.2.1
13
+ - @hi-ui/tree@4.5.4
14
+
15
+ ## 4.3.1
16
+
17
+ ### Patch Changes
18
+
19
+ - [#2614](https://github.com/XiaoMi/hiui/pull/2614) [`db9fca55f`](https://github.com/XiaoMi/hiui/commit/db9fca55fc4aabd22fa795b1b4ceabab4e985e58) Thanks [@zyprepare](https://github.com/zyprepare)! - DatePicker feat: add cellRender api
20
+
21
+ - [#2612](https://github.com/XiaoMi/hiui/pull/2612) [`832360b54`](https://github.com/XiaoMi/hiui/commit/832360b54231983148858b12707087c6b6fbac87) Thanks [@zyprepare](https://github.com/zyprepare)! - Select CheckSelect Cascader CheckCascader Upload Dropdown fix: 修改下拉菜单高度为 32px
22
+
23
+ - [#2613](https://github.com/XiaoMi/hiui/pull/2613) [`e1da14cec`](https://github.com/XiaoMi/hiui/commit/e1da14cec6c320c21f43b92ba6fa318299906a14) Thanks [@zyprepare](https://github.com/zyprepare)! - Tree feat: 增加 TreeHelper,支持 scrollTo 方法
24
+
25
+ - Updated dependencies [[`832360b54`](https://github.com/XiaoMi/hiui/commit/832360b54231983148858b12707087c6b6fbac87), [`e1da14cec`](https://github.com/XiaoMi/hiui/commit/e1da14cec6c320c21f43b92ba6fa318299906a14), [`db9fca55f`](https://github.com/XiaoMi/hiui/commit/db9fca55fc4aabd22fa795b1b4ceabab4e985e58)]:
26
+ - @hi-ui/cascader@4.1.1
27
+ - @hi-ui/check-cascader@4.2.1
28
+ - @hi-ui/check-select@4.3.1
29
+ - @hi-ui/dropdown@4.1.1
30
+ - @hi-ui/select@4.2.1
31
+ - @hi-ui/upload@4.1.6
32
+ - @hi-ui/tree@4.5.3
33
+ - @hi-ui/date-picker@4.3.0
34
+
3
35
  ## 4.3.0
4
36
 
5
37
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/hiui",
3
- "version": "4.3.0",
3
+ "version": "4.3.2",
4
4
  "description": "The root-package for @hi-ui/hiui.",
5
5
  "keywords": [],
6
6
  "author": "HiUI <mi-hiui@xiaomi.com>",
@@ -52,17 +52,17 @@
52
52
  "@hi-ui/button": "^4.0.5",
53
53
  "@hi-ui/card": "^4.0.5",
54
54
  "@hi-ui/carousel": "^4.0.4",
55
- "@hi-ui/cascader": "^4.1.0",
56
- "@hi-ui/check-cascader": "^4.2.0",
57
- "@hi-ui/check-select": "^4.3.0",
55
+ "@hi-ui/cascader": "^4.1.1",
56
+ "@hi-ui/check-cascader": "^4.2.1",
57
+ "@hi-ui/check-select": "^4.3.1",
58
58
  "@hi-ui/check-tree-select": "^4.3.0",
59
59
  "@hi-ui/checkbox": "^4.0.5",
60
60
  "@hi-ui/collapse": "^4.1.2",
61
61
  "@hi-ui/counter": "^4.1.4",
62
- "@hi-ui/date-picker": "^4.2.0",
63
- "@hi-ui/descriptions": "^4.2.0",
62
+ "@hi-ui/date-picker": "^4.3.0",
63
+ "@hi-ui/descriptions": "^4.2.1",
64
64
  "@hi-ui/drawer": "^4.0.9",
65
- "@hi-ui/dropdown": "^4.1.0",
65
+ "@hi-ui/dropdown": "^4.1.1",
66
66
  "@hi-ui/ellipsis-tooltip": "^4.1.2",
67
67
  "@hi-ui/empty-state": "^4.0.4",
68
68
  "@hi-ui/filter": "^4.1.0",
@@ -90,7 +90,7 @@
90
90
  "@hi-ui/result": "^4.0.4",
91
91
  "@hi-ui/scrollbar": "^4.0.2",
92
92
  "@hi-ui/search": "^4.0.8",
93
- "@hi-ui/select": "^4.2.0",
93
+ "@hi-ui/select": "^4.2.1",
94
94
  "@hi-ui/slider": "^4.0.7",
95
95
  "@hi-ui/space": "^4.0.6",
96
96
  "@hi-ui/spinner": "^4.0.5",
@@ -105,9 +105,9 @@
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.5.2",
108
+ "@hi-ui/tree": "^4.5.4",
109
109
  "@hi-ui/tree-select": "^4.1.0",
110
- "@hi-ui/upload": "^4.1.5",
110
+ "@hi-ui/upload": "^4.1.6",
111
111
  "@hi-ui/watermark": "^4.0.4",
112
112
  "@hi-ui/zen-mode": "^4.0.4"
113
113
  },