Skip to content

Commit c73119e

Browse files
committed
🎨 chore(release): Publish
- @ant-design/[email protected] - @ant-design/[email protected] - @ant-design/[email protected] - @ant-design/[email protected] - @ant-design/[email protected] - @ant-design/[email protected] - @ant-design/[email protected] - @ant-design/[email protected] - @ant-design/[email protected] - @ant-design/[email protected]
1 parent ab51d68 commit c73119e

File tree

20 files changed

+161
-52
lines changed

20 files changed

+161
-52
lines changed

packages/card/CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Change Log
22

3-
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [2.8.3](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-05-20)
7+
8+
9+
### Bug Fixes
10+
11+
* **card:** The extra element and title ellipsis in the checkcard are not functioning correctly when the title is too long ([#8347](https://github.com/ant-design/pro-components/issues/8347)) ([31e48f6](https://github.com/ant-design/pro-components/commit/31e48f6170dbc2f8c5e1ef9cbb7e07dc181905be))
12+
13+
14+
15+
416

517
## [2.8.2](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-04-21)
618

packages/card/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ant-design/pro-card",
3-
"version": "2.8.2",
3+
"version": "2.8.3",
44
"description": "@ant-design/pro-card",
55
"keywords": [
66
"antd",
@@ -35,8 +35,8 @@
3535
],
3636
"dependencies": {
3737
"@ant-design/icons": "^5.0.0",
38-
"@ant-design/pro-provider": "2.14.6",
39-
"@ant-design/pro-utils": "2.15.12",
38+
"@ant-design/pro-provider": "2.14.7",
39+
"@ant-design/pro-utils": "2.15.13",
4040
"@babel/runtime": "^7.18.0",
4141
"classnames": "^2.3.2",
4242
"omit.js": "^2.0.2",

packages/components/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Change Log
22

3-
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [2.7.9](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-05-20)
7+
8+
**Note:** Version bump only for package @ant-design/pro-components
9+
10+
11+
12+
413

514
## [2.7.8](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-04-21)
615

packages/components/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ant-design/pro-components",
3-
"version": "2.7.8",
3+
"version": "2.7.9",
44
"description": "@ant-design/pro-components",
55
"keywords": [
66
"antd",
@@ -35,16 +35,16 @@
3535
"ie >= 11"
3636
],
3737
"dependencies": {
38-
"@ant-design/pro-card": "2.8.2",
39-
"@ant-design/pro-descriptions": "2.5.43",
40-
"@ant-design/pro-field": "2.14.16",
41-
"@ant-design/pro-form": "2.26.6",
42-
"@ant-design/pro-layout": "7.19.6",
43-
"@ant-design/pro-list": "2.5.59",
44-
"@ant-design/pro-provider": "2.14.6",
38+
"@ant-design/pro-card": "2.8.3",
39+
"@ant-design/pro-descriptions": "2.5.44",
40+
"@ant-design/pro-field": "2.14.17",
41+
"@ant-design/pro-form": "2.27.0",
42+
"@ant-design/pro-layout": "7.19.7",
43+
"@ant-design/pro-list": "2.5.60",
44+
"@ant-design/pro-provider": "2.14.7",
4545
"@ant-design/pro-skeleton": "2.1.13",
46-
"@ant-design/pro-table": "3.15.10",
47-
"@ant-design/pro-utils": "2.15.12",
46+
"@ant-design/pro-table": "3.16.0",
47+
"@ant-design/pro-utils": "2.15.13",
4848
"@babel/runtime": "^7.16.3"
4949
},
5050
"peerDependencies": {

packages/descriptions/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Change Log
22

3-
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [2.5.44](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-05-20)
7+
8+
**Note:** Version bump only for package @ant-design/pro-descriptions
9+
10+
11+
12+
413

514
## [2.5.43](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-04-21)
615

packages/descriptions/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ant-design/pro-descriptions",
3-
"version": "2.5.43",
3+
"version": "2.5.44",
44
"description": "@ant-design/pro-descriptions",
55
"keywords": [
66
"antd",
@@ -34,11 +34,11 @@
3434
"ie >= 11"
3535
],
3636
"dependencies": {
37-
"@ant-design/pro-field": "2.14.16",
38-
"@ant-design/pro-form": "2.26.6",
39-
"@ant-design/pro-provider": "2.14.6",
37+
"@ant-design/pro-field": "2.14.17",
38+
"@ant-design/pro-form": "2.27.0",
39+
"@ant-design/pro-provider": "2.14.7",
4040
"@ant-design/pro-skeleton": "2.1.13",
41-
"@ant-design/pro-utils": "2.15.12",
41+
"@ant-design/pro-utils": "2.15.13",
4242
"@babel/runtime": "^7.18.0",
4343
"rc-resize-observer": "^0.2.3",
4444
"rc-util": "^5.0.6"

packages/field/CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# Change Log
22

3-
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [2.14.17](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-05-20)
7+
8+
9+
### Bug Fixes
10+
11+
* **form:** LightFilter + SearchSelect component support fetchDataOnSearch ([#8363](https://github.com/ant-design/pro-components/issues/8363)) ([e6560be](https://github.com/ant-design/pro-components/commit/e6560be21a061d2950dca0b00963eac967bc0aa2))
12+
* **form:** SearchSelect scrolling error in grouping ([#8365](https://github.com/ant-design/pro-components/issues/8365)) ([cc00619](https://github.com/ant-design/pro-components/commit/cc00619527e778c304ac5125be4429e06ac7a3da))
13+
* **form:** 将LightSelect组件中,popupMatchSelectWidth={false}注释掉,变成灵活多变的动态配置,供用户自行配置。否则,popupMatchSelectWidth写死false会关闭虚拟滚动,数量量过大时,影响组件性能 ([#8354](https://github.com/ant-design/pro-components/issues/8354)) ([2ac6a96](https://github.com/ant-design/pro-components/commit/2ac6a963a09e2a90370ea624f5e9a372dd1bbc39))
14+
15+
16+
17+
418

519
## [2.14.16](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-04-21)
620

packages/field/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ant-design/pro-field",
3-
"version": "2.14.16",
3+
"version": "2.14.17",
44
"description": "原子信息组件,统一 ProForm、ProTable、ProList、Filter 等组件里面的字段定义。",
55
"homepage": "https://github.com/ant-design/pro-components/tree/master/packages/plugin-layout#readme",
66
"bugs": "https://github.com/ant-design/pro-components/issues",
@@ -30,8 +30,8 @@
3030
],
3131
"dependencies": {
3232
"@ant-design/icons": "^5.0.0",
33-
"@ant-design/pro-provider": "2.14.6",
34-
"@ant-design/pro-utils": "2.15.12",
33+
"@ant-design/pro-provider": "2.14.7",
34+
"@ant-design/pro-utils": "2.15.13",
3535
"@babel/runtime": "^7.18.0",
3636
"@chenshuai2144/sketch-color": "^1.0.8",
3737
"classnames": "^2.3.2",

packages/form/CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Change Log
22

3-
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [2.27.0](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-05-20)
7+
8+
9+
### Features
10+
11+
* add onBlur to filedChildren ([#8418](https://github.com/ant-design/pro-components/issues/8418)) ([3b104b9](https://github.com/ant-design/pro-components/commit/3b104b9e590e1eef139a5164bffc70b243389db3))
12+
13+
14+
15+
416

517
## [2.26.6](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-04-21)
618

packages/form/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ant-design/pro-form",
3-
"version": "2.26.6",
3+
"version": "2.27.0",
44
"description": "@ant-design/pro-form",
55
"keywords": [
66
"antd",
@@ -35,9 +35,9 @@
3535
],
3636
"dependencies": {
3737
"@ant-design/icons": "^5.0.0",
38-
"@ant-design/pro-field": "2.14.16",
39-
"@ant-design/pro-provider": "2.14.6",
40-
"@ant-design/pro-utils": "2.15.12",
38+
"@ant-design/pro-field": "2.14.17",
39+
"@ant-design/pro-provider": "2.14.7",
40+
"@ant-design/pro-utils": "2.15.13",
4141
"@babel/runtime": "^7.18.0",
4242
"@chenshuai2144/sketch-color": "^1.0.7",
4343
"@umijs/use-params": "^1.0.9",

0 commit comments

Comments
 (0)