@hi-ui/hiui 4.12.1 → 5.0.0-canary.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 +167 -10
  2. package/package.json +73 -72
package/CHANGELOG.md CHANGED
@@ -1,19 +1,176 @@
1
1
  # @hi-ui/hiui
2
2
 
3
- ## 4.12.1
3
+ ## 5.0.0-canary.1
4
4
 
5
- ### Patch Changes
6
-
7
- - [#3160](https://github.com/XiaoMi/hiui/pull/3160) [`3244e5a`](https://github.com/XiaoMi/hiui/commit/3244e5a94d1cfa3d85a65bc8804a21b8b60b80a4) Thanks [@zyprepare](https://github.com/zyprepare)! - <br>
5
+ ### Minor Changes
8
6
 
9
- - feat(form): 入口新增 FormLabel 组件导出
10
- - feat(form): 更新 FormListProps children 渲染函数中 fields 参数的类型
7
+ - 3903bd4ff: feat(tag): 增加 type 值 (5.0)
8
+ - 3903bd4ff: feat(tabs): 增加 showDivider 参数 (5.0)
9
+
10
+ ### Patch Changes
11
+
12
+ - 3903bd4ff: chore: 将代码中 v4 改为 v5 (5.0)
13
+ - 3903bd4ff: fix: 修复 5.0 UI 问题 (5.0)
14
+ - 3903bd4ff: style(tooltip): 去掉背景色透明度 (5.0)
15
+ - 3903bd4ff: style(message): 增加边框 (5.0)
16
+ - 3903bd4ff: chore(textarea): 设置最小高度 32px (5.0)
17
+ - Updated dependencies [3903bd4ff]
18
+ - Updated dependencies [3903bd4ff]
19
+ - Updated dependencies [3903bd4ff]
20
+ - Updated dependencies [3903bd4ff]
21
+ - Updated dependencies [3903bd4ff]
22
+ - Updated dependencies [3903bd4ff]
23
+ - Updated dependencies [3903bd4ff]
24
+ - @hi-ui/back-top@5.0.0-canary.1
25
+ - @hi-ui/check-cascader@5.0.0-canary.1
26
+ - @hi-ui/descriptions@5.0.0-canary.1
27
+ - @hi-ui/grid@5.0.0-canary.1
28
+ - @hi-ui/menu@5.0.0-canary.1
29
+ - @hi-ui/progress@5.0.0-canary.1
30
+ - @hi-ui/provider@5.0.0-canary.1
31
+ - @hi-ui/table@5.0.0-canary.1
32
+ - @hi-ui/tree@5.0.0-canary.1
33
+ - @hi-ui/upload@5.0.0-canary.1
34
+ - @hi-ui/button@5.0.0-canary.1
35
+ - @hi-ui/cascader@5.0.0-canary.1
36
+ - @hi-ui/drawer@5.0.0-canary.1
37
+ - @hi-ui/form@5.0.0-canary.1
38
+ - @hi-ui/input@5.0.0-canary.1
39
+ - @hi-ui/message@5.0.0-canary.1
40
+ - @hi-ui/modal@5.0.0-canary.1
41
+ - @hi-ui/notification@5.0.0-canary.1
42
+ - @hi-ui/pagination@5.0.0-canary.1
43
+ - @hi-ui/picker@5.0.0-canary.1
44
+ - @hi-ui/tag@5.0.0-canary.1
45
+ - @hi-ui/tooltip@5.0.0-canary.1
46
+ - @hi-ui/tabs@5.0.0-canary.1
47
+ - @hi-ui/textarea@5.0.0-canary.1
48
+
49
+ ## 5.0.0-canary.0
50
+
51
+ ### Major Changes
52
+
53
+ - 225ebaa51: feat: 组件的 package.json 中的 exports 统一加上 types 配置 (5.0)
11
54
 
12
- - [#3160](https://github.com/XiaoMi/hiui/pull/3160) [`3244e5a`](https://github.com/XiaoMi/hiui/commit/3244e5a94d1cfa3d85a65bc8804a21b8b60b80a4) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(number-input): 容器元素增加默认的白色背景
55
+ ### Minor Changes
13
56
 
14
- - Updated dependencies [[`3244e5a`](https://github.com/XiaoMi/hiui/commit/3244e5a94d1cfa3d85a65bc8804a21b8b60b80a4), [`3244e5a`](https://github.com/XiaoMi/hiui/commit/3244e5a94d1cfa3d85a65bc8804a21b8b60b80a4)]:
15
- - @hi-ui/form@4.3.2
16
- - @hi-ui/number-input@4.2.1
57
+ - f70601635: <br>
58
+ - feat(button): 样式更新到 5.0 (5.0)
59
+ - feat(button): 增加 text 类型 (5.0)
60
+ - feat(button): 参数 icon 支持数组类型 (5.0)
61
+ - 428716024: <br>
62
+ - feat(picker): 下拉选择类组件增加 xs 尺寸 (5.0)
63
+ - feat(input): 输入框组件增加 xs 尺寸 (5.0)
64
+ - 9d3e4f910: <br>
65
+ - feat(pagination): 改为线性样式 (5.0)
66
+ - feat(pagination): 增加 xs 尺寸,默认使用 sm 尺寸 (5.0)
67
+ - e182621e8: <br>
68
+ - feat(tabs): 增加 size 参数 (5.0)
69
+ - feat(tabs): 修改标签选中下标样式 (5.0)
70
+ - 8f826800f: - fix(date-picker): 显示框圆角改为 6px (5.0)
71
+ - feat(date-picker): 增加 xs 尺寸 (5.0)
72
+
73
+ ### Patch Changes
74
+
75
+ - ddffb4d50: fix(tag): 修复添加保存时抖动问题 (5.0)
76
+ - 192de8767: <br>
77
+ - fix(checkbox): 修改边框大小为 6px (5.0)
78
+ - fix(checkbox): 去掉 focus 时的阴影样式 (5.0)
79
+ - 1bdd9a991: <br>
80
+ - fix(form): 错误提示字号改为 12px (5.0)
81
+ - fix(form): 必填星号调整为显示在右侧 (5.0)
82
+ - fix(form): 标题和控件间距改为 6px (5.0)
83
+ - fix(form): 包裹控件容器设置最小高度 32px (5.0)
84
+ - fix(form): 默认不显示标题冒号 (5.0)
85
+ - 0608199b4: fix(drawer): 样式修改 (5.0)
86
+ - 4e00fda45: <br>
87
+ - fix(table): 标题去掉背景,头部加上边框 (5.0)
88
+ - fix(table): 单元格间距调整 & 设置最小高度 (5.0)
89
+ - fix(table): 不同尺寸修改 (5.0)
90
+ - 68a36b9ce: fix(modal): 样式修改 (5.0)
91
+ - fd14d7b2b: fix: 修改 Space 和 Result 组件 size 类型 (5.0)
92
+ - Updated dependencies [ddffb4d50]
93
+ - Updated dependencies [f70601635]
94
+ - Updated dependencies [428716024]
95
+ - Updated dependencies [225ebaa51]
96
+ - Updated dependencies [9d3e4f910]
97
+ - Updated dependencies [e182621e8]
98
+ - Updated dependencies [192de8767]
99
+ - Updated dependencies [1bdd9a991]
100
+ - Updated dependencies [8f826800f]
101
+ - Updated dependencies [428716024]
102
+ - Updated dependencies [0608199b4]
103
+ - Updated dependencies [4e00fda45]
104
+ - Updated dependencies [68a36b9ce]
105
+ - Updated dependencies [fd14d7b2b]
106
+ - @hi-ui/tag@5.0.0-canary.0
107
+ - @hi-ui/button@5.0.0-canary.0
108
+ - @hi-ui/cascader@5.0.0-canary.0
109
+ - @hi-ui/check-cascader@5.0.0-canary.0
110
+ - @hi-ui/check-select@5.0.0-canary.0
111
+ - @hi-ui/check-tree-select@5.0.0-canary.0
112
+ - @hi-ui/input@5.0.0-canary.0
113
+ - @hi-ui/picker@5.0.0-canary.0
114
+ - @hi-ui/select@5.0.0-canary.0
115
+ - @hi-ui/tree-select@5.0.0-canary.0
116
+ - @hi-ui/core@5.0.0-canary.0
117
+ - @hi-ui/alert@5.0.0-canary.0
118
+ - @hi-ui/anchor@5.0.0-canary.0
119
+ - @hi-ui/avatar@5.0.0-canary.0
120
+ - @hi-ui/back-top@5.0.0-canary.0
121
+ - @hi-ui/badge@5.0.0-canary.0
122
+ - @hi-ui/breadcrumb@5.0.0-canary.0
123
+ - @hi-ui/card@5.0.0-canary.0
124
+ - @hi-ui/carousel@5.0.0-canary.0
125
+ - @hi-ui/checkbox@5.0.0-canary.0
126
+ - @hi-ui/collapse@5.0.0-canary.0
127
+ - @hi-ui/counter@5.0.0-canary.0
128
+ - @hi-ui/date-picker@5.0.0-canary.0
129
+ - @hi-ui/descriptions@5.0.0-canary.0
130
+ - @hi-ui/drawer@5.0.0-canary.0
131
+ - @hi-ui/dropdown@5.0.0-canary.0
132
+ - @hi-ui/ellipsis-tooltip@5.0.0-canary.0
133
+ - @hi-ui/empty-state@5.0.0-canary.0
134
+ - @hi-ui/filter@5.0.0-canary.0
135
+ - @hi-ui/form@5.0.0-canary.0
136
+ - @hi-ui/grid@5.0.0-canary.0
137
+ - @hi-ui/highlighter@5.0.0-canary.0
138
+ - @hi-ui/input-group@5.0.0-canary.0
139
+ - @hi-ui/list@5.0.0-canary.0
140
+ - @hi-ui/loading@5.0.0-canary.0
141
+ - @hi-ui/menu@5.0.0-canary.0
142
+ - @hi-ui/message@5.0.0-canary.0
143
+ - @hi-ui/modal@5.0.0-canary.0
144
+ - @hi-ui/notification@5.0.0-canary.0
145
+ - @hi-ui/number-input@5.0.0-canary.0
146
+ - @hi-ui/pagination@5.0.0-canary.0
147
+ - @hi-ui/pop-confirm@5.0.0-canary.0
148
+ - @hi-ui/popover@5.0.0-canary.0
149
+ - @hi-ui/preview@5.0.0-canary.0
150
+ - @hi-ui/progress@5.0.0-canary.0
151
+ - @hi-ui/provider@5.0.0-canary.0
152
+ - @hi-ui/radio@5.0.0-canary.0
153
+ - @hi-ui/rating@5.0.0-canary.0
154
+ - @hi-ui/result@5.0.0-canary.0
155
+ - @hi-ui/scrollbar@5.0.0-canary.0
156
+ - @hi-ui/search@5.0.0-canary.0
157
+ - @hi-ui/slider@5.0.0-canary.0
158
+ - @hi-ui/space@5.0.0-canary.0
159
+ - @hi-ui/spinner@5.0.0-canary.0
160
+ - @hi-ui/stepper@5.0.0-canary.0
161
+ - @hi-ui/svg-icon@5.0.0-canary.0
162
+ - @hi-ui/switch@5.0.0-canary.0
163
+ - @hi-ui/table@5.0.0-canary.0
164
+ - @hi-ui/tabs@5.0.0-canary.0
165
+ - @hi-ui/textarea@5.0.0-canary.0
166
+ - @hi-ui/time-picker@5.0.0-canary.0
167
+ - @hi-ui/timeline@5.0.0-canary.0
168
+ - @hi-ui/tooltip@5.0.0-canary.0
169
+ - @hi-ui/transfer@5.0.0-canary.0
170
+ - @hi-ui/tree@5.0.0-canary.0
171
+ - @hi-ui/upload@5.0.0-canary.0
172
+ - @hi-ui/watermark@5.0.0-canary.0
173
+ - @hi-ui/zen-mode@5.0.0-canary.0
17
174
 
18
175
  ## 4.12.0
19
176
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/hiui",
3
- "version": "4.12.1",
3
+ "version": "5.0.0-canary.1",
4
4
  "description": "The root-package for @hi-ui/hiui.",
5
5
  "keywords": [],
6
6
  "author": "HiUI <mi-hiui@xiaomi.com>",
@@ -20,7 +20,8 @@
20
20
  "exports": {
21
21
  ".": {
22
22
  "require": "./lib/cjs/index.js",
23
- "default": "./lib/esm/index.js"
23
+ "default": "./lib/esm/index.js",
24
+ "types": "./lib/types/index.d.ts"
24
25
  }
25
26
  },
26
27
  "publishConfig": {
@@ -43,82 +44,82 @@
43
44
  "url": "https://github.com/XiaoMi/hiui/issues"
44
45
  },
45
46
  "dependencies": {
46
- "@hi-ui/alert": "^4.1.4",
47
- "@hi-ui/anchor": "^4.0.9",
48
- "@hi-ui/avatar": "^4.0.8",
49
- "@hi-ui/back-top": "^4.0.8",
50
- "@hi-ui/badge": "^4.0.10",
51
- "@hi-ui/breadcrumb": "^4.1.0",
52
- "@hi-ui/button": "^4.0.10",
53
- "@hi-ui/card": "^4.0.9",
54
- "@hi-ui/carousel": "^4.1.1",
55
- "@hi-ui/cascader": "^4.3.2",
56
- "@hi-ui/check-cascader": "^4.3.2",
57
- "@hi-ui/check-select": "^4.6.3",
58
- "@hi-ui/check-tree-select": "^4.6.2",
59
- "@hi-ui/checkbox": "^4.0.10",
60
- "@hi-ui/collapse": "^4.1.6",
61
- "@hi-ui/counter": "^4.1.9",
62
- "@hi-ui/date-picker": "^4.11.0",
63
- "@hi-ui/descriptions": "^4.5.0",
64
- "@hi-ui/drawer": "^4.3.1",
65
- "@hi-ui/dropdown": "^4.2.2",
66
- "@hi-ui/ellipsis-tooltip": "^4.2.0",
67
- "@hi-ui/empty-state": "^4.1.1",
68
- "@hi-ui/filter": "^4.2.0",
69
- "@hi-ui/form": "^4.3.2",
70
- "@hi-ui/grid": "^4.0.9",
71
- "@hi-ui/highlighter": "^4.1.1",
72
- "@hi-ui/input": "^4.3.0",
73
- "@hi-ui/input-group": "^4.0.7",
74
- "@hi-ui/list": "^4.1.0",
75
- "@hi-ui/loading": "^4.3.0",
76
- "@hi-ui/menu": "^4.3.1",
77
- "@hi-ui/message": "^4.1.0",
78
- "@hi-ui/modal": "^4.4.1",
79
- "@hi-ui/notification": "^4.2.1",
80
- "@hi-ui/number-input": "^4.2.1",
81
- "@hi-ui/pagination": "^4.2.0",
82
- "@hi-ui/picker": "^4.1.7",
83
- "@hi-ui/pop-confirm": "^4.2.5",
84
- "@hi-ui/popover": "^4.1.2",
85
- "@hi-ui/preview": "^4.2.0",
86
- "@hi-ui/progress": "^4.0.11",
87
- "@hi-ui/provider": "^4.1.0",
88
- "@hi-ui/radio": "^4.1.4",
89
- "@hi-ui/rating": "^4.0.10",
90
- "@hi-ui/result": "^4.0.8",
91
- "@hi-ui/scrollbar": "^4.2.1",
92
- "@hi-ui/search": "^4.1.0",
93
- "@hi-ui/select": "^4.6.1",
94
- "@hi-ui/slider": "^4.0.11",
95
- "@hi-ui/space": "^4.0.11",
96
- "@hi-ui/spinner": "^4.0.9",
97
- "@hi-ui/stepper": "^4.1.0",
98
- "@hi-ui/svg-icon": "^4.0.8",
99
- "@hi-ui/switch": "^4.0.11",
100
- "@hi-ui/table": "^4.10.0",
101
- "@hi-ui/tabs": "^4.1.6",
102
- "@hi-ui/tag": "^4.2.1",
103
- "@hi-ui/textarea": "^4.1.7",
104
- "@hi-ui/time-picker": "^4.1.1",
105
- "@hi-ui/timeline": "^4.0.8",
106
- "@hi-ui/tooltip": "^4.0.11",
107
- "@hi-ui/transfer": "^4.2.0",
108
- "@hi-ui/tree": "^4.6.2",
109
- "@hi-ui/tree-select": "^4.2.1",
110
- "@hi-ui/upload": "^4.2.4",
111
- "@hi-ui/watermark": "^4.0.8",
112
- "@hi-ui/zen-mode": "^4.0.8"
47
+ "@hi-ui/alert": "^5.0.0-canary.0",
48
+ "@hi-ui/anchor": "^5.0.0-canary.0",
49
+ "@hi-ui/avatar": "^5.0.0-canary.0",
50
+ "@hi-ui/back-top": "^5.0.0-canary.1",
51
+ "@hi-ui/badge": "^5.0.0-canary.0",
52
+ "@hi-ui/breadcrumb": "^5.0.0-canary.0",
53
+ "@hi-ui/button": "^5.0.0-canary.1",
54
+ "@hi-ui/card": "^5.0.0-canary.0",
55
+ "@hi-ui/carousel": "^5.0.0-canary.0",
56
+ "@hi-ui/cascader": "^5.0.0-canary.1",
57
+ "@hi-ui/check-cascader": "^5.0.0-canary.1",
58
+ "@hi-ui/check-select": "^5.0.0-canary.0",
59
+ "@hi-ui/check-tree-select": "^5.0.0-canary.0",
60
+ "@hi-ui/checkbox": "^5.0.0-canary.0",
61
+ "@hi-ui/collapse": "^5.0.0-canary.0",
62
+ "@hi-ui/counter": "^5.0.0-canary.0",
63
+ "@hi-ui/date-picker": "^5.0.0-canary.0",
64
+ "@hi-ui/descriptions": "^5.0.0-canary.1",
65
+ "@hi-ui/drawer": "^5.0.0-canary.1",
66
+ "@hi-ui/dropdown": "^5.0.0-canary.0",
67
+ "@hi-ui/ellipsis-tooltip": "^5.0.0-canary.0",
68
+ "@hi-ui/empty-state": "^5.0.0-canary.0",
69
+ "@hi-ui/filter": "^5.0.0-canary.0",
70
+ "@hi-ui/form": "^5.0.0-canary.1",
71
+ "@hi-ui/grid": "^5.0.0-canary.1",
72
+ "@hi-ui/highlighter": "^5.0.0-canary.0",
73
+ "@hi-ui/input": "^5.0.0-canary.1",
74
+ "@hi-ui/input-group": "^5.0.0-canary.0",
75
+ "@hi-ui/list": "^5.0.0-canary.0",
76
+ "@hi-ui/loading": "^5.0.0-canary.0",
77
+ "@hi-ui/menu": "^5.0.0-canary.1",
78
+ "@hi-ui/message": "^5.0.0-canary.1",
79
+ "@hi-ui/modal": "^5.0.0-canary.1",
80
+ "@hi-ui/notification": "^5.0.0-canary.1",
81
+ "@hi-ui/number-input": "^5.0.0-canary.0",
82
+ "@hi-ui/pagination": "^5.0.0-canary.1",
83
+ "@hi-ui/picker": "^5.0.0-canary.1",
84
+ "@hi-ui/pop-confirm": "^5.0.0-canary.0",
85
+ "@hi-ui/popover": "^5.0.0-canary.0",
86
+ "@hi-ui/preview": "^5.0.0-canary.0",
87
+ "@hi-ui/progress": "^5.0.0-canary.1",
88
+ "@hi-ui/provider": "^5.0.0-canary.1",
89
+ "@hi-ui/radio": "^5.0.0-canary.0",
90
+ "@hi-ui/rating": "^5.0.0-canary.0",
91
+ "@hi-ui/result": "^5.0.0-canary.0",
92
+ "@hi-ui/scrollbar": "^5.0.0-canary.0",
93
+ "@hi-ui/search": "^5.0.0-canary.0",
94
+ "@hi-ui/select": "^5.0.0-canary.0",
95
+ "@hi-ui/slider": "^5.0.0-canary.0",
96
+ "@hi-ui/space": "^5.0.0-canary.0",
97
+ "@hi-ui/spinner": "^5.0.0-canary.0",
98
+ "@hi-ui/stepper": "^5.0.0-canary.0",
99
+ "@hi-ui/svg-icon": "^5.0.0-canary.0",
100
+ "@hi-ui/switch": "^5.0.0-canary.0",
101
+ "@hi-ui/table": "^5.0.0-canary.1",
102
+ "@hi-ui/tabs": "^5.0.0-canary.1",
103
+ "@hi-ui/tag": "^5.0.0-canary.1",
104
+ "@hi-ui/textarea": "^5.0.0-canary.1",
105
+ "@hi-ui/time-picker": "^5.0.0-canary.0",
106
+ "@hi-ui/timeline": "^5.0.0-canary.0",
107
+ "@hi-ui/tooltip": "^5.0.0-canary.1",
108
+ "@hi-ui/transfer": "^5.0.0-canary.0",
109
+ "@hi-ui/tree": "^5.0.0-canary.1",
110
+ "@hi-ui/tree-select": "^5.0.0-canary.0",
111
+ "@hi-ui/upload": "^5.0.0-canary.1",
112
+ "@hi-ui/watermark": "^5.0.0-canary.0",
113
+ "@hi-ui/zen-mode": "^5.0.0-canary.0"
113
114
  },
114
115
  "peerDependencies": {
115
- "@hi-ui/core": ">=4.0.9",
116
+ "@hi-ui/core": ">=5.0.0-canary.0",
116
117
  "react": ">=16.8.6",
117
118
  "react-dom": ">=16.8.6"
118
119
  },
119
120
  "devDependencies": {
120
- "@hi-ui/core": "^4.0.9",
121
- "@hi-ui/core-css": "^4.1.5",
121
+ "@hi-ui/core": "^5.0.0-canary.0",
122
+ "@hi-ui/core-css": "^5.0.0-canary.1",
122
123
  "react": "^17.0.1",
123
124
  "react-dom": "^17.0.1"
124
125
  }