Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release #2844

Closed
wants to merge 1 commit into from
Closed

Release #2844

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/beige-dingos-drop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/brown-mails-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-crabs-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-comics-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-waves-explode.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-ducks-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-moose-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-glasses-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-nails-pull.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-cycles-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-onions-occur.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-scissors-care.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-gifts-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-laws-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-insects-vanish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-keys-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-penguins-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-moons-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-kangaroos-beam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-gorillas-type.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/ui/check-select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @hi-ui/check-select

## 4.4.4

### Patch Changes

- [#2828](https://github.com/XiaoMi/hiui/pull/2828) [`b8679ce3e`](https://github.com/XiaoMi/hiui/commit/b8679ce3e7fab435fd126901e6e8b23268bcf712) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix: 修复异步搜索中,搜索结果中关键字没有高亮显示问题

- Updated dependencies [[`3afbf239e`](https://github.com/XiaoMi/hiui/commit/3afbf239e816ede48d6a85cbd99b6b099b8c8eb3)]:
- @hi-ui/[email protected]

## 4.4.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/check-select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/check-select",
"version": "4.4.3",
"version": "4.4.4",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -47,7 +47,7 @@
"@hi-ui/checkbox": "^4.0.10",
"@hi-ui/classname": "^4.0.5",
"@hi-ui/dom-utils": "^4.0.7",
"@hi-ui/env": "^4.0.5",
"@hi-ui/env": "^4.0.7",
"@hi-ui/func-utils": "^4.0.4",
"@hi-ui/highlighter": "^4.0.9",
"@hi-ui/icons": "^4.0.19",
Expand Down
9 changes: 9 additions & 0 deletions packages/ui/date-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @hi-ui/date-picker

## 4.6.3

### Patch Changes

- [#2827](https://github.com/XiaoMi/hiui/pull/2827) [`9809ce813`](https://github.com/XiaoMi/hiui/commit/9809ce8132600cb7a3e8bb8537909bb3c3c9551b) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix: 修复 format 传入函数,只有在 type='weekrange'情况下生效

- Updated dependencies [[`3afbf239e`](https://github.com/XiaoMi/hiui/commit/3afbf239e816ede48d6a85cbd99b6b099b8c8eb3)]:
- @hi-ui/[email protected]

## 4.6.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/date-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/date-picker",
"version": "4.6.2",
"version": "4.6.3",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -45,7 +45,7 @@
"dependencies": {
"@hi-ui/button": "^4.0.10",
"@hi-ui/classname": "^4.0.5",
"@hi-ui/env": "^4.0.5",
"@hi-ui/env": "^4.0.7",
"@hi-ui/icons": "^4.0.19",
"@hi-ui/object-utils": "^4.0.4",
"@hi-ui/popper": "^4.1.5",
Expand Down
9 changes: 9 additions & 0 deletions packages/ui/form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @hi-ui/form

## 4.2.1

### Patch Changes

- [#2842](https://github.com/XiaoMi/hiui/pull/2842) [`3dc8c1556`](https://github.com/XiaoMi/hiui/commit/3dc8c155674bb8d702187cc4a33e684d22f04bf6) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 修复标签顶对齐时样式问题

- Updated dependencies [[`3afbf239e`](https://github.com/XiaoMi/hiui/commit/3afbf239e816ede48d6a85cbd99b6b099b8c8eb3)]:
- @hi-ui/[email protected]

## 4.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/form",
"version": "4.2.0",
"version": "4.2.1",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -47,7 +47,7 @@
"@hi-ui/button": "^4.0.10",
"@hi-ui/classname": "^4.0.5",
"@hi-ui/dom-utils": "^4.0.7",
"@hi-ui/env": "^4.0.5",
"@hi-ui/env": "^4.0.7",
"@hi-ui/func-utils": "^4.0.4",
"@hi-ui/object-utils": "^4.0.4",
"@hi-ui/type-assertion": "^4.0.4",
Expand Down
33 changes: 33 additions & 0 deletions packages/ui/hiui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# @hi-ui/hiui

## 4.5.10

### Patch Changes

- [#2828](https://github.com/XiaoMi/hiui/pull/2828) [`5d531802b`](https://github.com/XiaoMi/hiui/commit/5d531802ba9b142d448a2de2a7a8315722be0af8) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix(select): 修复 select 异步搜索中,搜索结果没有高亮显示

- [#2813](https://github.com/XiaoMi/hiui/pull/2813) [`084600ea6`](https://github.com/XiaoMi/hiui/commit/084600ea6e4fdec7efde79a3cc90d8ef45ca602f) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix(pop-confirm): 修复点击确定按钮会触发 onCancel 问题

- [#2829](https://github.com/XiaoMi/hiui/pull/2829) [`3afbf239e`](https://github.com/XiaoMi/hiui/commit/3afbf239e816ede48d6a85cbd99b6b099b8c8eb3) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(env): 添加依赖兼容之前组件

- [#2839](https://github.com/XiaoMi/hiui/pull/2839) [`e8498f36e`](https://github.com/XiaoMi/hiui/commit/e8498f36efe4dd42e0ef26c2e4c60298e2ce0147) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复 columns 中将 title 设置为空字符串报错

- [#2827](https://github.com/XiaoMi/hiui/pull/2827) [`9809ce813`](https://github.com/XiaoMi/hiui/commit/9809ce8132600cb7a3e8bb8537909bb3c3c9551b) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix(date-picker): 修复 format 传入函数,只有在 type='weekrange'情况下生效

- [#2840](https://github.com/XiaoMi/hiui/pull/2840) [`c2afbaf33`](https://github.com/XiaoMi/hiui/commit/c2afbaf337dc933aa3858187e0010255ee2b82d5) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复同时设置 fieldKey 和 rowSelection 时 onChange 回调参数异常问题

- [#2828](https://github.com/XiaoMi/hiui/pull/2828) [`b8679ce3e`](https://github.com/XiaoMi/hiui/commit/b8679ce3e7fab435fd126901e6e8b23268bcf712) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix(check-select): 修复异步搜索中,搜索结果中关键字没有高亮显示问题

- [#2842](https://github.com/XiaoMi/hiui/pull/2842) [`3dc8c1556`](https://github.com/XiaoMi/hiui/commit/3dc8c155674bb8d702187cc4a33e684d22f04bf6) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(form): 修复标签顶对齐时样式问题

- [#2815](https://github.com/XiaoMi/hiui/pull/2815) [`9103ff92e`](https://github.com/XiaoMi/hiui/commit/9103ff92e490105df57e0369ed6512a10e1818de) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat(preview): 支持图片配置水印以及禁止右键下载图片

- [#2814](https://github.com/XiaoMi/hiui/pull/2814) [`613c15a41`](https://github.com/XiaoMi/hiui/commit/613c15a41d783b86d86ccfb1dccd4da897e5ba9c) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix(select): 修复搜索时在中文输入法下按回车键弹窗会关闭的问题

- Updated dependencies [[`084600ea6`](https://github.com/XiaoMi/hiui/commit/084600ea6e4fdec7efde79a3cc90d8ef45ca602f), [`e8498f36e`](https://github.com/XiaoMi/hiui/commit/e8498f36efe4dd42e0ef26c2e4c60298e2ce0147), [`b8679ce3e`](https://github.com/XiaoMi/hiui/commit/b8679ce3e7fab435fd126901e6e8b23268bcf712), [`9103ff92e`](https://github.com/XiaoMi/hiui/commit/9103ff92e490105df57e0369ed6512a10e1818de), [`3dc8c1556`](https://github.com/XiaoMi/hiui/commit/3dc8c155674bb8d702187cc4a33e684d22f04bf6), [`c2afbaf33`](https://github.com/XiaoMi/hiui/commit/c2afbaf337dc933aa3858187e0010255ee2b82d5), [`613c15a41`](https://github.com/XiaoMi/hiui/commit/613c15a41d783b86d86ccfb1dccd4da897e5ba9c), [`5d531802b`](https://github.com/XiaoMi/hiui/commit/5d531802ba9b142d448a2de2a7a8315722be0af8), [`9809ce813`](https://github.com/XiaoMi/hiui/commit/9809ce8132600cb7a3e8bb8537909bb3c3c9551b)]:
- @hi-ui/[email protected]
- @hi-ui/[email protected]
- @hi-ui/[email protected]
- @hi-ui/[email protected]
- @hi-ui/[email protected]
- @hi-ui/[email protected]
- @hi-ui/[email protected]

## 4.5.9

### Patch Changes
Expand Down
16 changes: 8 additions & 8 deletions packages/ui/hiui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/hiui",
"version": "4.5.9",
"version": "4.5.10",
"description": "The root-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -54,19 +54,19 @@
"@hi-ui/carousel": "^4.1.1",
"@hi-ui/cascader": "^4.2.0",
"@hi-ui/check-cascader": "^4.2.7",
"@hi-ui/check-select": "^4.4.3",
"@hi-ui/check-select": "^4.4.4",
"@hi-ui/check-tree-select": "^4.4.1",
"@hi-ui/checkbox": "^4.0.10",
"@hi-ui/collapse": "^4.1.6",
"@hi-ui/counter": "^4.1.9",
"@hi-ui/date-picker": "^4.6.2",
"@hi-ui/date-picker": "^4.6.3",
"@hi-ui/descriptions": "^4.3.0",
"@hi-ui/drawer": "^4.1.4",
"@hi-ui/dropdown": "^4.1.5",
"@hi-ui/ellipsis-tooltip": "^4.1.8",
"@hi-ui/empty-state": "^4.1.1",
"@hi-ui/filter": "^4.1.5",
"@hi-ui/form": "^4.2.0",
"@hi-ui/form": "^4.2.1",
"@hi-ui/grid": "^4.0.9",
"@hi-ui/highlighter": "^4.0.9",
"@hi-ui/input": "^4.1.1",
Expand All @@ -80,24 +80,24 @@
"@hi-ui/number-input": "^4.1.8",
"@hi-ui/pagination": "^4.0.15",
"@hi-ui/picker": "^4.1.6",
"@hi-ui/pop-confirm": "^4.2.4",
"@hi-ui/pop-confirm": "^4.2.5",
"@hi-ui/popover": "^4.1.1",
"@hi-ui/preview": "^4.0.9",
"@hi-ui/preview": "^4.1.0",
"@hi-ui/progress": "^4.0.10",
"@hi-ui/provider": "^4.0.9",
"@hi-ui/radio": "^4.1.4",
"@hi-ui/rating": "^4.0.10",
"@hi-ui/result": "^4.0.8",
"@hi-ui/scrollbar": "^4.1.1",
"@hi-ui/search": "^4.0.14",
"@hi-ui/select": "^4.4.1",
"@hi-ui/select": "^4.4.2",
"@hi-ui/slider": "^4.0.11",
"@hi-ui/space": "^4.0.11",
"@hi-ui/spinner": "^4.0.9",
"@hi-ui/stepper": "^4.0.8",
"@hi-ui/svg-icon": "^4.0.8",
"@hi-ui/switch": "^4.0.11",
"@hi-ui/table": "^4.5.3",
"@hi-ui/table": "^4.5.4",
"@hi-ui/tabs": "^4.1.5",
"@hi-ui/tag": "^4.2.1",
"@hi-ui/textarea": "^4.1.7",
Expand Down
9 changes: 9 additions & 0 deletions packages/ui/pop-confirm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @hi-ui/pop-confirm

## 4.2.5

### Patch Changes

- [#2813](https://github.com/XiaoMi/hiui/pull/2813) [`084600ea6`](https://github.com/XiaoMi/hiui/commit/084600ea6e4fdec7efde79a3cc90d8ef45ca602f) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix: 修复点击按钮会触发 onCancel 问题

- Updated dependencies [[`3afbf239e`](https://github.com/XiaoMi/hiui/commit/3afbf239e816ede48d6a85cbd99b6b099b8c8eb3)]:
- @hi-ui/[email protected]

## 4.2.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/pop-confirm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/pop-confirm",
"version": "4.2.4",
"version": "4.2.5",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -46,7 +46,7 @@
"@hi-ui/button": "^4.0.10",
"@hi-ui/classname": "^4.0.5",
"@hi-ui/dom-utils": "^4.0.7",
"@hi-ui/env": "^4.0.5",
"@hi-ui/env": "^4.0.7",
"@hi-ui/icons": "^4.0.19",
"@hi-ui/popper": "^4.1.5",
"@hi-ui/react-utils": "^4.0.4",
Expand Down
11 changes: 11 additions & 0 deletions packages/ui/preview/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @hi-ui/preview

## 4.1.0

### Minor Changes

- [#2815](https://github.com/XiaoMi/hiui/pull/2815) [`9103ff92e`](https://github.com/XiaoMi/hiui/commit/9103ff92e490105df57e0369ed6512a10e1818de) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat: 支持配置图片水印以及禁止右键下载图片

### Patch Changes

- Updated dependencies [[`3afbf239e`](https://github.com/XiaoMi/hiui/commit/3afbf239e816ede48d6a85cbd99b6b099b8c8eb3)]:
- @hi-ui/[email protected]

## 4.0.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/preview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/preview",
"version": "4.0.9",
"version": "4.1.0",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"@hi-ui/classname": "^4.0.5",
"@hi-ui/env": "^4.0.5",
"@hi-ui/env": "^4.0.7",
"@hi-ui/icons": "^4.0.19",
"@hi-ui/portal": "^4.0.8",
"@hi-ui/use-latest": "^4.0.4",
Expand Down
11 changes: 11 additions & 0 deletions packages/ui/select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @hi-ui/select

## 4.4.2

### Patch Changes

- [#2814](https://github.com/XiaoMi/hiui/pull/2814) [`613c15a41`](https://github.com/XiaoMi/hiui/commit/613c15a41d783b86d86ccfb1dccd4da897e5ba9c) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix: 修复搜索时在中文输入法下按回车键弹窗会关闭的问题

- [#2828](https://github.com/XiaoMi/hiui/pull/2828) [`5d531802b`](https://github.com/XiaoMi/hiui/commit/5d531802ba9b142d448a2de2a7a8315722be0af8) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix: 修复 select 异步搜索中,搜索结果关键字没有高亮显示

- Updated dependencies [[`3afbf239e`](https://github.com/XiaoMi/hiui/commit/3afbf239e816ede48d6a85cbd99b6b099b8c8eb3)]:
- @hi-ui/[email protected]

## 4.4.1

### Patch Changes
Expand Down
Loading