diff --git a/.changeset/five-mails-beg.md b/.changeset/five-mails-beg.md deleted file mode 100644 index 439be6116..000000000 --- a/.changeset/five-mails-beg.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hi-ui/notification": patch ---- - -fix: 调整通知组件过度样式触发滚动条 diff --git a/.changeset/healthy-needles-cheer.md b/.changeset/healthy-needles-cheer.md deleted file mode 100644 index 1d9f07a0f..000000000 --- a/.changeset/healthy-needles-cheer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hi-ui/select": minor ---- - -feat: 新增带搜索情况下,点击叉号按钮时下拉框同时清空 diff --git a/.changeset/plenty-mice-thank.md b/.changeset/plenty-mice-thank.md deleted file mode 100644 index ccbbed1f8..000000000 --- a/.changeset/plenty-mice-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hi-ui/input": minor ---- - -feat: MockInput 没有匹配到值时默认展示 value 值 diff --git a/.changeset/red-gorillas-count.md b/.changeset/red-gorillas-count.md deleted file mode 100644 index 66ca1df9d..000000000 --- a/.changeset/red-gorillas-count.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hi-ui/hiui": patch ---- - -feat(input): MockInput 没有匹配到值时默认展示 value 值 diff --git a/.changeset/selfish-steaks-think.md b/.changeset/selfish-steaks-think.md deleted file mode 100644 index 1b95eae8e..000000000 --- a/.changeset/selfish-steaks-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hi-ui/hiui": patch ---- - -fix(notification): 调整通知组件过度样式触发滚动条 diff --git a/.changeset/ten-countries-kick.md b/.changeset/ten-countries-kick.md deleted file mode 100644 index 1910eb287..000000000 --- a/.changeset/ten-countries-kick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hi-ui/hiui": patch ---- - -feat(select): 新增带搜索情况下,点击叉号按钮时下拉框同时清空 diff --git a/packages/ui/hiui/CHANGELOG.md b/packages/ui/hiui/CHANGELOG.md index a2d4bd1ea..c39584ca3 100644 --- a/packages/ui/hiui/CHANGELOG.md +++ b/packages/ui/hiui/CHANGELOG.md @@ -1,5 +1,20 @@ # @hi-ui/hiui +## 4.6.2 + +### Patch Changes + +- [#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 值 + +- [#2954](https://github.com/XiaoMi/hiui/pull/2954) [`8e4eedb`](https://github.com/XiaoMi/hiui/commit/8e4eedb1bb08ef07258adec3ebdb303fbb100311) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(notification): 调整通知组件过度样式触发滚动条 + +- [#2948](https://github.com/XiaoMi/hiui/pull/2948) [`4d82491c6`](https://github.com/XiaoMi/hiui/commit/4d82491c6024c194111eb2a261367174b0cb24cc) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat(select): 新增带搜索情况下,点击叉号按钮时下拉框同时清空 + +- 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)]: + - @hi-ui/notification@4.2.1 + - @hi-ui/select@4.5.0 + - @hi-ui/input@4.2.0 + ## 4.6.1 ### Patch Changes diff --git a/packages/ui/hiui/package.json b/packages/ui/hiui/package.json index b1d8dce0e..f443d83c9 100644 --- a/packages/ui/hiui/package.json +++ b/packages/ui/hiui/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/hiui", - "version": "4.6.1", + "version": "4.6.2", "description": "The root-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -69,14 +69,14 @@ "@hi-ui/form": "^4.2.2", "@hi-ui/grid": "^4.0.9", "@hi-ui/highlighter": "^4.0.9", - "@hi-ui/input": "^4.1.1", + "@hi-ui/input": "^4.2.0", "@hi-ui/input-group": "^4.0.7", "@hi-ui/list": "^4.1.0", "@hi-ui/loading": "^4.2.1", "@hi-ui/menu": "^4.3.1", "@hi-ui/message": "^4.1.0", "@hi-ui/modal": "^4.2.0", - "@hi-ui/notification": "^4.2.0", + "@hi-ui/notification": "^4.2.1", "@hi-ui/number-input": "^4.2.0", "@hi-ui/pagination": "^4.0.17", "@hi-ui/picker": "^4.1.6", @@ -90,7 +90,7 @@ "@hi-ui/result": "^4.0.8", "@hi-ui/scrollbar": "^4.1.1", "@hi-ui/search": "^4.1.0", - "@hi-ui/select": "^4.4.2", + "@hi-ui/select": "^4.5.0", "@hi-ui/slider": "^4.0.11", "@hi-ui/space": "^4.0.11", "@hi-ui/spinner": "^4.0.9", diff --git a/packages/ui/input/CHANGELOG.md b/packages/ui/input/CHANGELOG.md index a6c5980ed..ead460713 100644 --- a/packages/ui/input/CHANGELOG.md +++ b/packages/ui/input/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/input +## 4.2.0 + +### Minor Changes + +- [#2954](https://github.com/XiaoMi/hiui/pull/2954) [`8e4eedb`](https://github.com/XiaoMi/hiui/commit/8e4eedb1bb08ef07258adec3ebdb303fbb100311) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: MockInput 没有匹配到值时默认展示 value 值 + ## 4.1.1 ### Patch Changes diff --git a/packages/ui/input/package.json b/packages/ui/input/package.json index ae3d84133..590b01f3e 100644 --- a/packages/ui/input/package.json +++ b/packages/ui/input/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/input", - "version": "4.1.1", + "version": "4.2.0", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", diff --git a/packages/ui/notification/CHANGELOG.md b/packages/ui/notification/CHANGELOG.md index ca5be6a90..2818b23a6 100644 --- a/packages/ui/notification/CHANGELOG.md +++ b/packages/ui/notification/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/notification +## 4.2.1 + +### Patch Changes + +- [#2804](https://github.com/XiaoMi/hiui/pull/2804) [`9e91b9075`](https://github.com/XiaoMi/hiui/commit/9e91b90752a7638930de7d86c73f67049c376342) Thanks [@wangjue666](https://github.com/wangjue666)! - fix: 调整通知组件过度样式触发滚动条 + ## 4.2.0 ### Minor Changes diff --git a/packages/ui/notification/package.json b/packages/ui/notification/package.json index f4ee95874..0d47490ee 100644 --- a/packages/ui/notification/package.json +++ b/packages/ui/notification/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/notification", - "version": "4.2.0", + "version": "4.2.1", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", diff --git a/packages/ui/select/CHANGELOG.md b/packages/ui/select/CHANGELOG.md index 72672ccda..a55efd596 100644 --- a/packages/ui/select/CHANGELOG.md +++ b/packages/ui/select/CHANGELOG.md @@ -1,5 +1,16 @@ # @hi-ui/select +## 4.5.0 + +### Minor Changes + +- [#2948](https://github.com/XiaoMi/hiui/pull/2948) [`4d82491c6`](https://github.com/XiaoMi/hiui/commit/4d82491c6024c194111eb2a261367174b0cb24cc) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat: 新增带搜索情况下,点击叉号按钮时下拉框同时清空 + +### Patch Changes + +- Updated dependencies [[`8e4eedb`](https://github.com/XiaoMi/hiui/commit/8e4eedb1bb08ef07258adec3ebdb303fbb100311)]: + - @hi-ui/input@4.2.0 + ## 4.4.2 ### Patch Changes diff --git a/packages/ui/select/package.json b/packages/ui/select/package.json index d279349f5..98d7d368e 100644 --- a/packages/ui/select/package.json +++ b/packages/ui/select/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/select", - "version": "4.4.2", + "version": "4.5.0", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -50,7 +50,7 @@ "@hi-ui/func-utils": "^4.0.4", "@hi-ui/highlighter": "^4.0.9", "@hi-ui/icons": "^4.0.19", - "@hi-ui/input": "^4.1.1", + "@hi-ui/input": "^4.2.0", "@hi-ui/picker": "^4.1.6", "@hi-ui/popper": "^4.1.5", "@hi-ui/times": "^4.0.4",