diff --git a/packages/card/CHANGELOG.md b/packages/card/CHANGELOG.md index f02c612b4150..016d03e8be56 100644 --- a/packages/card/CHANGELOG.md +++ b/packages/card/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.19](https://github.com/ant-design/pro-components/compare/@ant-design/pro-card@2.5.18...@ant-design/pro-card@2.5.19) (2023-10-11) + +**Note:** Version bump only for package @ant-design/pro-card + + + + ## [2.5.18](https://github.com/ant-design/pro-components/compare/@ant-design/pro-card@2.5.17...@ant-design/pro-card@2.5.18) (2023-09-25) diff --git a/packages/card/package.json b/packages/card/package.json index 7a4ce18de4b4..14c59f7efda5 100644 --- a/packages/card/package.json +++ b/packages/card/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-card", - "version": "2.5.18", + "version": "2.5.19", "description": "@ant-design/pro-card", "keywords": [ "antd", @@ -36,7 +36,7 @@ "dependencies": { "@ant-design/icons": "^5.0.0", "@ant-design/pro-provider": "2.13.1", - "@ant-design/pro-utils": "2.14.6", + "@ant-design/pro-utils": "2.14.7", "@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 cb8fc4ff6806..8ee68b894b12 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.6.29](https://github.com/ant-design/pro-components/compare/@ant-design/pro-components@2.6.28...@ant-design/pro-components@2.6.29) (2023-10-11) + +**Note:** Version bump only for package @ant-design/pro-components + + + + ## [2.6.28](https://github.com/ant-design/pro-components/compare/@ant-design/pro-components@2.6.27...@ant-design/pro-components@2.6.28) (2023-09-26) diff --git a/packages/components/package.json b/packages/components/package.json index 262d95312a1e..39a91a07747e 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-components", - "version": "2.6.28", + "version": "2.6.29", "description": "@ant-design/pro-components", "keywords": [ "antd", @@ -35,16 +35,16 @@ "ie >= 11" ], "dependencies": { - "@ant-design/pro-card": "2.5.18", - "@ant-design/pro-descriptions": "2.5.13", - "@ant-design/pro-field": "2.12.9", - "@ant-design/pro-form": "2.21.0", - "@ant-design/pro-layout": "7.17.6", - "@ant-design/pro-list": "2.5.27", + "@ant-design/pro-card": "2.5.19", + "@ant-design/pro-descriptions": "2.5.14", + "@ant-design/pro-field": "2.13.0", + "@ant-design/pro-form": "2.21.1", + "@ant-design/pro-layout": "7.17.7", + "@ant-design/pro-list": "2.5.28", "@ant-design/pro-provider": "2.13.1", "@ant-design/pro-skeleton": "2.1.7", - "@ant-design/pro-table": "3.12.12", - "@ant-design/pro-utils": "2.14.6", + "@ant-design/pro-table": "3.12.13", + "@ant-design/pro-utils": "2.14.7", "@babel/runtime": "^7.16.3" }, "peerDependencies": { diff --git a/packages/descriptions/CHANGELOG.md b/packages/descriptions/CHANGELOG.md index 26f75bb32731..d9c6e0491cc6 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.14](https://github.com/ant-design/pro-components/compare/@ant-design/pro-descriptions@2.5.13...@ant-design/pro-descriptions@2.5.14) (2023-10-11) + +**Note:** Version bump only for package @ant-design/pro-descriptions + + + + ## [2.5.13](https://github.com/ant-design/pro-components/compare/@ant-design/pro-descriptions@2.5.12...@ant-design/pro-descriptions@2.5.13) (2023-09-26) diff --git a/packages/descriptions/package.json b/packages/descriptions/package.json index c0aa4c74ce42..cbe3e65f866c 100644 --- a/packages/descriptions/package.json +++ b/packages/descriptions/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-descriptions", - "version": "2.5.13", + "version": "2.5.14", "description": "@ant-design/pro-descriptions", "keywords": [ "antd", @@ -34,10 +34,10 @@ "ie >= 11" ], "dependencies": { - "@ant-design/pro-field": "2.12.9", - "@ant-design/pro-form": "2.21.0", + "@ant-design/pro-field": "2.13.0", + "@ant-design/pro-form": "2.21.1", "@ant-design/pro-skeleton": "2.1.7", - "@ant-design/pro-utils": "2.14.6", + "@ant-design/pro-utils": "2.14.7", "@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 250a0dfeffb7..5f871a1ca5c8 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.13.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-field@2.12.9...@ant-design/pro-field@2.13.0) (2023-10-11) + + +### Features + +* **form:** 优化密码只读模式展现形式 ([#7736](https://github.com/ant-design/pro-components/issues/7736)) ([5e729ad](https://github.com/ant-design/pro-components/commit/5e729adbcfbf0cec4a38b23473cf017e94e94f6f)) + + + + ## [2.12.9](https://github.com/ant-design/pro-components/compare/@ant-design/pro-field@2.12.8...@ant-design/pro-field@2.12.9) (2023-09-25) diff --git a/packages/field/package.json b/packages/field/package.json index d2e0aff46bee..ed0f6c0d0748 100644 --- a/packages/field/package.json +++ b/packages/field/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-field", - "version": "2.12.9", + "version": "2.13.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.13.1", - "@ant-design/pro-utils": "2.14.6", + "@ant-design/pro-utils": "2.14.7", "@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 25aac9503005..b6d228f0bd4c 100644 --- a/packages/form/CHANGELOG.md +++ b/packages/form/CHANGELOG.md @@ -1,6 +1,19 @@ # 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.21.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-form@2.21.0...@ant-design/pro-form@2.21.1) (2023-10-11) + + +### Bug Fixes + +* **form:** fix loginPage style error ([80ace22](https://github.com/ant-design/pro-components/commit/80ace22a7628fab9e9070e482706096e6d8d44d7)) +* **form:** 首次同步到 url 参数时也执行 syncToUrl ([#7741](https://github.com/ant-design/pro-components/issues/7741)) ([f733b47](https://github.com/ant-design/pro-components/commit/f733b47a372fcf450c151cc43f72dfa99eaee293)) + + + + # [2.21.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-form@2.20.1...@ant-design/pro-form@2.21.0) (2023-09-26) diff --git a/packages/form/package.json b/packages/form/package.json index bcdc08cb21d0..8ac5f538f165 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-form", - "version": "2.21.0", + "version": "2.21.1", "description": "@ant-design/pro-form", "keywords": [ "antd", @@ -35,9 +35,9 @@ ], "dependencies": { "@ant-design/icons": "^5.0.0", - "@ant-design/pro-field": "2.12.9", + "@ant-design/pro-field": "2.13.0", "@ant-design/pro-provider": "2.13.1", - "@ant-design/pro-utils": "2.14.6", + "@ant-design/pro-utils": "2.14.7", "@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 7285cf85585b..07a73624c460 100644 --- a/packages/layout/CHANGELOG.md +++ b/packages/layout/CHANGELOG.md @@ -1,6 +1,20 @@ # 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.17.7](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.17.6...@ant-design/pro-layout@7.17.7) (2023-10-11) + + +### Bug Fixes + +* **layout:** 修复layout组件在销毁时,删除了其他不相关的SWR缓存 ([#7737](https://github.com/ant-design/pro-components/issues/7737)) ([8f08d3d](https://github.com/ant-design/pro-components/commit/8f08d3d80946e212c921230cba7664a7bed001bc)) +* **types:** breadcrumbProps ([#7757](https://github.com/ant-design/pro-components/issues/7757)) ([704f3de](https://github.com/ant-design/pro-components/commit/704f3de9a55ad7660c754dcc2b4de591007497aa)) +* **types:** breadcrumbProps ([#7760](https://github.com/ant-design/pro-components/issues/7760)) ([fb1090c](https://github.com/ant-design/pro-components/commit/fb1090c50540c35a970a4c112e0832b142cce6ae)) + + + + ## [7.17.6](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.17.5...@ant-design/pro-layout@7.17.6) (2023-09-26) diff --git a/packages/layout/package.json b/packages/layout/package.json index 570605b1e8e3..e0f74fca9098 100644 --- a/packages/layout/package.json +++ b/packages/layout/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-layout", - "version": "7.17.6", + "version": "7.17.7", "description": "@ant-design/pro-layout", "keywords": [ "antd", @@ -36,7 +36,7 @@ "dependencies": { "@ant-design/icons": "^5.0.0", "@ant-design/pro-provider": "2.13.1", - "@ant-design/pro-utils": "2.14.6", + "@ant-design/pro-utils": "2.14.7", "@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 7f80dd331eb1..df032a99bd3e 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.28](https://github.com/ant-design/pro-components/compare/@ant-design/pro-list@2.5.27...@ant-design/pro-list@2.5.28) (2023-10-11) + +**Note:** Version bump only for package @ant-design/pro-list + + + + ## [2.5.27](https://github.com/ant-design/pro-components/compare/@ant-design/pro-list@2.5.26...@ant-design/pro-list@2.5.27) (2023-09-26) diff --git a/packages/list/package.json b/packages/list/package.json index 9289150b07ff..61068c1573cd 100644 --- a/packages/list/package.json +++ b/packages/list/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-list", - "version": "2.5.27", + "version": "2.5.28", "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.5.18", - "@ant-design/pro-field": "2.12.9", - "@ant-design/pro-table": "3.12.12", - "@ant-design/pro-utils": "2.14.6", + "@ant-design/pro-card": "2.5.19", + "@ant-design/pro-field": "2.13.0", + "@ant-design/pro-table": "3.12.13", + "@ant-design/pro-utils": "2.14.7", "@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 eecb40c84363..2022a023dc37 100644 --- a/packages/table/CHANGELOG.md +++ b/packages/table/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. + +## [3.12.13](https://github.com/ant-design/pro-components/compare/@ant-design/pro-table@3.12.12...@ant-design/pro-table@3.12.13) (2023-10-11) + +**Note:** Version bump only for package @ant-design/pro-table + + + + ## [3.12.12](https://github.com/ant-design/pro-components/compare/@ant-design/pro-table@3.12.11...@ant-design/pro-table@3.12.12) (2023-09-26) diff --git a/packages/table/package.json b/packages/table/package.json index 95bb5e5cd89d..048b154bbfb5 100644 --- a/packages/table/package.json +++ b/packages/table/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-table", - "version": "3.12.12", + "version": "3.12.13", "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.5.18", - "@ant-design/pro-field": "2.12.9", - "@ant-design/pro-form": "2.21.0", + "@ant-design/pro-card": "2.5.19", + "@ant-design/pro-field": "2.13.0", + "@ant-design/pro-form": "2.21.1", "@ant-design/pro-provider": "2.13.1", - "@ant-design/pro-utils": "2.14.6", + "@ant-design/pro-utils": "2.14.7", "@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 cefb29dba3cd..0b66019873d5 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/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.14.7](https://github.com/ant-design/pro-components/compare/@ant-design/pro-utils@2.14.6...@ant-design/pro-utils@2.14.7) (2023-10-11) + + +### Bug Fixes + +* **form:** 增加透传给 FormItem 的 style 和 className ([#7769](https://github.com/ant-design/pro-components/issues/7769)) ([8a61322](https://github.com/ant-design/pro-components/commit/8a61322e70c3ead150a34af7efaa2a76eb34bc4e)) + + + + ## [2.14.6](https://github.com/ant-design/pro-components/compare/@ant-design/pro-utils@2.14.5...@ant-design/pro-utils@2.14.6) (2023-09-25) diff --git a/packages/utils/package.json b/packages/utils/package.json index e83cd22bae67..6db3af778f98 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-utils", - "version": "2.14.6", + "version": "2.14.7", "description": "@ant-design/pro-utils", "keywords": [ "antd",