diff --git a/.changeset/fifty-snakes-invent.md b/.changeset/fifty-snakes-invent.md deleted file mode 100644 index 53c1253e1..000000000 --- a/.changeset/fifty-snakes-invent.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@hi-ui/drawer": patch -"@hi-ui/hiui": patch ---- - -fix(drawer): 修复 width 和 height 类型不支持字符串问题 (#3013) diff --git a/.changeset/fresh-scissors-complain.md b/.changeset/fresh-scissors-complain.md deleted file mode 100644 index 426f1292e..000000000 --- a/.changeset/fresh-scissors-complain.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@hi-ui/input": patch -"@hi-ui/hiui": patch ---- - -fix(input): 修复 type="X" 时最后一位无法输入 X 的问题 (#3023) -chore(input): type 类型中增加 number 类型 diff --git a/.changeset/gorgeous-jars-swim.md b/.changeset/gorgeous-jars-swim.md deleted file mode 100644 index 20ab1a891..000000000 --- a/.changeset/gorgeous-jars-swim.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@hi-ui/tree": patch -"@hi-ui/hiui": patch ---- - -fix(tree): 修复编辑模式下保存无效问题 (#3017) -fix(tree): 修复拖拽和编辑模式下保存时异常问题 (#3022) diff --git a/.changeset/pretty-trains-bake.md b/.changeset/pretty-trains-bake.md deleted file mode 100644 index 0a35bbdf7..000000000 --- a/.changeset/pretty-trains-bake.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@hi-ui/tree": patch -"@hi-ui/hiui": patch ---- - -fix(tree): 选项禁用时触发键盘事件报错(#3025) diff --git a/packages/ui/drawer/CHANGELOG.md b/packages/ui/drawer/CHANGELOG.md index 1327b666a..5f259b7cf 100644 --- a/packages/ui/drawer/CHANGELOG.md +++ b/packages/ui/drawer/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/drawer +## 4.2.1 + +### Patch Changes + +- [#3016](https://github.com/XiaoMi/hiui/pull/3016) [`5784cffd0`](https://github.com/XiaoMi/hiui/commit/5784cffd0cc8e913fb3f95082249d50975e7f8bb) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(drawer): 修复 width 和 height 类型不支持字符串问题 (#3013) + ## 4.2.0 ### Minor Changes diff --git a/packages/ui/drawer/package.json b/packages/ui/drawer/package.json index df2a14873..a2cee4802 100644 --- a/packages/ui/drawer/package.json +++ b/packages/ui/drawer/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/drawer", - "version": "4.2.0", + "version": "4.2.1", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", diff --git a/packages/ui/hiui/CHANGELOG.md b/packages/ui/hiui/CHANGELOG.md index bb0b88661..c5e7fb297 100644 --- a/packages/ui/hiui/CHANGELOG.md +++ b/packages/ui/hiui/CHANGELOG.md @@ -1,5 +1,24 @@ # @hi-ui/hiui +## 4.7.1 + +### Patch Changes + +- [#3016](https://github.com/XiaoMi/hiui/pull/3016) [`5784cffd0`](https://github.com/XiaoMi/hiui/commit/5784cffd0cc8e913fb3f95082249d50975e7f8bb) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(drawer): 修复 width 和 height 类型不支持字符串问题 (#3013) + +- [#3024](https://github.com/XiaoMi/hiui/pull/3024) [`4baa3bda2`](https://github.com/XiaoMi/hiui/commit/4baa3bda267233c45d15717bc8765587901447b3) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(input): 修复 type="X" 时最后一位无法输入 X 的问题 (#3023) + chore(input): type 类型中增加 number 类型 + +- [#3018](https://github.com/XiaoMi/hiui/pull/3018) [`1e382ae8e`](https://github.com/XiaoMi/hiui/commit/1e382ae8efb72f763a29a338c7a9734525d92ea6) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(tree): 修复编辑模式下保存无效问题 (#3017) + fix(tree): 修复拖拽和编辑模式下保存时异常问题 (#3022) + +- [#3026](https://github.com/XiaoMi/hiui/pull/3026) [`cd40615`](https://github.com/XiaoMi/hiui/commit/cd406152a536123c08409a1195a2a3e7b688483a) Thanks [@fcppddl](https://github.com/fcppddl)! - fix(tree): 选项禁用时触发键盘事件报错(#3025) + +- Updated dependencies [[`5784cffd0`](https://github.com/XiaoMi/hiui/commit/5784cffd0cc8e913fb3f95082249d50975e7f8bb), [`4baa3bda2`](https://github.com/XiaoMi/hiui/commit/4baa3bda267233c45d15717bc8765587901447b3), [`1e382ae8e`](https://github.com/XiaoMi/hiui/commit/1e382ae8efb72f763a29a338c7a9734525d92ea6), [`cd40615`](https://github.com/XiaoMi/hiui/commit/cd406152a536123c08409a1195a2a3e7b688483a)]: + - @hi-ui/drawer@4.2.1 + - @hi-ui/input@4.2.1 + - @hi-ui/tree@4.6.2 + ## 4.7.0 ### Minor Changes diff --git a/packages/ui/hiui/package.json b/packages/ui/hiui/package.json index 388b17c28..1f29c8150 100644 --- a/packages/ui/hiui/package.json +++ b/packages/ui/hiui/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/hiui", - "version": "4.7.0", + "version": "4.7.1", "description": "The root-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -61,7 +61,7 @@ "@hi-ui/counter": "^4.1.9", "@hi-ui/date-picker": "^4.9.0", "@hi-ui/descriptions": "^4.5.0", - "@hi-ui/drawer": "^4.2.0", + "@hi-ui/drawer": "^4.2.1", "@hi-ui/dropdown": "^4.2.1", "@hi-ui/ellipsis-tooltip": "^4.1.8", "@hi-ui/empty-state": "^4.1.1", @@ -69,7 +69,7 @@ "@hi-ui/form": "^4.3.0", "@hi-ui/grid": "^4.0.9", "@hi-ui/highlighter": "^4.0.9", - "@hi-ui/input": "^4.2.0", + "@hi-ui/input": "^4.2.1", "@hi-ui/input-group": "^4.0.7", "@hi-ui/list": "^4.1.0", "@hi-ui/loading": "^4.2.1", @@ -105,7 +105,7 @@ "@hi-ui/timeline": "^4.0.8", "@hi-ui/tooltip": "^4.0.11", "@hi-ui/transfer": "^4.1.0", - "@hi-ui/tree": "^4.6.1", + "@hi-ui/tree": "^4.6.2", "@hi-ui/tree-select": "^4.2.1", "@hi-ui/upload": "^4.2.3", "@hi-ui/watermark": "^4.0.8", diff --git a/packages/ui/input/CHANGELOG.md b/packages/ui/input/CHANGELOG.md index ead460713..597dcffe4 100644 --- a/packages/ui/input/CHANGELOG.md +++ b/packages/ui/input/CHANGELOG.md @@ -1,5 +1,12 @@ # @hi-ui/input +## 4.2.1 + +### Patch Changes + +- [#3024](https://github.com/XiaoMi/hiui/pull/3024) [`4baa3bda2`](https://github.com/XiaoMi/hiui/commit/4baa3bda267233c45d15717bc8765587901447b3) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(input): 修复 type="X" 时最后一位无法输入 X 的问题 (#3023) + chore(input): type 类型中增加 number 类型 + ## 4.2.0 ### Minor Changes diff --git a/packages/ui/input/package.json b/packages/ui/input/package.json index 590b01f3e..42d4b17a1 100644 --- a/packages/ui/input/package.json +++ b/packages/ui/input/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/input", - "version": "4.2.0", + "version": "4.2.1", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", diff --git a/packages/ui/tree/CHANGELOG.md b/packages/ui/tree/CHANGELOG.md index 7a72c9e3e..cb1204f53 100644 --- a/packages/ui/tree/CHANGELOG.md +++ b/packages/ui/tree/CHANGELOG.md @@ -1,5 +1,17 @@ # @hi-ui/tree +## 4.6.2 + +### Patch Changes + +- [#3018](https://github.com/XiaoMi/hiui/pull/3018) [`1e382ae8e`](https://github.com/XiaoMi/hiui/commit/1e382ae8efb72f763a29a338c7a9734525d92ea6) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(tree): 修复编辑模式下保存无效问题 (#3017) + fix(tree): 修复拖拽和编辑模式下保存时异常问题 (#3022) + +- [#3026](https://github.com/XiaoMi/hiui/pull/3026) [`cd40615`](https://github.com/XiaoMi/hiui/commit/cd406152a536123c08409a1195a2a3e7b688483a) Thanks [@fcppddl](https://github.com/fcppddl)! - fix(tree): 选项禁用时触发键盘事件报错(#3025) + +- Updated dependencies [[`4baa3bda2`](https://github.com/XiaoMi/hiui/commit/4baa3bda267233c45d15717bc8765587901447b3)]: + - @hi-ui/input@4.2.1 + ## 4.6.1 ### Patch Changes diff --git a/packages/ui/tree/package.json b/packages/ui/tree/package.json index 4a0d90497..55ca0dec8 100644 --- a/packages/ui/tree/package.json +++ b/packages/ui/tree/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/tree", - "version": "4.6.1", + "version": "4.6.2", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -48,7 +48,7 @@ "@hi-ui/classname": "^4.0.5", "@hi-ui/env": "^4.0.5", "@hi-ui/icons": "^4.0.19", - "@hi-ui/input": "^4.1.1", + "@hi-ui/input": "^4.2.1", "@hi-ui/popper": "^4.1.5", "@hi-ui/times": "^4.0.4", "@hi-ui/tree-utils": "^4.1.5",