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 #3002

Merged
merged 1 commit into from
Sep 14, 2024
Merged

Release #3002

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/breezy-berries-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-beans-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-donuts-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-beers-know.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-tips-peel.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/little-bananas-cry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-suns-breathe.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/perfect-swans-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-apricots-applaud.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-bulldogs-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-rings-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-rats-wait.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/yellow-chicken-shout.md

This file was deleted.

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

## 4.3.1

### Patch Changes

- [#2994](https://github.com/XiaoMi/hiui/pull/2994) [`4d6b26507`](https://github.com/XiaoMi/hiui/commit/4d6b26507479030686d5da65e1bec8b353b80bfa) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 修复 keyword 设置后数据没有过滤的问题

## 4.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/cascader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/cascader",
"version": "4.3.0",
"version": "4.3.1",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <mi-hiui@xiaomi.com>",
Expand Down
15 changes: 15 additions & 0 deletions packages/ui/check-cascader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @hi-ui/check-cascader

## 4.3.1

### Patch Changes

- [#2993](https://github.com/XiaoMi/hiui/pull/2993) [`102d01a6b`](https://github.com/XiaoMi/hiui/commit/102d01a6bbae65e452a861060f6ac13d44b6d06c) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 优化搜索算法

- [#2993](https://github.com/XiaoMi/hiui/pull/2993) [`102d01a6b`](https://github.com/XiaoMi/hiui/commit/102d01a6bbae65e452a861060f6ac13d44b6d06c) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 修复 checkedMode="PARENT"模式下搜索后子节点无法选中问题

- [#3001](https://github.com/XiaoMi/hiui/pull/3001) [`872c903`](https://github.com/XiaoMi/hiui/commit/872c903af99f2a00c95de134d344a3cb53deab45) Thanks [@zyprepare](https://github.com/zyprepare)! - perf: 优化大数据下勾选根节点时卡顿

- [#2994](https://github.com/XiaoMi/hiui/pull/2994) [`4d6b26507`](https://github.com/XiaoMi/hiui/commit/4d6b26507479030686d5da65e1bec8b353b80bfa) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 修复 keyword 设置后数据没有过滤的问题

- Updated dependencies [[`908d6cd96`](https://github.com/XiaoMi/hiui/commit/908d6cd9657551203917230d9a91de45e65354c2)]:
- @hi-ui/tag-input@4.1.2

## 4.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 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.3.0",
"version": "4.3.1",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <mi-hiui@xiaomi.com>",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@hi-ui/picker": "^4.1.6",
"@hi-ui/popper": "^4.1.5",
"@hi-ui/spinner": "^4.0.9",
"@hi-ui/tag-input": "^4.1.1",
"@hi-ui/tag-input": "^4.1.2",
"@hi-ui/times": "^4.0.4",
"@hi-ui/tree-utils": "^4.1.6",
"@hi-ui/type-assertion": "^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.6.1

### Patch Changes

- [#3000](https://github.com/XiaoMi/hiui/pull/3000) [`908d6cd96`](https://github.com/XiaoMi/hiui/commit/908d6cd9657551203917230d9a91de45e65354c2) Thanks [@zyprepare](https://github.com/zyprepare)! - perf: 优化大数据下勾选卡顿

- [#2994](https://github.com/XiaoMi/hiui/pull/2994) [`4d6b26507`](https://github.com/XiaoMi/hiui/commit/4d6b26507479030686d5da65e1bec8b353b80bfa) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 修复 keyword 设置后数据没有过滤的问题

- Updated dependencies [[`908d6cd96`](https://github.com/XiaoMi/hiui/commit/908d6cd9657551203917230d9a91de45e65354c2)]:
- @hi-ui/tag-input@4.1.2
- @hi-ui/tree@4.6.1

## 4.6.0

### Minor 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.6.0",
"version": "4.6.1",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <mi-hiui@xiaomi.com>",
Expand Down Expand Up @@ -52,8 +52,8 @@
"@hi-ui/icons": "^4.0.19",
"@hi-ui/picker": "^4.1.6",
"@hi-ui/popper": "^4.1.5",
"@hi-ui/tag-input": "^4.1.1",
"@hi-ui/tree": "^4.6.0",
"@hi-ui/tag-input": "^4.1.2",
"@hi-ui/tree": "^4.6.1",
"@hi-ui/tree-utils": "^4.1.6",
"@hi-ui/type-assertion": "^4.0.4",
"@hi-ui/use-check": "^4.0.5",
Expand Down
27 changes: 27 additions & 0 deletions packages/ui/hiui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# @hi-ui/hiui

## 4.6.5

### Patch Changes

- [#2997](https://github.com/XiaoMi/hiui/pull/2997) [`0b7182591`](https://github.com/XiaoMi/hiui/commit/0b71825914510dedf25d64489f7ba2cdcf69917d) Thanks [@zyprepare](https://github.com/zyprepare)! - style(table): 优化 resizable 模式下列 hover 时样式

- [#3000](https://github.com/XiaoMi/hiui/pull/3000) [`908d6cd96`](https://github.com/XiaoMi/hiui/commit/908d6cd9657551203917230d9a91de45e65354c2) Thanks [@zyprepare](https://github.com/zyprepare)! - perf(check-tree-select): 优化大数据下勾选卡顿

- [#2993](https://github.com/XiaoMi/hiui/pull/2993) [`102d01a6b`](https://github.com/XiaoMi/hiui/commit/102d01a6bbae65e452a861060f6ac13d44b6d06c) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(check-cascader): 优化搜索算法

- [#2994](https://github.com/XiaoMi/hiui/pull/2994) [`4d6b26507`](https://github.com/XiaoMi/hiui/commit/4d6b26507479030686d5da65e1bec8b353b80bfa) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(tree-select): 修复 keyword 设置后数据没有过滤的问题
fix(check-tree-select): 修复 keyword 设置后数据没有过滤的问题
fix(cascader): 修复 keyword 设置后数据没有过滤的问题
fix(check-cascader): 修复 keyword 设置后数据没有过滤的问题

- [#2993](https://github.com/XiaoMi/hiui/pull/2993) [`102d01a6b`](https://github.com/XiaoMi/hiui/commit/102d01a6bbae65e452a861060f6ac13d44b6d06c) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(check-cascader): 修复 checkedMode="PARENT"模式下搜索后子节点无法选中问题

- [#3001](https://github.com/XiaoMi/hiui/pull/3001) [`872c903`](https://github.com/XiaoMi/hiui/commit/872c903af99f2a00c95de134d344a3cb53deab45) Thanks [@zyprepare](https://github.com/zyprepare)! - perf(check-cascader): 优化大数据下勾选根节点时卡顿

- Updated dependencies [[`102d01a6b`](https://github.com/XiaoMi/hiui/commit/102d01a6bbae65e452a861060f6ac13d44b6d06c), [`0b7182591`](https://github.com/XiaoMi/hiui/commit/0b71825914510dedf25d64489f7ba2cdcf69917d), [`102d01a6b`](https://github.com/XiaoMi/hiui/commit/102d01a6bbae65e452a861060f6ac13d44b6d06c), [`908d6cd96`](https://github.com/XiaoMi/hiui/commit/908d6cd9657551203917230d9a91de45e65354c2), [`4d6b26507`](https://github.com/XiaoMi/hiui/commit/4d6b26507479030686d5da65e1bec8b353b80bfa), [`872c903`](https://github.com/XiaoMi/hiui/commit/872c903af99f2a00c95de134d344a3cb53deab45), [`4d6b26507`](https://github.com/XiaoMi/hiui/commit/4d6b26507479030686d5da65e1bec8b353b80bfa)]:
- @hi-ui/check-cascader@4.3.1
- @hi-ui/table@4.6.1
- @hi-ui/check-tree-select@4.6.1
- @hi-ui/tree@4.6.1
- @hi-ui/cascader@4.3.1
- @hi-ui/tree-select@4.2.1

## 4.6.4

### Patch Changes
Expand Down
14 changes: 7 additions & 7 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.6.4",
"version": "4.6.5",
"description": "The root-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <mi-hiui@xiaomi.com>",
Expand Down Expand Up @@ -52,10 +52,10 @@
"@hi-ui/button": "^4.0.10",
"@hi-ui/card": "^4.0.9",
"@hi-ui/carousel": "^4.1.1",
"@hi-ui/cascader": "^4.3.0",
"@hi-ui/check-cascader": "^4.3.0",
"@hi-ui/cascader": "^4.3.1",
"@hi-ui/check-cascader": "^4.3.1",
"@hi-ui/check-select": "^4.5.0",
"@hi-ui/check-tree-select": "^4.6.0",
"@hi-ui/check-tree-select": "^4.6.1",
"@hi-ui/checkbox": "^4.0.10",
"@hi-ui/collapse": "^4.1.6",
"@hi-ui/counter": "^4.1.9",
Expand Down Expand Up @@ -97,16 +97,16 @@
"@hi-ui/stepper": "^4.1.0",
"@hi-ui/svg-icon": "^4.0.8",
"@hi-ui/switch": "^4.0.11",
"@hi-ui/table": "^4.6.0",
"@hi-ui/table": "^4.6.1",
"@hi-ui/tabs": "^4.1.6",
"@hi-ui/tag": "^4.2.1",
"@hi-ui/textarea": "^4.1.7",
"@hi-ui/time-picker": "^4.1.0",
"@hi-ui/timeline": "^4.0.8",
"@hi-ui/tooltip": "^4.0.11",
"@hi-ui/transfer": "^4.1.0",
"@hi-ui/tree": "^4.6.0",
"@hi-ui/tree-select": "^4.2.0",
"@hi-ui/tree": "^4.6.1",
"@hi-ui/tree-select": "^4.2.1",
"@hi-ui/upload": "^4.2.3",
"@hi-ui/watermark": "^4.0.8",
"@hi-ui/zen-mode": "^4.0.8"
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hi-ui/table

## 4.6.1

### Patch Changes

- [#2997](https://github.com/XiaoMi/hiui/pull/2997) [`0b7182591`](https://github.com/XiaoMi/hiui/commit/0b71825914510dedf25d64489f7ba2cdcf69917d) Thanks [@zyprepare](https://github.com/zyprepare)! - style: 优化 resizable 模式下列 hover 时样式

## 4.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/table",
"version": "4.6.0",
"version": "4.6.1",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <mi-hiui@xiaomi.com>",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/tag-input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hi-ui/tag-input

## 4.1.2

### Patch Changes

- [#3000](https://github.com/XiaoMi/hiui/pull/3000) [`908d6cd96`](https://github.com/XiaoMi/hiui/commit/908d6cd9657551203917230d9a91de45e65354c2) Thanks [@zyprepare](https://github.com/zyprepare)! - perf: 优化大数据下勾选卡顿

## 4.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/tag-input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/tag-input",
"version": "4.1.1",
"version": "4.1.2",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <mi-hiui@xiaomi.com>",
Expand Down
9 changes: 9 additions & 0 deletions packages/ui/tree-select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @hi-ui/tree-select

## 4.2.1

### Patch Changes

- [#2994](https://github.com/XiaoMi/hiui/pull/2994) [`4d6b26507`](https://github.com/XiaoMi/hiui/commit/4d6b26507479030686d5da65e1bec8b353b80bfa) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 修复 keyword 设置后数据没有过滤的问题

- Updated dependencies [[`908d6cd96`](https://github.com/XiaoMi/hiui/commit/908d6cd9657551203917230d9a91de45e65354c2)]:
- @hi-ui/tree@4.6.1

## 4.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/tree-select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/tree-select",
"version": "4.2.0",
"version": "4.2.1",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <mi-hiui@xiaomi.com>",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@hi-ui/input": "^4.1.1",
"@hi-ui/picker": "^4.1.6",
"@hi-ui/popper": "^4.1.5",
"@hi-ui/tree": "^4.5.10",
"@hi-ui/tree": "^4.6.1",
"@hi-ui/tree-utils": "^4.1.4",
"@hi-ui/type-assertion": "^4.0.4",
"@hi-ui/use-data-source": "^4.0.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/tree/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hi-ui/tree

## 4.6.1

### Patch Changes

- [#3000](https://github.com/XiaoMi/hiui/pull/3000) [`908d6cd96`](https://github.com/XiaoMi/hiui/commit/908d6cd9657551203917230d9a91de45e65354c2) Thanks [@zyprepare](https://github.com/zyprepare)! - perf: 优化大数据下勾选卡顿

## 4.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/tree/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/tree",
"version": "4.6.0",
"version": "4.6.1",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <mi-hiui@xiaomi.com>",
Expand Down
Loading