@hi-ui/hiui 4.3.4 → 4.3.5

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 +35 -0
  2. package/package.json +23 -23
package/CHANGELOG.md CHANGED
@@ -1,5 +1,40 @@
1
1
  # @hi-ui/hiui
2
2
 
3
+ ## 4.3.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2654](https://github.com/XiaoMi/hiui/pull/2654) [`dc002a32a`](https://github.com/XiaoMi/hiui/commit/dc002a32a2c6f538b0df37c63d34f603647d9b70) Thanks [@zyprepare](https://github.com/zyprepare)! - Table feat: 增加 scrollbar 参数,用于在 Windows 环境下优化滚动条样式
8
+
9
+ - [#2652](https://github.com/XiaoMi/hiui/pull/2652) [`d4f74c723`](https://github.com/XiaoMi/hiui/commit/d4f74c723d7fb619320dac5cdb4444480a3b7880) Thanks [@zyprepare](https://github.com/zyprepare)! - Tabs chore: 胶囊样式下标签之间增加竖线展示
10
+
11
+ - [#2653](https://github.com/XiaoMi/hiui/pull/2653) [`b477d91db`](https://github.com/XiaoMi/hiui/commit/b477d91db15bbc92c8712a9a771af5b332779315) Thanks [@zyprepare](https://github.com/zyprepare)! - chore: 更新组件使用到的 G40 颜色值
12
+
13
+ - [#2643](https://github.com/XiaoMi/hiui/pull/2643) [`7742c022a`](https://github.com/XiaoMi/hiui/commit/7742c022a55f3908684d21e6e7d7bf07e3de1f5e) Thanks [@zyprepare](https://github.com/zyprepare)! - PopConfirm feat: add placement api (透传 Popper 参数)
14
+
15
+ - Updated dependencies [[`d4f74c723`](https://github.com/XiaoMi/hiui/commit/d4f74c723d7fb619320dac5cdb4444480a3b7880), [`b477d91db`](https://github.com/XiaoMi/hiui/commit/b477d91db15bbc92c8712a9a771af5b332779315), [`7742c022a`](https://github.com/XiaoMi/hiui/commit/7742c022a55f3908684d21e6e7d7bf07e3de1f5e), [`dc002a32a`](https://github.com/XiaoMi/hiui/commit/dc002a32a2c6f538b0df37c63d34f603647d9b70)]:
16
+ - @hi-ui/tabs@4.1.1
17
+ - @hi-ui/button@4.0.6
18
+ - @hi-ui/cascader@4.1.2
19
+ - @hi-ui/check-cascader@4.2.2
20
+ - @hi-ui/counter@4.1.5
21
+ - @hi-ui/date-picker@4.4.1
22
+ - @hi-ui/filter@4.1.1
23
+ - @hi-ui/input@4.0.10
24
+ - @hi-ui/menu@4.1.2
25
+ - @hi-ui/number-input@4.1.4
26
+ - @hi-ui/pagination@4.0.11
27
+ - @hi-ui/radio@4.0.5
28
+ - @hi-ui/scrollbar@4.0.3
29
+ - @hi-ui/switch@4.0.7
30
+ - @hi-ui/tag@4.0.8
31
+ - @hi-ui/textarea@4.1.3
32
+ - @hi-ui/time-picker@4.0.10
33
+ - @hi-ui/transfer@4.0.10
34
+ - @hi-ui/tree@4.5.5
35
+ - @hi-ui/pop-confirm@4.1.0
36
+ - @hi-ui/table@4.3.1
37
+
3
38
  ## 4.3.4
4
39
 
5
40
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/hiui",
3
- "version": "4.3.4",
3
+ "version": "4.3.5",
4
4
  "description": "The root-package for @hi-ui/hiui.",
5
5
  "keywords": [],
6
6
  "author": "HiUI <mi-hiui@xiaomi.com>",
@@ -49,46 +49,46 @@
49
49
  "@hi-ui/back-top": "^4.0.4",
50
50
  "@hi-ui/badge": "^4.0.6",
51
51
  "@hi-ui/breadcrumb": "^4.0.4",
52
- "@hi-ui/button": "^4.0.5",
52
+ "@hi-ui/button": "^4.0.6",
53
53
  "@hi-ui/card": "^4.0.5",
54
54
  "@hi-ui/carousel": "^4.0.4",
55
- "@hi-ui/cascader": "^4.1.1",
56
- "@hi-ui/check-cascader": "^4.2.1",
55
+ "@hi-ui/cascader": "^4.1.2",
56
+ "@hi-ui/check-cascader": "^4.2.2",
57
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
- "@hi-ui/counter": "^4.1.4",
62
- "@hi-ui/date-picker": "^4.4.0",
61
+ "@hi-ui/counter": "^4.1.5",
62
+ "@hi-ui/date-picker": "^4.4.1",
63
63
  "@hi-ui/descriptions": "^4.2.1",
64
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",
68
- "@hi-ui/filter": "^4.1.0",
68
+ "@hi-ui/filter": "^4.1.1",
69
69
  "@hi-ui/form": "^4.1.2",
70
70
  "@hi-ui/grid": "^4.0.5",
71
71
  "@hi-ui/highlighter": "^4.0.5",
72
- "@hi-ui/input": "^4.0.9",
72
+ "@hi-ui/input": "^4.0.10",
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.1",
76
+ "@hi-ui/menu": "^4.1.2",
77
77
  "@hi-ui/message": "^4.0.4",
78
78
  "@hi-ui/modal": "^4.0.11",
79
79
  "@hi-ui/notification": "^4.1.0",
80
- "@hi-ui/number-input": "^4.1.3",
81
- "@hi-ui/pagination": "^4.0.10",
80
+ "@hi-ui/number-input": "^4.1.4",
81
+ "@hi-ui/pagination": "^4.0.11",
82
82
  "@hi-ui/picker": "^4.1.1",
83
- "@hi-ui/pop-confirm": "^4.0.6",
83
+ "@hi-ui/pop-confirm": "^4.1.0",
84
84
  "@hi-ui/popover": "^4.0.5",
85
85
  "@hi-ui/preview": "^4.0.5",
86
86
  "@hi-ui/progress": "^4.0.6",
87
87
  "@hi-ui/provider": "^4.0.5",
88
- "@hi-ui/radio": "^4.0.4",
88
+ "@hi-ui/radio": "^4.0.5",
89
89
  "@hi-ui/rating": "^4.0.5",
90
90
  "@hi-ui/result": "^4.0.4",
91
- "@hi-ui/scrollbar": "^4.0.2",
91
+ "@hi-ui/scrollbar": "^4.0.3",
92
92
  "@hi-ui/search": "^4.0.8",
93
93
  "@hi-ui/select": "^4.2.2",
94
94
  "@hi-ui/slider": "^4.0.7",
@@ -96,16 +96,16 @@
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
- "@hi-ui/switch": "^4.0.6",
100
- "@hi-ui/table": "^4.3.0",
101
- "@hi-ui/tabs": "^4.1.0",
102
- "@hi-ui/tag": "^4.0.7",
103
- "@hi-ui/textarea": "^4.1.2",
104
- "@hi-ui/time-picker": "^4.0.9",
99
+ "@hi-ui/switch": "^4.0.7",
100
+ "@hi-ui/table": "^4.3.1",
101
+ "@hi-ui/tabs": "^4.1.1",
102
+ "@hi-ui/tag": "^4.0.8",
103
+ "@hi-ui/textarea": "^4.1.3",
104
+ "@hi-ui/time-picker": "^4.0.10",
105
105
  "@hi-ui/timeline": "^4.0.4",
106
106
  "@hi-ui/tooltip": "^4.0.7",
107
- "@hi-ui/transfer": "^4.0.9",
108
- "@hi-ui/tree": "^4.5.4",
107
+ "@hi-ui/transfer": "^4.0.10",
108
+ "@hi-ui/tree": "^4.5.5",
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",
@@ -118,7 +118,7 @@
118
118
  },
119
119
  "devDependencies": {
120
120
  "@hi-ui/core": "^4.0.5",
121
- "@hi-ui/core-css": "^4.1.1",
121
+ "@hi-ui/core-css": "^4.1.2",
122
122
  "react": "^17.0.1",
123
123
  "react-dom": "^17.0.1"
124
124
  }