@hi-ui/hiui 4.3.1 → 4.3.3

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 +31 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,36 @@
1
1
  # @hi-ui/hiui
2
2
 
3
+ ## 4.3.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2631](https://github.com/XiaoMi/hiui/pull/2631) [`48a16f4bb`](https://github.com/XiaoMi/hiui/commit/48a16f4bbff22ba966608a6e3d040043b82e17cb) Thanks [@zyprepare](https://github.com/zyprepare)! - DatePicker feat: 增加 strideSelectMode API & format 支持函数
8
+
9
+ - [#2632](https://github.com/XiaoMi/hiui/pull/2632) [`b9aef7fe6`](https://github.com/XiaoMi/hiui/commit/b9aef7fe63ef3c8bee50145c565d9892a8554127) Thanks [@zyprepare](https://github.com/zyprepare)! - Drawer feat: add onOutsideClick api
10
+
11
+ - [#2620](https://github.com/XiaoMi/hiui/pull/2620) [`863bcde00`](https://github.com/XiaoMi/hiui/commit/863bcde0033f8bb4c9866e6f975e52726e4a5825) Thanks [@aqiusen](https://github.com/aqiusen)! - Menu fix: 修复 disabled 不生效问题
12
+ Badge 支持字符串和数字 hover 时显示完整内容
13
+
14
+ - [#2634](https://github.com/XiaoMi/hiui/pull/2634) [`ddb8d0c8b`](https://github.com/XiaoMi/hiui/commit/ddb8d0c8b8140f4984b17cf92ac58aed5e8b4ca4) Thanks [@zyprepare](https://github.com/zyprepare)! - DatePicker feat: add footerRender api
15
+
16
+ - Updated dependencies [[`48a16f4bb`](https://github.com/XiaoMi/hiui/commit/48a16f4bbff22ba966608a6e3d040043b82e17cb), [`ddb8d0c8b`](https://github.com/XiaoMi/hiui/commit/ddb8d0c8b8140f4984b17cf92ac58aed5e8b4ca4), [`863bcde00`](https://github.com/XiaoMi/hiui/commit/863bcde0033f8bb4c9866e6f975e52726e4a5825), [`b9aef7fe6`](https://github.com/XiaoMi/hiui/commit/b9aef7fe63ef3c8bee50145c565d9892a8554127), [`863bcde00`](https://github.com/XiaoMi/hiui/commit/863bcde0033f8bb4c9866e6f975e52726e4a5825)]:
17
+ - @hi-ui/date-picker@4.4.0
18
+ - @hi-ui/badge@4.0.6
19
+ - @hi-ui/drawer@4.1.0
20
+ - @hi-ui/menu@4.1.1
21
+
22
+ ## 4.3.2
23
+
24
+ ### Patch Changes
25
+
26
+ - [#2623](https://github.com/XiaoMi/hiui/pull/2623) [`dcbb300ad`](https://github.com/XiaoMi/hiui/commit/dcbb300ad8b27787001b600d1323f3fe66f86b40) Thanks [@zyprepare](https://github.com/zyprepare)! - Tree fix: 修复编辑状态下键盘无法移动光标问题
27
+
28
+ - [#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 设置无效问题
29
+
30
+ - Updated dependencies [[`b8d4d79b4`](https://github.com/XiaoMi/hiui/commit/b8d4d79b4316ccae5753b97fbd16b1e5183d6fe6), [`dcbb300ad`](https://github.com/XiaoMi/hiui/commit/dcbb300ad8b27787001b600d1323f3fe66f86b40)]:
31
+ - @hi-ui/descriptions@4.2.1
32
+ - @hi-ui/tree@4.5.4
33
+
3
34
  ## 4.3.1
4
35
 
5
36
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/hiui",
3
- "version": "4.3.1",
3
+ "version": "4.3.3",
4
4
  "description": "The root-package for @hi-ui/hiui.",
5
5
  "keywords": [],
6
6
  "author": "HiUI <mi-hiui@xiaomi.com>",
@@ -47,7 +47,7 @@
47
47
  "@hi-ui/anchor": "^4.0.5",
48
48
  "@hi-ui/avatar": "^4.0.4",
49
49
  "@hi-ui/back-top": "^4.0.4",
50
- "@hi-ui/badge": "^4.0.5",
50
+ "@hi-ui/badge": "^4.0.6",
51
51
  "@hi-ui/breadcrumb": "^4.0.4",
52
52
  "@hi-ui/button": "^4.0.5",
53
53
  "@hi-ui/card": "^4.0.5",
@@ -59,9 +59,9 @@
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.3.0",
63
- "@hi-ui/descriptions": "^4.2.0",
64
- "@hi-ui/drawer": "^4.0.9",
62
+ "@hi-ui/date-picker": "^4.4.0",
63
+ "@hi-ui/descriptions": "^4.2.1",
64
+ "@hi-ui/drawer": "^4.1.0",
65
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",
@@ -73,7 +73,7 @@
73
73
  "@hi-ui/input-group": "^4.0.3",
74
74
  "@hi-ui/list": "^4.0.9",
75
75
  "@hi-ui/loading": "^4.1.0",
76
- "@hi-ui/menu": "^4.1.0",
76
+ "@hi-ui/menu": "^4.1.1",
77
77
  "@hi-ui/message": "^4.0.4",
78
78
  "@hi-ui/modal": "^4.0.11",
79
79
  "@hi-ui/notification": "^4.1.0",
@@ -105,7 +105,7 @@
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.3",
108
+ "@hi-ui/tree": "^4.5.4",
109
109
  "@hi-ui/tree-select": "^4.1.0",
110
110
  "@hi-ui/upload": "^4.1.6",
111
111
  "@hi-ui/watermark": "^4.0.4",