@hi-ui/hiui 4.3.0 → 4.3.1

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 +20 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @hi-ui/hiui
2
2
 
3
+ ## 4.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#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
8
+
9
+ - [#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
10
+
11
+ - [#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 方法
12
+
13
+ - 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)]:
14
+ - @hi-ui/cascader@4.1.1
15
+ - @hi-ui/check-cascader@4.2.1
16
+ - @hi-ui/check-select@4.3.1
17
+ - @hi-ui/dropdown@4.1.1
18
+ - @hi-ui/select@4.2.1
19
+ - @hi-ui/upload@4.1.6
20
+ - @hi-ui/tree@4.5.3
21
+ - @hi-ui/date-picker@4.3.0
22
+
3
23
  ## 4.3.0
4
24
 
5
25
  ### 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.1",
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",
62
+ "@hi-ui/date-picker": "^4.3.0",
63
63
  "@hi-ui/descriptions": "^4.2.0",
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.3",
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
  },