@hi-ui/hiui 4.12.1 → 5.0.0-canary.0

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 +121 -10
  2. package/package.json +73 -72
package/CHANGELOG.md CHANGED
@@ -1,19 +1,130 @@
1
1
  # @hi-ui/hiui
2
2
 
3
- ## 4.12.1
3
+ ## 5.0.0-canary.0
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
+ ### Major Changes
8
6
 
9
- - feat(form): 入口新增 FormLabel 组件导出
10
- - feat(form): 更新 FormListProps 中 children 渲染函数中 fields 参数的类型
7
+ - 225ebaa51: feat: 组件的 package.json 中的 exports 统一加上 types 配置 (5.0)
11
8
 
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): 容器元素增加默认的白色背景
9
+ ### Minor Changes
13
10
 
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
11
+ - f70601635: <br>
12
+ - feat(button): 样式更新到 5.0 (5.0)
13
+ - feat(button): 增加 text 类型 (5.0)
14
+ - feat(button): 参数 icon 支持数组类型 (5.0)
15
+ - 428716024: <br>
16
+ - feat(picker): 下拉选择类组件增加 xs 尺寸 (5.0)
17
+ - feat(input): 输入框组件增加 xs 尺寸 (5.0)
18
+ - 9d3e4f910: <br>
19
+ - feat(pagination): 改为线性样式 (5.0)
20
+ - feat(pagination): 增加 xs 尺寸,默认使用 sm 尺寸 (5.0)
21
+ - e182621e8: <br>
22
+ - feat(tabs): 增加 size 参数 (5.0)
23
+ - feat(tabs): 修改标签选中下标样式 (5.0)
24
+ - 8f826800f: - fix(date-picker): 显示框圆角改为 6px (5.0)
25
+ - feat(date-picker): 增加 xs 尺寸 (5.0)
26
+
27
+ ### Patch Changes
28
+
29
+ - ddffb4d50: fix(tag): 修复添加保存时抖动问题 (5.0)
30
+ - 192de8767: <br>
31
+ - fix(checkbox): 修改边框大小为 6px (5.0)
32
+ - fix(checkbox): 去掉 focus 时的阴影样式 (5.0)
33
+ - 1bdd9a991: <br>
34
+ - fix(form): 错误提示字号改为 12px (5.0)
35
+ - fix(form): 必填星号调整为显示在右侧 (5.0)
36
+ - fix(form): 标题和控件间距改为 6px (5.0)
37
+ - fix(form): 包裹控件容器设置最小高度 32px (5.0)
38
+ - fix(form): 默认不显示标题冒号 (5.0)
39
+ - 0608199b4: fix(drawer): 样式修改 (5.0)
40
+ - 4e00fda45: <br>
41
+ - fix(table): 标题去掉背景,头部加上边框 (5.0)
42
+ - fix(table): 单元格间距调整 & 设置最小高度 (5.0)
43
+ - fix(table): 不同尺寸修改 (5.0)
44
+ - 68a36b9ce: fix(modal): 样式修改 (5.0)
45
+ - fd14d7b2b: fix: 修改 Space 和 Result 组件 size 类型 (5.0)
46
+ - Updated dependencies [ddffb4d50]
47
+ - Updated dependencies [f70601635]
48
+ - Updated dependencies [428716024]
49
+ - Updated dependencies [225ebaa51]
50
+ - Updated dependencies [9d3e4f910]
51
+ - Updated dependencies [e182621e8]
52
+ - Updated dependencies [192de8767]
53
+ - Updated dependencies [1bdd9a991]
54
+ - Updated dependencies [8f826800f]
55
+ - Updated dependencies [428716024]
56
+ - Updated dependencies [0608199b4]
57
+ - Updated dependencies [4e00fda45]
58
+ - Updated dependencies [68a36b9ce]
59
+ - Updated dependencies [fd14d7b2b]
60
+ - @hi-ui/tag@5.0.0-canary.0
61
+ - @hi-ui/button@5.0.0-canary.0
62
+ - @hi-ui/cascader@5.0.0-canary.0
63
+ - @hi-ui/check-cascader@5.0.0-canary.0
64
+ - @hi-ui/check-select@5.0.0-canary.0
65
+ - @hi-ui/check-tree-select@5.0.0-canary.0
66
+ - @hi-ui/input@5.0.0-canary.0
67
+ - @hi-ui/picker@5.0.0-canary.0
68
+ - @hi-ui/select@5.0.0-canary.0
69
+ - @hi-ui/tree-select@5.0.0-canary.0
70
+ - @hi-ui/core@5.0.0-canary.0
71
+ - @hi-ui/alert@5.0.0-canary.0
72
+ - @hi-ui/anchor@5.0.0-canary.0
73
+ - @hi-ui/avatar@5.0.0-canary.0
74
+ - @hi-ui/back-top@5.0.0-canary.0
75
+ - @hi-ui/badge@5.0.0-canary.0
76
+ - @hi-ui/breadcrumb@5.0.0-canary.0
77
+ - @hi-ui/card@5.0.0-canary.0
78
+ - @hi-ui/carousel@5.0.0-canary.0
79
+ - @hi-ui/checkbox@5.0.0-canary.0
80
+ - @hi-ui/collapse@5.0.0-canary.0
81
+ - @hi-ui/counter@5.0.0-canary.0
82
+ - @hi-ui/date-picker@5.0.0-canary.0
83
+ - @hi-ui/descriptions@5.0.0-canary.0
84
+ - @hi-ui/drawer@5.0.0-canary.0
85
+ - @hi-ui/dropdown@5.0.0-canary.0
86
+ - @hi-ui/ellipsis-tooltip@5.0.0-canary.0
87
+ - @hi-ui/empty-state@5.0.0-canary.0
88
+ - @hi-ui/filter@5.0.0-canary.0
89
+ - @hi-ui/form@5.0.0-canary.0
90
+ - @hi-ui/grid@5.0.0-canary.0
91
+ - @hi-ui/highlighter@5.0.0-canary.0
92
+ - @hi-ui/input-group@5.0.0-canary.0
93
+ - @hi-ui/list@5.0.0-canary.0
94
+ - @hi-ui/loading@5.0.0-canary.0
95
+ - @hi-ui/menu@5.0.0-canary.0
96
+ - @hi-ui/message@5.0.0-canary.0
97
+ - @hi-ui/modal@5.0.0-canary.0
98
+ - @hi-ui/notification@5.0.0-canary.0
99
+ - @hi-ui/number-input@5.0.0-canary.0
100
+ - @hi-ui/pagination@5.0.0-canary.0
101
+ - @hi-ui/pop-confirm@5.0.0-canary.0
102
+ - @hi-ui/popover@5.0.0-canary.0
103
+ - @hi-ui/preview@5.0.0-canary.0
104
+ - @hi-ui/progress@5.0.0-canary.0
105
+ - @hi-ui/provider@5.0.0-canary.0
106
+ - @hi-ui/radio@5.0.0-canary.0
107
+ - @hi-ui/rating@5.0.0-canary.0
108
+ - @hi-ui/result@5.0.0-canary.0
109
+ - @hi-ui/scrollbar@5.0.0-canary.0
110
+ - @hi-ui/search@5.0.0-canary.0
111
+ - @hi-ui/slider@5.0.0-canary.0
112
+ - @hi-ui/space@5.0.0-canary.0
113
+ - @hi-ui/spinner@5.0.0-canary.0
114
+ - @hi-ui/stepper@5.0.0-canary.0
115
+ - @hi-ui/svg-icon@5.0.0-canary.0
116
+ - @hi-ui/switch@5.0.0-canary.0
117
+ - @hi-ui/table@5.0.0-canary.0
118
+ - @hi-ui/tabs@5.0.0-canary.0
119
+ - @hi-ui/textarea@5.0.0-canary.0
120
+ - @hi-ui/time-picker@5.0.0-canary.0
121
+ - @hi-ui/timeline@5.0.0-canary.0
122
+ - @hi-ui/tooltip@5.0.0-canary.0
123
+ - @hi-ui/transfer@5.0.0-canary.0
124
+ - @hi-ui/tree@5.0.0-canary.0
125
+ - @hi-ui/upload@5.0.0-canary.0
126
+ - @hi-ui/watermark@5.0.0-canary.0
127
+ - @hi-ui/zen-mode@5.0.0-canary.0
17
128
 
18
129
  ## 4.12.0
19
130
 
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.0",
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.0",
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.0",
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.0",
57
+ "@hi-ui/check-cascader": "^5.0.0-canary.0",
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.0",
65
+ "@hi-ui/drawer": "^5.0.0-canary.0",
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.0",
71
+ "@hi-ui/grid": "^5.0.0-canary.0",
72
+ "@hi-ui/highlighter": "^5.0.0-canary.0",
73
+ "@hi-ui/input": "^5.0.0-canary.0",
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.0",
78
+ "@hi-ui/message": "^5.0.0-canary.0",
79
+ "@hi-ui/modal": "^5.0.0-canary.0",
80
+ "@hi-ui/notification": "^5.0.0-canary.0",
81
+ "@hi-ui/number-input": "^5.0.0-canary.0",
82
+ "@hi-ui/pagination": "^5.0.0-canary.0",
83
+ "@hi-ui/picker": "^5.0.0-canary.0",
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.0",
88
+ "@hi-ui/provider": "^5.0.0-canary.0",
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.0",
102
+ "@hi-ui/tabs": "^5.0.0-canary.0",
103
+ "@hi-ui/tag": "^5.0.0-canary.0",
104
+ "@hi-ui/textarea": "^5.0.0-canary.0",
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.0",
108
+ "@hi-ui/transfer": "^5.0.0-canary.0",
109
+ "@hi-ui/tree": "^5.0.0-canary.0",
110
+ "@hi-ui/tree-select": "^5.0.0-canary.0",
111
+ "@hi-ui/upload": "^5.0.0-canary.0",
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.0",
122
123
  "react": "^17.0.1",
123
124
  "react-dom": "^17.0.1"
124
125
  }