Skip to content

Commit

Permalink
Merge pull request #2686 from XiaoMi/release/2023-12-01
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
solarjoker authored Dec 1, 2023
2 parents ce60cf7 + 9abc12d commit d0b76ec
Show file tree
Hide file tree
Showing 36 changed files with 150 additions and 96 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-socks-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-kids-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-moons-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-cars-walk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-pugs-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-rockets-cover.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-tables-guess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-days-grin.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/smart-paws-bow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-waves-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-rings-tease.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-peas-knock.md

This file was deleted.

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

## 4.3.6

### Patch Changes

- [#2682](https://github.com/XiaoMi/hiui/pull/2682) [`41765fbed`](https://github.com/XiaoMi/hiui/commit/41765fbed0b3b9c8a574a0d7358b2d3f876162c5) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 下拉框盒模型设置为 content-box

- Updated dependencies [[`ba6e0265d`](https://github.com/XiaoMi/hiui/commit/ba6e0265da07964423d3a684dd068dcf50865dbc), [`41765fbed`](https://github.com/XiaoMi/hiui/commit/41765fbed0b3b9c8a574a0d7358b2d3f876162c5)]:
- @hi-ui/popper@4.1.4
- @hi-ui/picker@4.1.5

## 4.3.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.5",
"version": "4.3.6",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -52,8 +52,8 @@
"@hi-ui/highlighter": "^4.0.8",
"@hi-ui/icons": "^4.0.18",
"@hi-ui/input": "^4.0.13",
"@hi-ui/picker": "^4.1.4",
"@hi-ui/popper": "^4.1.3",
"@hi-ui/picker": "^4.1.5",
"@hi-ui/popper": "^4.1.4",
"@hi-ui/tag-input": "^4.0.10",
"@hi-ui/times": "^4.0.4",
"@hi-ui/tree-utils": "^4.1.4",
Expand Down
10 changes: 10 additions & 0 deletions packages/ui/check-tree-select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @hi-ui/check-tree-select

## 4.3.4

### Patch Changes

- [#2682](https://github.com/XiaoMi/hiui/pull/2682) [`41765fbed`](https://github.com/XiaoMi/hiui/commit/41765fbed0b3b9c8a574a0d7358b2d3f876162c5) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 下拉框盒模型设置为 content-box

- Updated dependencies [[`ba6e0265d`](https://github.com/XiaoMi/hiui/commit/ba6e0265da07964423d3a684dd068dcf50865dbc), [`41765fbed`](https://github.com/XiaoMi/hiui/commit/41765fbed0b3b9c8a574a0d7358b2d3f876162c5)]:
- @hi-ui/popper@4.1.4
- @hi-ui/picker@4.1.5

## 4.3.3

### 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.3",
"version": "4.3.4",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -50,8 +50,8 @@
"@hi-ui/func-utils": "^4.0.4",
"@hi-ui/highlighter": "^4.0.8",
"@hi-ui/icons": "^4.0.18",
"@hi-ui/picker": "^4.1.4",
"@hi-ui/popper": "^4.1.3",
"@hi-ui/picker": "^4.1.5",
"@hi-ui/popper": "^4.1.4",
"@hi-ui/tag-input": "^4.0.10",
"@hi-ui/tree": "^4.5.8",
"@hi-ui/tree-utils": "^4.1.4",
Expand Down
25 changes: 25 additions & 0 deletions packages/ui/hiui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @hi-ui/hiui

## 4.4.3

### Patch Changes

- [#2684](https://github.com/XiaoMi/hiui/pull/2684) [`ba6e0265d`](https://github.com/XiaoMi/hiui/commit/ba6e0265da07964423d3a684dd068dcf50865dbc) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(popover): 1.气泡卡片支持 API 的方式调用;2.气泡卡片增加分割线标题

- [#2683](https://github.com/XiaoMi/hiui/pull/2683) [`faa5d6e9b`](https://github.com/XiaoMi/hiui/commit/faa5d6e9b28278d0e53ff9c2c00b63909a39c8c0) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(tag): 增加 tooltipProps 参数

- [#2682](https://github.com/XiaoMi/hiui/pull/2682) [`41765fbed`](https://github.com/XiaoMi/hiui/commit/41765fbed0b3b9c8a574a0d7358b2d3f876162c5) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(picker): 下拉框盒模型设置为 content-box

- [#2685](https://github.com/XiaoMi/hiui/pull/2685) [`b38f209f7`](https://github.com/XiaoMi/hiui/commit/b38f209f7cbf46d7e23f1d368b064543fbaa43f2) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(rating): 修复 svg 尺寸问题

- [#2681](https://github.com/XiaoMi/hiui/pull/2681) [`7f8cfcce4`](https://github.com/XiaoMi/hiui/commit/7f8cfcce4080c977e84a7da627ab4d2f95f44113) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(menu): 修复样式问题,去掉最后一个菜单下边距

- Updated dependencies [[`7f8cfcce4`](https://github.com/XiaoMi/hiui/commit/7f8cfcce4080c977e84a7da627ab4d2f95f44113), [`faa5d6e9b`](https://github.com/XiaoMi/hiui/commit/faa5d6e9b28278d0e53ff9c2c00b63909a39c8c0), [`41765fbed`](https://github.com/XiaoMi/hiui/commit/41765fbed0b3b9c8a574a0d7358b2d3f876162c5), [`ba6e0265d`](https://github.com/XiaoMi/hiui/commit/ba6e0265da07964423d3a684dd068dcf50865dbc), [`b38f209f7`](https://github.com/XiaoMi/hiui/commit/b38f209f7cbf46d7e23f1d368b064543fbaa43f2)]:
- @hi-ui/menu@4.1.7
- @hi-ui/tag@4.2.0
- @hi-ui/picker@4.1.5
- @hi-ui/check-select@4.3.6
- @hi-ui/check-tree-select@4.3.4
- @hi-ui/select@4.2.6
- @hi-ui/tree-select@4.1.4
- @hi-ui/popover@4.1.0
- @hi-ui/rating@4.0.9

## 4.4.2

### Patch Changes
Expand Down
20 changes: 10 additions & 10 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.4.2",
"version": "4.4.3",
"description": "The root-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -54,8 +54,8 @@
"@hi-ui/carousel": "^4.0.7",
"@hi-ui/cascader": "^4.1.5",
"@hi-ui/check-cascader": "^4.2.5",
"@hi-ui/check-select": "^4.3.5",
"@hi-ui/check-tree-select": "^4.3.3",
"@hi-ui/check-select": "^4.3.6",
"@hi-ui/check-tree-select": "^4.3.4",
"@hi-ui/checkbox": "^4.0.8",
"@hi-ui/collapse": "^4.1.5",
"@hi-ui/counter": "^4.1.8",
Expand All @@ -73,24 +73,24 @@
"@hi-ui/input-group": "^4.0.6",
"@hi-ui/list": "^4.0.12",
"@hi-ui/loading": "^4.1.3",
"@hi-ui/menu": "^4.1.6",
"@hi-ui/menu": "^4.1.7",
"@hi-ui/message": "^4.0.7",
"@hi-ui/modal": "^4.0.15",
"@hi-ui/notification": "^4.1.3",
"@hi-ui/number-input": "^4.1.7",
"@hi-ui/pagination": "^4.0.14",
"@hi-ui/picker": "^4.1.4",
"@hi-ui/picker": "^4.1.5",
"@hi-ui/pop-confirm": "^4.2.3",
"@hi-ui/popover": "^4.0.8",
"@hi-ui/popover": "^4.1.0",
"@hi-ui/preview": "^4.0.8",
"@hi-ui/progress": "^4.0.9",
"@hi-ui/provider": "^4.0.8",
"@hi-ui/radio": "^4.1.3",
"@hi-ui/rating": "^4.0.8",
"@hi-ui/rating": "^4.0.9",
"@hi-ui/result": "^4.0.7",
"@hi-ui/scrollbar": "^4.0.6",
"@hi-ui/search": "^4.0.11",
"@hi-ui/select": "^4.2.5",
"@hi-ui/select": "^4.2.6",
"@hi-ui/slider": "^4.0.10",
"@hi-ui/space": "^4.0.9",
"@hi-ui/spinner": "^4.0.8",
Expand All @@ -99,14 +99,14 @@
"@hi-ui/switch": "^4.0.10",
"@hi-ui/table": "^4.3.4",
"@hi-ui/tabs": "^4.1.4",
"@hi-ui/tag": "^4.1.3",
"@hi-ui/tag": "^4.2.0",
"@hi-ui/textarea": "^4.1.6",
"@hi-ui/time-picker": "^4.0.13",
"@hi-ui/timeline": "^4.0.7",
"@hi-ui/tooltip": "^4.0.10",
"@hi-ui/transfer": "^4.0.13",
"@hi-ui/tree": "^4.5.8",
"@hi-ui/tree-select": "^4.1.3",
"@hi-ui/tree-select": "^4.1.4",
"@hi-ui/upload": "^4.1.9",
"@hi-ui/watermark": "^4.0.7",
"@hi-ui/zen-mode": "^4.0.7"
Expand Down
9 changes: 9 additions & 0 deletions packages/ui/menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @hi-ui/menu

## 4.1.7

### Patch Changes

- [#2681](https://github.com/XiaoMi/hiui/pull/2681) [`7f8cfcce4`](https://github.com/XiaoMi/hiui/commit/7f8cfcce4080c977e84a7da627ab4d2f95f44113) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 修复样式问题,去掉最后一个菜单下边距

- Updated dependencies [[`ba6e0265d`](https://github.com/XiaoMi/hiui/commit/ba6e0265da07964423d3a684dd068dcf50865dbc)]:
- @hi-ui/popper@4.1.4

## 4.1.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/menu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/menu",
"version": "4.1.6",
"version": "4.1.7",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -47,7 +47,7 @@
"@hi-ui/classname": "^4.0.4",
"@hi-ui/env": "^4.0.4",
"@hi-ui/icons": "^4.0.18",
"@hi-ui/popper": "^4.1.3",
"@hi-ui/popper": "^4.1.4",
"@hi-ui/times": "^4.0.4",
"@hi-ui/tooltip": "^4.0.10",
"@hi-ui/tree-utils": "^4.1.4",
Expand Down
9 changes: 9 additions & 0 deletions packages/ui/picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @hi-ui/picker

## 4.1.5

### Patch Changes

- [#2682](https://github.com/XiaoMi/hiui/pull/2682) [`41765fbed`](https://github.com/XiaoMi/hiui/commit/41765fbed0b3b9c8a574a0d7358b2d3f876162c5) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 下拉框盒模型设置为 content-box

- Updated dependencies [[`ba6e0265d`](https://github.com/XiaoMi/hiui/commit/ba6e0265da07964423d3a684dd068dcf50865dbc)]:
- @hi-ui/popper@4.1.4

## 4.1.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/picker",
"version": "4.1.4",
"version": "4.1.5",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@hi-ui/icons": "^4.0.18",
"@hi-ui/input": "^4.0.13",
"@hi-ui/loading": "^4.1.3",
"@hi-ui/popper": "^4.1.3",
"@hi-ui/popper": "^4.1.4",
"@hi-ui/type-assertion": "^4.0.4",
"@hi-ui/use-latest": "^4.0.4",
"@hi-ui/use-toggle": "^4.0.4",
Expand Down
11 changes: 11 additions & 0 deletions packages/ui/popover/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @hi-ui/popover

## 4.1.0

### Minor Changes

- [#2684](https://github.com/XiaoMi/hiui/pull/2684) [`ba6e0265d`](https://github.com/XiaoMi/hiui/commit/ba6e0265da07964423d3a684dd068dcf50865dbc) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: 1.增加 showTitleDivider api,设置后会是另外一种更紧凑的具有分割线的标题布局;2.增加以 API 的方式调用组件的能力

### Patch Changes

- Updated dependencies [[`ba6e0265d`](https://github.com/XiaoMi/hiui/commit/ba6e0265da07964423d3a684dd068dcf50865dbc)]:
- @hi-ui/popper@4.1.4

## 4.0.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/popover/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/popover",
"version": "4.0.8",
"version": "4.1.0",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -47,7 +47,7 @@
"@hi-ui/classname": "^4.0.4",
"@hi-ui/dom-utils": "^4.0.7",
"@hi-ui/env": "^4.0.4",
"@hi-ui/popper": "^4.1.3",
"@hi-ui/popper": "^4.1.4",
"@hi-ui/react-utils": "^4.0.4",
"@hi-ui/type-assertion": "^4.0.4",
"@hi-ui/use-id": "^4.0.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/popper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hi-ui/popper

## 4.1.4

### Patch Changes

- [#2684](https://github.com/XiaoMi/hiui/pull/2684) [`ba6e0265d`](https://github.com/XiaoMi/hiui/commit/ba6e0265da07964423d3a684dd068dcf50865dbc) Thanks [@zyprepare](https://github.com/zyprepare)! - chore: 扩充 PopperOverlayProps 参数, 'closeOnOutsideClick' | 'onExited' | 'crossGap' | 'arrow' | 'disabledPortal' | 'zIndex'

## 4.1.3

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

## 4.0.9

### Patch Changes

- [#2685](https://github.com/XiaoMi/hiui/pull/2685) [`b38f209f7`](https://github.com/XiaoMi/hiui/commit/b38f209f7cbf46d7e23f1d368b064543fbaa43f2) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 修复 svg 尺寸问题

## 4.0.8

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

## 4.2.6

### Patch Changes

- [#2682](https://github.com/XiaoMi/hiui/pull/2682) [`41765fbed`](https://github.com/XiaoMi/hiui/commit/41765fbed0b3b9c8a574a0d7358b2d3f876162c5) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 下拉框盒模型设置为 content-box

- Updated dependencies [[`ba6e0265d`](https://github.com/XiaoMi/hiui/commit/ba6e0265da07964423d3a684dd068dcf50865dbc), [`41765fbed`](https://github.com/XiaoMi/hiui/commit/41765fbed0b3b9c8a574a0d7358b2d3f876162c5)]:
- @hi-ui/popper@4.1.4
- @hi-ui/picker@4.1.5

## 4.2.5

### Patch Changes
Expand Down
Loading

0 comments on commit d0b76ec

Please sign in to comment.