Skip to content

Commit

Permalink
Merge pull request #2753 from XiaoMi/release/2024-02-27
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
solarjoker authored Feb 28, 2024
2 parents 9344296 + f3d9f9a commit 5a002ac
Show file tree
Hide file tree
Showing 54 changed files with 188 additions and 186 deletions.
5 changes: 0 additions & 5 deletions .changeset/curly-parents-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-geese-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-vans-remember.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/five-masks-shave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-rules-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-moose-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-pants-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-dryers-beam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-singers-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-pets-film.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-dots-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-bikes-swim.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-worms-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-shoes-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-pants-drop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-carpets-brush.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/red-beers-guess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-moles-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-readers-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-guests-approve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-suns-mate.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/stale-mugs-suffer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-vans-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-windows-train.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-walls-fail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-panthers-design.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-needles-train.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-buttons-jam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-boats-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-items-invent.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/ui/carousel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hi-ui/carousel

## 4.1.0

### Minor Changes

- [#2736](https://github.com/XiaoMi/hiui/pull/2736) [`753794e04`](https://github.com/XiaoMi/hiui/commit/753794e0446fa92eede24773b846eee02429eecb) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: add onIndexChange api

## 4.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/carousel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/carousel",
"version": "4.0.7",
"version": "4.1.0",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down
11 changes: 11 additions & 0 deletions packages/ui/check-cascader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @hi-ui/check-cascader

## 4.2.6

### Patch Changes

- [#2752](https://github.com/XiaoMi/hiui/pull/2752) [`8cc7d032a`](https://github.com/XiaoMi/hiui/commit/8cc7d032aff1aa62099e71e2e1a3ca3a9a226e30) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 修复 PARENT 和 CHILD 模式在搜索场景下 id 丢失问题

- Updated dependencies [[`a9b9c93fc`](https://github.com/XiaoMi/hiui/commit/a9b9c93fc3a3fea60d14052a5afeef9daf7efa1b), [`b3a13135c`](https://github.com/XiaoMi/hiui/commit/b3a13135c77e75291d5864ff7fcf63ddb2ff46b8), [`ca008e4ae`](https://github.com/XiaoMi/hiui/commit/ca008e4ae9753bc1f11efcdcbf09121d1ef07b56)]:
- @hi-ui/input@4.1.0
- @hi-ui/tag-input@4.1.0
- @hi-ui/tree-utils@4.1.6

## 4.2.5

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/ui/check-cascader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/check-cascader",
"version": "4.2.5",
"version": "4.2.6",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -50,13 +50,13 @@
"@hi-ui/env": "^4.0.4",
"@hi-ui/func-utils": "^4.0.4",
"@hi-ui/icons": "^4.0.18",
"@hi-ui/input": "^4.0.13",
"@hi-ui/input": "^4.1.0",
"@hi-ui/picker": "^4.1.4",
"@hi-ui/popper": "^4.1.3",
"@hi-ui/spinner": "^4.0.8",
"@hi-ui/tag-input": "^4.0.10",
"@hi-ui/tag-input": "^4.1.0",
"@hi-ui/times": "^4.0.4",
"@hi-ui/tree-utils": "^4.1.4",
"@hi-ui/tree-utils": "^4.1.6",
"@hi-ui/type-assertion": "^4.0.4",
"@hi-ui/use-check": "^4.0.5",
"@hi-ui/use-data-source": "^4.0.4",
Expand Down
13 changes: 13 additions & 0 deletions packages/ui/check-select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @hi-ui/check-select

## 4.4.0

### Minor Changes

- [#2746](https://github.com/XiaoMi/hiui/pull/2746) [`b3a13135c`](https://github.com/XiaoMi/hiui/commit/b3a13135c77e75291d5864ff7fcf63ddb2ff46b8) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: add prefix api

### Patch Changes

- Updated dependencies [[`a9b9c93fc`](https://github.com/XiaoMi/hiui/commit/a9b9c93fc3a3fea60d14052a5afeef9daf7efa1b), [`b3a13135c`](https://github.com/XiaoMi/hiui/commit/b3a13135c77e75291d5864ff7fcf63ddb2ff46b8), [`ca008e4ae`](https://github.com/XiaoMi/hiui/commit/ca008e4ae9753bc1f11efcdcbf09121d1ef07b56)]:
- @hi-ui/input@4.1.0
- @hi-ui/tag-input@4.1.0
- @hi-ui/tree-utils@4.1.6

## 4.3.6

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.3.6",
"version": "4.4.0",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -51,12 +51,12 @@
"@hi-ui/func-utils": "^4.0.4",
"@hi-ui/highlighter": "^4.0.8",
"@hi-ui/icons": "^4.0.18",
"@hi-ui/input": "^4.0.13",
"@hi-ui/input": "^4.1.0",
"@hi-ui/picker": "^4.1.5",
"@hi-ui/popper": "^4.1.4",
"@hi-ui/tag-input": "^4.0.10",
"@hi-ui/tag-input": "^4.1.0",
"@hi-ui/times": "^4.0.4",
"@hi-ui/tree-utils": "^4.1.4",
"@hi-ui/tree-utils": "^4.1.6",
"@hi-ui/type-assertion": "^4.0.4",
"@hi-ui/use-check": "^4.0.5",
"@hi-ui/use-children": "^4.0.4",
Expand Down
12 changes: 12 additions & 0 deletions packages/ui/check-tree-select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @hi-ui/check-tree-select

## 4.4.0

### Minor Changes

- [#2737](https://github.com/XiaoMi/hiui/pull/2737) [`78bc495f2`](https://github.com/XiaoMi/hiui/commit/78bc495f233c205a5daddd987e8006e6ce21f7d5) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: add customRender api

### Patch Changes

- Updated dependencies [[`b3a13135c`](https://github.com/XiaoMi/hiui/commit/b3a13135c77e75291d5864ff7fcf63ddb2ff46b8), [`ca008e4ae`](https://github.com/XiaoMi/hiui/commit/ca008e4ae9753bc1f11efcdcbf09121d1ef07b56)]:
- @hi-ui/tag-input@4.1.0
- @hi-ui/tree-utils@4.1.6

## 4.3.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/check-tree-select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/check-tree-select",
"version": "4.3.4",
"version": "4.4.0",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -52,9 +52,9 @@
"@hi-ui/icons": "^4.0.18",
"@hi-ui/picker": "^4.1.5",
"@hi-ui/popper": "^4.1.4",
"@hi-ui/tag-input": "^4.0.10",
"@hi-ui/tag-input": "^4.1.0",
"@hi-ui/tree": "^4.5.8",
"@hi-ui/tree-utils": "^4.1.4",
"@hi-ui/tree-utils": "^4.1.6",
"@hi-ui/type-assertion": "^4.0.4",
"@hi-ui/use-check": "^4.0.5",
"@hi-ui/use-data-source": "^4.0.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/date-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hi-ui/date-picker

## 4.6.0

### Minor Changes

- [#2751](https://github.com/XiaoMi/hiui/pull/2751) [`2ef3db5b5`](https://github.com/XiaoMi/hiui/commit/2ef3db5b5cd3ba4a2c076b877de1d20bdc846e3d) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: add onOpen api

## 4.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.5.0",
"version": "4.6.0",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down
43 changes: 43 additions & 0 deletions packages/ui/hiui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,48 @@
# @hi-ui/hiui

## 4.5.2

### Patch Changes

- [#2736](https://github.com/XiaoMi/hiui/pull/2736) [`753794e04`](https://github.com/XiaoMi/hiui/commit/753794e0446fa92eede24773b846eee02429eecb) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(carousel): add onIndexChange api

- [#2726](https://github.com/XiaoMi/hiui/pull/2726) [`459c7940c`](https://github.com/XiaoMi/hiui/commit/459c7940cc94b124e182754474424e13de9f120a) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复双表格结构下,无法设置空状态内容问题

- [#2737](https://github.com/XiaoMi/hiui/pull/2737) [`78bc495f2`](https://github.com/XiaoMi/hiui/commit/78bc495f233c205a5daddd987e8006e6ce21f7d5) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(check-tree-select): add customRender api

- [#2735](https://github.com/XiaoMi/hiui/pull/2735) [`b971c0b06`](https://github.com/XiaoMi/hiui/commit/b971c0b06b1c64dd72c79c23068c4fed684d97c3) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复同时设置 bordered 和 scrollbar 后滚动异常问题

- [#2735](https://github.com/XiaoMi/hiui/pull/2735) [`528314e46`](https://github.com/XiaoMi/hiui/commit/528314e46173dd18cc0140e60e763cb84b52fa2c) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复设置 dataSource 组件首次会执行 2 次请求问题

- [#2727](https://github.com/XiaoMi/hiui/pull/2727) [`26203110e`](https://github.com/XiaoMi/hiui/commit/26203110e48496b9d5a3725ff51f84f73e9633f3) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(upload): 修复 disabled 不生效问题

- [#2745](https://github.com/XiaoMi/hiui/pull/2745) [`a9b9c93fc`](https://github.com/XiaoMi/hiui/commit/a9b9c93fc3a3fea60d14052a5afeef9daf7efa1b) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(input&select): add prefix api

- [#2746](https://github.com/XiaoMi/hiui/pull/2746) [`b3a13135c`](https://github.com/XiaoMi/hiui/commit/b3a13135c77e75291d5864ff7fcf63ddb2ff46b8) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(tag-input&check-select): add prefix api

- [#2748](https://github.com/XiaoMi/hiui/pull/2748) [`ca008e4ae`](https://github.com/XiaoMi/hiui/commit/ca008e4ae9753bc1f11efcdcbf09121d1ef07b56) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复表头分组超过 2 列时冻结列交互异常问题

- [#2751](https://github.com/XiaoMi/hiui/pull/2751) [`2ef3db5b5`](https://github.com/XiaoMi/hiui/commit/2ef3db5b5cd3ba4a2c076b877de1d20bdc846e3d) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(date-picker): add onOpen api

- [#2752](https://github.com/XiaoMi/hiui/pull/2752) [`8cc7d032a`](https://github.com/XiaoMi/hiui/commit/8cc7d032aff1aa62099e71e2e1a3ca3a9a226e30) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(check-cascader): 修复 PARENT 和 CHILD 模式在搜索场景下 id 丢失问题

- [#2735](https://github.com/XiaoMi/hiui/pull/2735) [`6ac546d3e`](https://github.com/XiaoMi/hiui/commit/6ac546d3e9c1b863fb30941dd365220fa138258a) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复虚拟表格设置 maxHeight 底部内容被遮挡问题

- [#2735](https://github.com/XiaoMi/hiui/pull/2735) [`81863f522`](https://github.com/XiaoMi/hiui/commit/81863f52200213ae7740f496c4fe8d73f607b66c) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(table): setting 增加 trigger 配置

- [#2747](https://github.com/XiaoMi/hiui/pull/2747) [`b5654408e`](https://github.com/XiaoMi/hiui/commit/b5654408ee33b6448b6e9f1297a2790a486d753f) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 监听列变化,更新列最小可调整宽度

- Updated dependencies [[`a9b9c93fc`](https://github.com/XiaoMi/hiui/commit/a9b9c93fc3a3fea60d14052a5afeef9daf7efa1b), [`753794e04`](https://github.com/XiaoMi/hiui/commit/753794e0446fa92eede24773b846eee02429eecb), [`8cc7d032a`](https://github.com/XiaoMi/hiui/commit/8cc7d032aff1aa62099e71e2e1a3ca3a9a226e30), [`459c7940c`](https://github.com/XiaoMi/hiui/commit/459c7940cc94b124e182754474424e13de9f120a), [`6ac546d3e`](https://github.com/XiaoMi/hiui/commit/6ac546d3e9c1b863fb30941dd365220fa138258a), [`b971c0b06`](https://github.com/XiaoMi/hiui/commit/b971c0b06b1c64dd72c79c23068c4fed684d97c3), [`a2b9df50b`](https://github.com/XiaoMi/hiui/commit/a2b9df50b454ae033a5dd0e5f6165ab2f6de07a5), [`b3a13135c`](https://github.com/XiaoMi/hiui/commit/b3a13135c77e75291d5864ff7fcf63ddb2ff46b8), [`a2b9df50b`](https://github.com/XiaoMi/hiui/commit/a2b9df50b454ae033a5dd0e5f6165ab2f6de07a5), [`81863f522`](https://github.com/XiaoMi/hiui/commit/81863f52200213ae7740f496c4fe8d73f607b66c), [`26203110e`](https://github.com/XiaoMi/hiui/commit/26203110e48496b9d5a3725ff51f84f73e9633f3), [`ca008e4ae`](https://github.com/XiaoMi/hiui/commit/ca008e4ae9753bc1f11efcdcbf09121d1ef07b56), [`528314e46`](https://github.com/XiaoMi/hiui/commit/528314e46173dd18cc0140e60e763cb84b52fa2c), [`2ef3db5b5`](https://github.com/XiaoMi/hiui/commit/2ef3db5b5cd3ba4a2c076b877de1d20bdc846e3d), [`b5654408e`](https://github.com/XiaoMi/hiui/commit/b5654408ee33b6448b6e9f1297a2790a486d753f), [`78bc495f2`](https://github.com/XiaoMi/hiui/commit/78bc495f233c205a5daddd987e8006e6ce21f7d5)]:
- @hi-ui/input@4.1.0
- @hi-ui/select@4.3.0
- @hi-ui/carousel@4.1.0
- @hi-ui/check-cascader@4.2.6
- @hi-ui/table@4.5.0
- @hi-ui/check-select@4.4.0
- @hi-ui/upload@4.2.1
- @hi-ui/date-picker@4.6.0
- @hi-ui/check-tree-select@4.4.0

## 4.5.1

### Patch Changes
Expand Down
Loading

0 comments on commit 5a002ac

Please sign in to comment.