@hi-ui/hiui 4.6.1 → 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 +15 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
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
+
3
18
  ## 4.6.1
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/hiui",
3
- "version": "4.6.1",
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>",
@@ -69,14 +69,14 @@
69
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
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
81
  "@hi-ui/pagination": "^4.0.17",
82
82
  "@hi-ui/picker": "^4.1.6",
@@ -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",