@hi-ui/hiui 4.3.4 → 4.3.6

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 +47 -0
  2. package/package.json +23 -23
package/CHANGELOG.md CHANGED
@@ -1,5 +1,52 @@
1
1
  # @hi-ui/hiui
2
2
 
3
+ ## 4.3.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2658](https://github.com/XiaoMi/hiui/pull/2658) [`1dd9b9e32`](https://github.com/XiaoMi/hiui/commit/1dd9b9e3298966ecf9ebd913f23deb7e088bce4a) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(tag): add editorRender api
8
+
9
+ - [#2659](https://github.com/XiaoMi/hiui/pull/2659) [`b78487cd7`](https://github.com/XiaoMi/hiui/commit/b78487cd725532000f81876e1826f1918c37b23a) Thanks [@zyprepare](https://github.com/zyprepare)! - Menu fix: 修复 mini 模式下子菜单内容展示不全问题
10
+
11
+ - Updated dependencies [[`1dd9b9e32`](https://github.com/XiaoMi/hiui/commit/1dd9b9e3298966ecf9ebd913f23deb7e088bce4a), [`b78487cd7`](https://github.com/XiaoMi/hiui/commit/b78487cd725532000f81876e1826f1918c37b23a)]:
12
+ - @hi-ui/tag@4.1.0
13
+ - @hi-ui/menu@4.1.3
14
+
15
+ ## 4.3.5
16
+
17
+ ### Patch Changes
18
+
19
+ - [#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 环境下优化滚动条样式
20
+
21
+ - [#2652](https://github.com/XiaoMi/hiui/pull/2652) [`d4f74c723`](https://github.com/XiaoMi/hiui/commit/d4f74c723d7fb619320dac5cdb4444480a3b7880) Thanks [@zyprepare](https://github.com/zyprepare)! - Tabs chore: 胶囊样式下标签之间增加竖线展示
22
+
23
+ - [#2653](https://github.com/XiaoMi/hiui/pull/2653) [`b477d91db`](https://github.com/XiaoMi/hiui/commit/b477d91db15bbc92c8712a9a771af5b332779315) Thanks [@zyprepare](https://github.com/zyprepare)! - chore: 更新组件使用到的 G40 颜色值
24
+
25
+ - [#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 参数)
26
+
27
+ - 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)]:
28
+ - @hi-ui/tabs@4.1.1
29
+ - @hi-ui/button@4.0.6
30
+ - @hi-ui/cascader@4.1.2
31
+ - @hi-ui/check-cascader@4.2.2
32
+ - @hi-ui/counter@4.1.5
33
+ - @hi-ui/date-picker@4.4.1
34
+ - @hi-ui/filter@4.1.1
35
+ - @hi-ui/input@4.0.10
36
+ - @hi-ui/menu@4.1.2
37
+ - @hi-ui/number-input@4.1.4
38
+ - @hi-ui/pagination@4.0.11
39
+ - @hi-ui/radio@4.0.5
40
+ - @hi-ui/scrollbar@4.0.3
41
+ - @hi-ui/switch@4.0.7
42
+ - @hi-ui/tag@4.0.8
43
+ - @hi-ui/textarea@4.1.3
44
+ - @hi-ui/time-picker@4.0.10
45
+ - @hi-ui/transfer@4.0.10
46
+ - @hi-ui/tree@4.5.5
47
+ - @hi-ui/pop-confirm@4.1.0
48
+ - @hi-ui/table@4.3.1
49
+
3
50
  ## 4.3.4
4
51
 
5
52
  ### 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.6",
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.3",
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.1.0",
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
  }