diff --git a/packages/card/CHANGELOG.md b/packages/card/CHANGELOG.md index f6e440258da0..1bd392127a38 100644 --- a/packages/card/CHANGELOG.md +++ b/packages/card/CHANGELOG.md @@ -1,6 +1,18 @@ # Change Log -All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [2.8.4](https://github.com/ant-design/pro-components/compare/@ant-design/pro-card@2.8.3...@ant-design/pro-card@2.8.4) (2024-06-08) + + +### Bug Fixes + +* **ProCard:** delete cardProps when pass tabs parameter to antd Tabs ([#8460](https://github.com/ant-design/pro-components/issues/8460)) ([3b72808](https://github.com/ant-design/pro-components/commit/3b72808c8a608ba5b5bb2fb01a7e918d41d4f3b6)) + + + + ## [2.8.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-card@2.8.1...@ant-design/pro-card@2.8.3) (2024-05-20) diff --git a/packages/card/package.json b/packages/card/package.json index 249860e0e1d8..09571dca50df 100644 --- a/packages/card/package.json +++ b/packages/card/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-card", - "version": "2.8.3", + "version": "2.8.4", "description": "@ant-design/pro-card", "keywords": [ "antd", @@ -36,7 +36,7 @@ "dependencies": { "@ant-design/icons": "^5.0.0", "@ant-design/pro-provider": "2.14.7", - "@ant-design/pro-utils": "2.15.13", + "@ant-design/pro-utils": "2.15.14", "@babel/runtime": "^7.18.0", "classnames": "^2.3.2", "omit.js": "^2.0.2", diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 30886a19db0c..f2749e37cea4 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,6 +1,15 @@ # Change Log -All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [2.7.10](https://github.com/ant-design/pro-components/compare/@ant-design/pro-components@2.7.9...@ant-design/pro-components@2.7.10) (2024-06-08) + +**Note:** Version bump only for package @ant-design/pro-components + + + + ## [2.7.9](https://github.com/ant-design/pro-components/compare/@ant-design/pro-components@2.7.7...@ant-design/pro-components@2.7.9) (2024-05-20) diff --git a/packages/components/package.json b/packages/components/package.json index f82225e274ad..16d3523c580a 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-components", - "version": "2.7.9", + "version": "2.7.10", "description": "@ant-design/pro-components", "keywords": [ "antd", @@ -35,16 +35,16 @@ "ie >= 11" ], "dependencies": { - "@ant-design/pro-card": "2.8.3", - "@ant-design/pro-descriptions": "2.5.44", - "@ant-design/pro-field": "2.14.17", - "@ant-design/pro-form": "2.27.0", - "@ant-design/pro-layout": "7.19.7", - "@ant-design/pro-list": "2.5.60", + "@ant-design/pro-card": "2.8.4", + "@ant-design/pro-descriptions": "2.5.45", + "@ant-design/pro-field": "2.15.0", + "@ant-design/pro-form": "2.28.0", + "@ant-design/pro-layout": "7.19.8", + "@ant-design/pro-list": "2.5.61", "@ant-design/pro-provider": "2.14.7", "@ant-design/pro-skeleton": "2.1.13", - "@ant-design/pro-table": "3.16.0", - "@ant-design/pro-utils": "2.15.13", + "@ant-design/pro-table": "3.16.1", + "@ant-design/pro-utils": "2.15.14", "@babel/runtime": "^7.16.3" }, "peerDependencies": { diff --git a/packages/descriptions/CHANGELOG.md b/packages/descriptions/CHANGELOG.md index f2301eba3afc..3b54280a3459 100644 --- a/packages/descriptions/CHANGELOG.md +++ b/packages/descriptions/CHANGELOG.md @@ -1,6 +1,15 @@ # Change Log -All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [2.5.45](https://github.com/ant-design/pro-components/compare/@ant-design/pro-descriptions@2.5.44...@ant-design/pro-descriptions@2.5.45) (2024-06-08) + +**Note:** Version bump only for package @ant-design/pro-descriptions + + + + ## [2.5.44](https://github.com/ant-design/pro-components/compare/@ant-design/pro-descriptions@2.5.42...@ant-design/pro-descriptions@2.5.44) (2024-05-20) diff --git a/packages/descriptions/package.json b/packages/descriptions/package.json index ebc601f12afd..99404b356a3a 100644 --- a/packages/descriptions/package.json +++ b/packages/descriptions/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-descriptions", - "version": "2.5.44", + "version": "2.5.45", "description": "@ant-design/pro-descriptions", "keywords": [ "antd", @@ -34,11 +34,11 @@ "ie >= 11" ], "dependencies": { - "@ant-design/pro-field": "2.14.17", - "@ant-design/pro-form": "2.27.0", + "@ant-design/pro-field": "2.15.0", + "@ant-design/pro-form": "2.28.0", "@ant-design/pro-provider": "2.14.7", "@ant-design/pro-skeleton": "2.1.13", - "@ant-design/pro-utils": "2.15.13", + "@ant-design/pro-utils": "2.15.14", "@babel/runtime": "^7.18.0", "rc-resize-observer": "^0.2.3", "rc-util": "^5.0.6" diff --git a/packages/field/CHANGELOG.md b/packages/field/CHANGELOG.md index 8104186cd84f..edb565be7f8f 100644 --- a/packages/field/CHANGELOG.md +++ b/packages/field/CHANGELOG.md @@ -1,6 +1,18 @@ # Change Log -All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [2.15.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-field@2.14.17...@ant-design/pro-field@2.15.0) (2024-06-08) + + +### Features + +* **form:** the second field supports negative numbers ([#8449](https://github.com/ant-design/pro-components/issues/8449)) ([7026085](https://github.com/ant-design/pro-components/commit/702608510682f2130c1b0a6258b66dea5200d622)) + + + + ## [2.14.17](https://github.com/ant-design/pro-components/compare/@ant-design/pro-field@2.14.15...@ant-design/pro-field@2.14.17) (2024-05-20) diff --git a/packages/field/package.json b/packages/field/package.json index 5caf815e4913..9e1f47eb17b9 100644 --- a/packages/field/package.json +++ b/packages/field/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-field", - "version": "2.14.17", + "version": "2.15.0", "description": "原子信息组件,统一 ProForm、ProTable、ProList、Filter 等组件里面的字段定义。", "homepage": "https://github.com/ant-design/pro-components/tree/master/packages/plugin-layout#readme", "bugs": "https://github.com/ant-design/pro-components/issues", @@ -31,7 +31,7 @@ "dependencies": { "@ant-design/icons": "^5.0.0", "@ant-design/pro-provider": "2.14.7", - "@ant-design/pro-utils": "2.15.13", + "@ant-design/pro-utils": "2.15.14", "@babel/runtime": "^7.18.0", "@chenshuai2144/sketch-color": "^1.0.8", "classnames": "^2.3.2", diff --git a/packages/form/CHANGELOG.md b/packages/form/CHANGELOG.md index 6361572b000a..f841e23e58ba 100644 --- a/packages/form/CHANGELOG.md +++ b/packages/form/CHANGELOG.md @@ -1,6 +1,23 @@ # Change Log -All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [2.28.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-form@2.27.0...@ant-design/pro-form@2.28.0) (2024-06-08) + + +### Bug Fixes + +* **form:** 修复openChange打开时不触发问题 ([#8403](https://github.com/ant-design/pro-components/issues/8403)) ([5a1153b](https://github.com/ant-design/pro-components/commit/5a1153bcfa6de5d48e30d85401fa748ecd86864d)) + + +### Features + +* **form:** add form item help render type ([#8462](https://github.com/ant-design/pro-components/issues/8462)) ([08ab425](https://github.com/ant-design/pro-components/commit/08ab425e396e0476522b383d08ecbced088ebd33)) + + + + # [2.27.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-form@2.26.5...@ant-design/pro-form@2.27.0) (2024-05-20) diff --git a/packages/form/package.json b/packages/form/package.json index bcfed9ee0ab3..d3a9844eadcb 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-form", - "version": "2.27.0", + "version": "2.28.0", "description": "@ant-design/pro-form", "keywords": [ "antd", @@ -35,9 +35,9 @@ ], "dependencies": { "@ant-design/icons": "^5.0.0", - "@ant-design/pro-field": "2.14.17", + "@ant-design/pro-field": "2.15.0", "@ant-design/pro-provider": "2.14.7", - "@ant-design/pro-utils": "2.15.13", + "@ant-design/pro-utils": "2.15.14", "@babel/runtime": "^7.18.0", "@chenshuai2144/sketch-color": "^1.0.7", "@umijs/use-params": "^1.0.9", diff --git a/packages/layout/CHANGELOG.md b/packages/layout/CHANGELOG.md index e3ff0125a37e..db3bb5840ebd 100644 --- a/packages/layout/CHANGELOG.md +++ b/packages/layout/CHANGELOG.md @@ -1,6 +1,15 @@ # Change Log -All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [7.19.8](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.19.7...@ant-design/pro-layout@7.19.8) (2024-06-08) + +**Note:** Version bump only for package @ant-design/pro-layout + + + + ## [7.19.7](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.19.5...@ant-design/pro-layout@7.19.7) (2024-05-20) diff --git a/packages/layout/package.json b/packages/layout/package.json index f2a1912f2d9b..6ca0395dd1c2 100644 --- a/packages/layout/package.json +++ b/packages/layout/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-layout", - "version": "7.19.7", + "version": "7.19.8", "description": "@ant-design/pro-layout", "keywords": [ "antd", @@ -36,7 +36,7 @@ "dependencies": { "@ant-design/icons": "^5.0.0", "@ant-design/pro-provider": "2.14.7", - "@ant-design/pro-utils": "2.15.13", + "@ant-design/pro-utils": "2.15.14", "@babel/runtime": "^7.18.0", "@umijs/route-utils": "^4.0.0", "@umijs/use-params": "^1.0.9", diff --git a/packages/list/CHANGELOG.md b/packages/list/CHANGELOG.md index f82a7a6a4655..a12adb7ff30d 100644 --- a/packages/list/CHANGELOG.md +++ b/packages/list/CHANGELOG.md @@ -1,6 +1,15 @@ # Change Log -All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [2.5.61](https://github.com/ant-design/pro-components/compare/@ant-design/pro-list@2.5.60...@ant-design/pro-list@2.5.61) (2024-06-08) + +**Note:** Version bump only for package @ant-design/pro-list + + + + ## [2.5.60](https://github.com/ant-design/pro-components/compare/@ant-design/pro-list@2.5.58...@ant-design/pro-list@2.5.60) (2024-05-20) diff --git a/packages/list/package.json b/packages/list/package.json index 52d2dd29d39b..f442f52cca72 100644 --- a/packages/list/package.json +++ b/packages/list/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-list", - "version": "2.5.60", + "version": "2.5.61", "description": "🏆 Use Ant Design List like a Pro!", "keywords": [ "antd", @@ -33,10 +33,10 @@ ], "dependencies": { "@ant-design/icons": "^5.0.0", - "@ant-design/pro-card": "2.8.3", - "@ant-design/pro-field": "2.14.17", - "@ant-design/pro-table": "3.16.0", - "@ant-design/pro-utils": "2.15.13", + "@ant-design/pro-card": "2.8.4", + "@ant-design/pro-field": "2.15.0", + "@ant-design/pro-table": "3.16.1", + "@ant-design/pro-utils": "2.15.14", "@babel/runtime": "^7.18.0", "classnames": "^2.3.2", "dayjs": "^1.11.10", diff --git a/packages/table/CHANGELOG.md b/packages/table/CHANGELOG.md index 74e1d62be33c..623a143b50f8 100644 --- a/packages/table/CHANGELOG.md +++ b/packages/table/CHANGELOG.md @@ -1,6 +1,18 @@ # Change Log -All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [3.16.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-table@3.16.0...@ant-design/pro-table@3.16.1) (2024-06-08) + + +### Bug Fixes + +* 修复pro-table文档案例代码里Dropdown内元素key冲突问题 ([#8469](https://github.com/ant-design/pro-components/issues/8469)) ([1c8714c](https://github.com/ant-design/pro-components/commit/1c8714c021460ee48d93d7ef9ba5b8533e313850)) + + + + # [3.16.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-table@3.15.9...@ant-design/pro-table@3.16.0) (2024-05-20) diff --git a/packages/table/package.json b/packages/table/package.json index 89f7a46ec2d3..b4e624a84273 100644 --- a/packages/table/package.json +++ b/packages/table/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-table", - "version": "3.16.0", + "version": "3.16.1", "description": "🏆 Use Ant Design Table like a Pro!", "keywords": [ "antd", @@ -35,11 +35,11 @@ ], "dependencies": { "@ant-design/icons": "^5.0.0", - "@ant-design/pro-card": "2.8.3", - "@ant-design/pro-field": "2.14.17", - "@ant-design/pro-form": "2.27.0", + "@ant-design/pro-card": "2.8.4", + "@ant-design/pro-field": "2.15.0", + "@ant-design/pro-form": "2.28.0", "@ant-design/pro-provider": "2.14.7", - "@ant-design/pro-utils": "2.15.13", + "@ant-design/pro-utils": "2.15.14", "@babel/runtime": "^7.18.0", "@dnd-kit/core": "^6.0.8", "@dnd-kit/modifiers": "^6.0.1", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 2381f6ed7f86..6bc5278c73e8 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,6 +1,15 @@ # Change Log -All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [2.15.14](https://github.com/ant-design/pro-components/compare/@ant-design/pro-utils@2.15.13...@ant-design/pro-utils@2.15.14) (2024-06-08) + +**Note:** Version bump only for package @ant-design/pro-utils + + + + ## [2.15.13](https://github.com/ant-design/pro-components/compare/@ant-design/pro-utils@2.15.11...@ant-design/pro-utils@2.15.13) (2024-05-20) diff --git a/packages/utils/package.json b/packages/utils/package.json index f582b142a44a..b34fed349f0d 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-utils", - "version": "2.15.13", + "version": "2.15.14", "description": "@ant-design/pro-utils", "keywords": [ "antd",