@hi-ui/hiui 4.3.2 → 4.3.4

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 +39 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,44 @@
1
1
  # @hi-ui/hiui
2
2
 
3
+ ## 4.3.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2648](https://github.com/XiaoMi/hiui/pull/2648) [`54387a81e`](https://github.com/XiaoMi/hiui/commit/54387a81e1c6add77e791af8d849a6518077afd5) Thanks [@zyprepare](https://github.com/zyprepare)! - Table perf: 优化 resizable 模式下可调整的最小宽度
8
+
9
+ - [#2642](https://github.com/XiaoMi/hiui/pull/2642) [`74d8c5148`](https://github.com/XiaoMi/hiui/commit/74d8c51489ae7a88c90b1426e9da118125579b97) Thanks [@zyprepare](https://github.com/zyprepare)! - Table perf: 将之前的双表格结构优化成单表格,冻结列和表头吸顶等场景依然采用双表格结构
10
+
11
+ - [#2644](https://github.com/XiaoMi/hiui/pull/2644) [`6858d339a`](https://github.com/XiaoMi/hiui/commit/6858d339adc2671520956641ca15b1ad311e942a) Thanks [@zyprepare](https://github.com/zyprepare)! - Textarea fix: 修复禁用状态背景色问题
12
+
13
+ - [#2647](https://github.com/XiaoMi/hiui/pull/2647) [`8767c9470`](https://github.com/XiaoMi/hiui/commit/8767c94702fdc697207001f639508907e20fc6a5) Thanks [@zyprepare](https://github.com/zyprepare)! - Table feat: add footerRender api
14
+
15
+ - [#2633](https://github.com/XiaoMi/hiui/pull/2633) [`45cbe7bd9`](https://github.com/XiaoMi/hiui/commit/45cbe7bd9ddeaadfc8ff520a2448a0dade6be51c) Thanks [@aqiusen](https://github.com/aqiusen)! - CheckSelect Select dataSource 下搜索框增加防抖操作
16
+
17
+ - Updated dependencies [[`6858d339a`](https://github.com/XiaoMi/hiui/commit/6858d339adc2671520956641ca15b1ad311e942a), [`4f7c8c906`](https://github.com/XiaoMi/hiui/commit/4f7c8c9063d9b72068a2db5fa614eed130aafd0f), [`74d8c5148`](https://github.com/XiaoMi/hiui/commit/74d8c51489ae7a88c90b1426e9da118125579b97), [`54387a81e`](https://github.com/XiaoMi/hiui/commit/54387a81e1c6add77e791af8d849a6518077afd5), [`8767c9470`](https://github.com/XiaoMi/hiui/commit/8767c94702fdc697207001f639508907e20fc6a5), [`4f7c8c906`](https://github.com/XiaoMi/hiui/commit/4f7c8c9063d9b72068a2db5fa614eed130aafd0f)]:
18
+ - @hi-ui/textarea@4.1.2
19
+ - @hi-ui/check-select@4.3.2
20
+ - @hi-ui/table@4.3.0
21
+ - @hi-ui/select@4.2.2
22
+
23
+ ## 4.3.3
24
+
25
+ ### Patch Changes
26
+
27
+ - [#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 支持函数
28
+
29
+ - [#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
30
+
31
+ - [#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 不生效问题
32
+ Badge 支持字符串和数字 hover 时显示完整内容
33
+
34
+ - [#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
35
+
36
+ - 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)]:
37
+ - @hi-ui/date-picker@4.4.0
38
+ - @hi-ui/badge@4.0.6
39
+ - @hi-ui/drawer@4.1.0
40
+ - @hi-ui/menu@4.1.1
41
+
3
42
  ## 4.3.2
4
43
 
5
44
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/hiui",
3
- "version": "4.3.2",
3
+ "version": "4.3.4",
4
4
  "description": "The root-package for @hi-ui/hiui.",
5
5
  "keywords": [],
6
6
  "author": "HiUI <mi-hiui@xiaomi.com>",
@@ -47,21 +47,21 @@
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",
54
54
  "@hi-ui/carousel": "^4.0.4",
55
55
  "@hi-ui/cascader": "^4.1.1",
56
56
  "@hi-ui/check-cascader": "^4.2.1",
57
- "@hi-ui/check-select": "^4.3.1",
57
+ "@hi-ui/check-select": "^4.3.2",
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.3.0",
62
+ "@hi-ui/date-picker": "^4.4.0",
63
63
  "@hi-ui/descriptions": "^4.2.1",
64
- "@hi-ui/drawer": "^4.0.9",
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",
@@ -90,17 +90,17 @@
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.1",
93
+ "@hi-ui/select": "^4.2.2",
94
94
  "@hi-ui/slider": "^4.0.7",
95
95
  "@hi-ui/space": "^4.0.6",
96
96
  "@hi-ui/spinner": "^4.0.5",
97
97
  "@hi-ui/stepper": "^4.0.4",
98
98
  "@hi-ui/svg-icon": "^4.0.4",
99
99
  "@hi-ui/switch": "^4.0.6",
100
- "@hi-ui/table": "^4.2.0",
100
+ "@hi-ui/table": "^4.3.0",
101
101
  "@hi-ui/tabs": "^4.1.0",
102
102
  "@hi-ui/tag": "^4.0.7",
103
- "@hi-ui/textarea": "^4.1.1",
103
+ "@hi-ui/textarea": "^4.1.2",
104
104
  "@hi-ui/time-picker": "^4.0.9",
105
105
  "@hi-ui/timeline": "^4.0.4",
106
106
  "@hi-ui/tooltip": "^4.0.7",