@hi-ui/hiui 4.6.0 → 4.6.2

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 +50 -0
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,55 @@
1
1
  # @hi-ui/hiui
2
2
 
3
+ ## 4.6.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2954](https://github.com/XiaoMi/hiui/pull/2954) [`8e4eedb`](https://github.com/XiaoMi/hiui/commit/8e4eedb1bb08ef07258adec3ebdb303fbb100311) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(input): MockInput 没有匹配到值时默认展示 value 值
8
+
9
+ - [#2954](https://github.com/XiaoMi/hiui/pull/2954) [`8e4eedb`](https://github.com/XiaoMi/hiui/commit/8e4eedb1bb08ef07258adec3ebdb303fbb100311) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(notification): 调整通知组件过度样式触发滚动条
10
+
11
+ - [#2948](https://github.com/XiaoMi/hiui/pull/2948) [`4d82491c6`](https://github.com/XiaoMi/hiui/commit/4d82491c6024c194111eb2a261367174b0cb24cc) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat(select): 新增带搜索情况下,点击叉号按钮时下拉框同时清空
12
+
13
+ - Updated dependencies [[`9e91b9075`](https://github.com/XiaoMi/hiui/commit/9e91b90752a7638930de7d86c73f67049c376342), [`4d82491c6`](https://github.com/XiaoMi/hiui/commit/4d82491c6024c194111eb2a261367174b0cb24cc), [`8e4eedb`](https://github.com/XiaoMi/hiui/commit/8e4eedb1bb08ef07258adec3ebdb303fbb100311)]:
14
+ - @hi-ui/notification@4.2.1
15
+ - @hi-ui/select@4.5.0
16
+ - @hi-ui/input@4.2.0
17
+
18
+ ## 4.6.1
19
+
20
+ ### Patch Changes
21
+
22
+ - [#2934](https://github.com/XiaoMi/hiui/pull/2934) [`cafc0a56b`](https://github.com/XiaoMi/hiui/commit/cafc0a56b2630ab145fceeea4838b7914bbd8da1) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix(dropdown): 修复 overlay={{className: 'xx'}} 不生效问题
23
+
24
+ - [#2940](https://github.com/XiaoMi/hiui/pull/2940) [`516e30c25`](https://github.com/XiaoMi/hiui/commit/516e30c25e1c24a992a7efdd04d5de9897c53fe9) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix(tabs): 修复 activeId 为一个不存在的值或空值,下划线显示不对的问题
25
+
26
+ - [#2834](https://github.com/XiaoMi/hiui/pull/2834) [`969abb849`](https://github.com/XiaoMi/hiui/commit/969abb8497e3c674c66827bd9057581c53e5f621) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(date-picker): cellRender 增加 date 参数
27
+
28
+ - [#2944](https://github.com/XiaoMi/hiui/pull/2944) [`629731e5b`](https://github.com/XiaoMi/hiui/commit/629731e5b3c5f98e70599ae06eb88609336d3467) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix(menu): 修复最后一个菜单项的子节点没有间距的问题
29
+
30
+ - [#2943](https://github.com/XiaoMi/hiui/pull/2943) [`f496866a2`](https://github.com/XiaoMi/hiui/commit/f496866a26a492ea65c0b7dc3bc9324a71c7158b) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix(tree): 修复 Firefox 中组件拖拽报错问题
31
+
32
+ - [#2933](https://github.com/XiaoMi/hiui/pull/2933) [`369cdf935`](https://github.com/XiaoMi/hiui/commit/369cdf935fb4e3a81478dcbd8e199c1a7cac1875) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix(form): 修复 validator 回调中第一个参数带有多余的引号
33
+
34
+ - [#2936](https://github.com/XiaoMi/hiui/pull/2936) [`5fa1190b9`](https://github.com/XiaoMi/hiui/commit/5fa1190b9d1aa5766b4270fd0240f0baffaa5e1a) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(upload): 修复设置 maxCount 后上传时报错问题
35
+
36
+ - [#2930](https://github.com/XiaoMi/hiui/pull/2930) [`c238c5d76`](https://github.com/XiaoMi/hiui/commit/c238c5d766add7f1253871030ab0d99f4e4e3df0) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix(pagination): 修复 onJump 事件不触发的问题
37
+
38
+ - [#2947](https://github.com/XiaoMi/hiui/pull/2947) [`e65de3140`](https://github.com/XiaoMi/hiui/commit/e65de31402d4ebd1aabcfbffa0e768d6cc2f6dc3) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(descriptions): Add contentPosition api
39
+
40
+ - [#2938](https://github.com/XiaoMi/hiui/pull/2938) [`3d070cda4`](https://github.com/XiaoMi/hiui/commit/3d070cda4317f5705ae34271a35390f4c43468fc) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix(tabs): 修复设置缩放后下划线显示不正常问题
41
+
42
+ - Updated dependencies [[`5fa1190b9`](https://github.com/XiaoMi/hiui/commit/5fa1190b9d1aa5766b4270fd0240f0baffaa5e1a), [`f496866a2`](https://github.com/XiaoMi/hiui/commit/f496866a26a492ea65c0b7dc3bc9324a71c7158b), [`369cdf935`](https://github.com/XiaoMi/hiui/commit/369cdf935fb4e3a81478dcbd8e199c1a7cac1875), [`629731e5b`](https://github.com/XiaoMi/hiui/commit/629731e5b3c5f98e70599ae06eb88609336d3467), [`e65de3140`](https://github.com/XiaoMi/hiui/commit/e65de31402d4ebd1aabcfbffa0e768d6cc2f6dc3), [`969abb849`](https://github.com/XiaoMi/hiui/commit/969abb8497e3c674c66827bd9057581c53e5f621), [`cafc0a56b`](https://github.com/XiaoMi/hiui/commit/cafc0a56b2630ab145fceeea4838b7914bbd8da1), [`c238c5d76`](https://github.com/XiaoMi/hiui/commit/c238c5d766add7f1253871030ab0d99f4e4e3df0), [`516e30c25`](https://github.com/XiaoMi/hiui/commit/516e30c25e1c24a992a7efdd04d5de9897c53fe9), [`3d070cda4`](https://github.com/XiaoMi/hiui/commit/3d070cda4317f5705ae34271a35390f4c43468fc)]:
43
+ - @hi-ui/upload@4.2.3
44
+ - @hi-ui/tree@4.5.11
45
+ - @hi-ui/form@4.2.2
46
+ - @hi-ui/menu@4.3.1
47
+ - @hi-ui/descriptions@4.5.0
48
+ - @hi-ui/date-picker@4.8.0
49
+ - @hi-ui/dropdown@4.2.1
50
+ - @hi-ui/pagination@4.0.17
51
+ - @hi-ui/tabs@4.1.6
52
+
3
53
  ## 4.6.0
4
54
 
5
55
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/hiui",
3
- "version": "4.6.0",
3
+ "version": "4.6.2",
4
4
  "description": "The root-package for @hi-ui/hiui.",
5
5
  "keywords": [],
6
6
  "author": "HiUI <mi-hiui@xiaomi.com>",
@@ -59,26 +59,26 @@
59
59
  "@hi-ui/checkbox": "^4.0.10",
60
60
  "@hi-ui/collapse": "^4.1.6",
61
61
  "@hi-ui/counter": "^4.1.9",
62
- "@hi-ui/date-picker": "^4.7.0",
63
- "@hi-ui/descriptions": "^4.4.0",
62
+ "@hi-ui/date-picker": "^4.8.0",
63
+ "@hi-ui/descriptions": "^4.5.0",
64
64
  "@hi-ui/drawer": "^4.2.0",
65
- "@hi-ui/dropdown": "^4.2.0",
65
+ "@hi-ui/dropdown": "^4.2.1",
66
66
  "@hi-ui/ellipsis-tooltip": "^4.1.8",
67
67
  "@hi-ui/empty-state": "^4.1.1",
68
68
  "@hi-ui/filter": "^4.2.0",
69
- "@hi-ui/form": "^4.2.1",
69
+ "@hi-ui/form": "^4.2.2",
70
70
  "@hi-ui/grid": "^4.0.9",
71
71
  "@hi-ui/highlighter": "^4.0.9",
72
- "@hi-ui/input": "^4.1.1",
72
+ "@hi-ui/input": "^4.2.0",
73
73
  "@hi-ui/input-group": "^4.0.7",
74
74
  "@hi-ui/list": "^4.1.0",
75
75
  "@hi-ui/loading": "^4.2.1",
76
- "@hi-ui/menu": "^4.3.0",
76
+ "@hi-ui/menu": "^4.3.1",
77
77
  "@hi-ui/message": "^4.1.0",
78
78
  "@hi-ui/modal": "^4.2.0",
79
- "@hi-ui/notification": "^4.2.0",
79
+ "@hi-ui/notification": "^4.2.1",
80
80
  "@hi-ui/number-input": "^4.2.0",
81
- "@hi-ui/pagination": "^4.0.16",
81
+ "@hi-ui/pagination": "^4.0.17",
82
82
  "@hi-ui/picker": "^4.1.6",
83
83
  "@hi-ui/pop-confirm": "^4.2.5",
84
84
  "@hi-ui/popover": "^4.1.1",
@@ -90,7 +90,7 @@
90
90
  "@hi-ui/result": "^4.0.8",
91
91
  "@hi-ui/scrollbar": "^4.1.1",
92
92
  "@hi-ui/search": "^4.1.0",
93
- "@hi-ui/select": "^4.4.2",
93
+ "@hi-ui/select": "^4.5.0",
94
94
  "@hi-ui/slider": "^4.0.11",
95
95
  "@hi-ui/space": "^4.0.11",
96
96
  "@hi-ui/spinner": "^4.0.9",
@@ -98,16 +98,16 @@
98
98
  "@hi-ui/svg-icon": "^4.0.8",
99
99
  "@hi-ui/switch": "^4.0.11",
100
100
  "@hi-ui/table": "^4.5.5",
101
- "@hi-ui/tabs": "^4.1.5",
101
+ "@hi-ui/tabs": "^4.1.6",
102
102
  "@hi-ui/tag": "^4.2.1",
103
103
  "@hi-ui/textarea": "^4.1.7",
104
104
  "@hi-ui/time-picker": "^4.1.0",
105
105
  "@hi-ui/timeline": "^4.0.8",
106
106
  "@hi-ui/tooltip": "^4.0.11",
107
107
  "@hi-ui/transfer": "^4.1.0",
108
- "@hi-ui/tree": "^4.5.10",
108
+ "@hi-ui/tree": "^4.5.11",
109
109
  "@hi-ui/tree-select": "^4.2.0",
110
- "@hi-ui/upload": "^4.2.2",
110
+ "@hi-ui/upload": "^4.2.3",
111
111
  "@hi-ui/watermark": "^4.0.8",
112
112
  "@hi-ui/zen-mode": "^4.0.8"
113
113
  },