diff --git a/packages/card/CHANGELOG.md b/packages/card/CHANGELOG.md index 3f9bf4c94671..3793f33707ca 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.9.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-card@2.9.2...@ant-design/pro-card@2.9.3) (2025-01-06) + + +### Bug Fixes + +* **locale:** add missing newline at end of file for sv_SE, nl_NL, and ro_RO locales ([d0f573f](https://github.com/ant-design/pro-components/commit/d0f573f325db4e863db1fbf70afc25ccf3dde7a7)) + + + + ## [2.9.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-card@2.9.1...@ant-design/pro-card@2.9.2) (2024-11-14) diff --git a/packages/card/package.json b/packages/card/package.json index 9fa6badeb482..774c55641dad 100644 --- a/packages/card/package.json +++ b/packages/card/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-card", - "version": "2.9.2", + "version": "2.9.3", "description": "@ant-design/pro-card", "keywords": [ "antd", @@ -36,8 +36,8 @@ "dependencies": { "@ant-design/cssinjs": "^1.21.1", "@ant-design/icons": "^5.0.0", - "@ant-design/pro-provider": "2.15.2", - "@ant-design/pro-utils": "2.16.2", + "@ant-design/pro-provider": "2.15.3", + "@ant-design/pro-utils": "2.16.3", "@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 db51912df770..5aea77875b75 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/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.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-components@2.8.2...@ant-design/pro-components@2.8.3) (2025-01-06) + + +### Bug Fixes + +* **locale:** add missing newline at end of file for sv_SE, nl_NL, and ro_RO locales ([d0f573f](https://github.com/ant-design/pro-components/commit/d0f573f325db4e863db1fbf70afc25ccf3dde7a7)) + + + + ## [2.8.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-components@2.8.1...@ant-design/pro-components@2.8.2) (2024-11-14) diff --git a/packages/components/package.json b/packages/components/package.json index bc6a6d3546a1..50f812105262 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-components", - "version": "2.8.2", + "version": "2.8.3", "description": "@ant-design/pro-components", "keywords": [ "antd", @@ -35,16 +35,16 @@ "ie >= 11" ], "dependencies": { - "@ant-design/pro-card": "2.9.2", - "@ant-design/pro-descriptions": "2.6.2", - "@ant-design/pro-field": "2.17.2", - "@ant-design/pro-form": "2.31.2", - "@ant-design/pro-layout": "7.21.2", - "@ant-design/pro-list": "2.6.2", - "@ant-design/pro-provider": "2.15.2", + "@ant-design/pro-card": "2.9.3", + "@ant-design/pro-descriptions": "2.6.3", + "@ant-design/pro-field": "3.0.0", + "@ant-design/pro-form": "2.31.3", + "@ant-design/pro-layout": "7.22.0", + "@ant-design/pro-list": "2.6.3", + "@ant-design/pro-provider": "2.15.3", "@ant-design/pro-skeleton": "2.2.1", - "@ant-design/pro-table": "3.18.2", - "@ant-design/pro-utils": "2.16.2", + "@ant-design/pro-table": "3.18.3", + "@ant-design/pro-utils": "2.16.3", "@babel/runtime": "^7.16.3" }, "peerDependencies": { diff --git a/packages/descriptions/CHANGELOG.md b/packages/descriptions/CHANGELOG.md index 2c8f1281c23f..df61b5dfde72 100644 --- a/packages/descriptions/CHANGELOG.md +++ b/packages/descriptions/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.6.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-descriptions@2.6.2...@ant-design/pro-descriptions@2.6.3) (2025-01-06) + + +### Bug Fixes + +* **locale:** add missing newline at end of file for sv_SE, nl_NL, and ro_RO locales ([d0f573f](https://github.com/ant-design/pro-components/commit/d0f573f325db4e863db1fbf70afc25ccf3dde7a7)) + + + + ## [2.6.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-descriptions@2.6.1...@ant-design/pro-descriptions@2.6.2) (2024-11-14) diff --git a/packages/descriptions/package.json b/packages/descriptions/package.json index a2568cb2d91e..33feb4e407dd 100644 --- a/packages/descriptions/package.json +++ b/packages/descriptions/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-descriptions", - "version": "2.6.2", + "version": "2.6.3", "description": "@ant-design/pro-descriptions", "keywords": [ "antd", @@ -34,11 +34,11 @@ "ie >= 11" ], "dependencies": { - "@ant-design/pro-field": "2.17.2", - "@ant-design/pro-form": "2.31.2", - "@ant-design/pro-provider": "2.15.2", + "@ant-design/pro-field": "3.0.0", + "@ant-design/pro-form": "2.31.3", + "@ant-design/pro-provider": "2.15.3", "@ant-design/pro-skeleton": "2.2.1", - "@ant-design/pro-utils": "2.16.2", + "@ant-design/pro-utils": "2.16.3", "@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 841504b6600a..e43ccb6d78f7 100644 --- a/packages/field/CHANGELOG.md +++ b/packages/field/CHANGELOG.md @@ -1,6 +1,24 @@ # 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.0.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-field@2.17.2...@ant-design/pro-field@3.0.0) (2025-01-06) + + +### Bug Fixes + +* **field:** add preserveOriginalLabel prop to SearchSelect ([#8919](https://github.com/ant-design/pro-components/issues/8919)) ([feb8200](https://github.com/ant-design/pro-components/commit/feb8200e162482f8b257a2a80d7ec5aec56b4440)) +* **locale:** add missing newline at end of file for sv_SE, nl_NL, and ro_RO locales ([d0f573f](https://github.com/ant-design/pro-components/commit/d0f573f325db4e863db1fbf70afc25ccf3dde7a7)) + + +### BREAKING CHANGES + +* **field:** None + + + + ## [2.17.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-field@2.17.1...@ant-design/pro-field@2.17.2) (2024-11-14) diff --git a/packages/field/package.json b/packages/field/package.json index 42a329e49ac7..34a7f9864c9b 100644 --- a/packages/field/package.json +++ b/packages/field/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-field", - "version": "2.17.2", + "version": "3.0.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", @@ -30,8 +30,8 @@ ], "dependencies": { "@ant-design/icons": "^5.0.0", - "@ant-design/pro-provider": "2.15.2", - "@ant-design/pro-utils": "2.16.2", + "@ant-design/pro-provider": "2.15.3", + "@ant-design/pro-utils": "2.16.3", "@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 4fd87e88d8f7..c7a163965996 100644 --- a/packages/form/CHANGELOG.md +++ b/packages/form/CHANGELOG.md @@ -1,6 +1,25 @@ # 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.31.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-form@2.31.2...@ant-design/pro-form@2.31.3) (2025-01-06) + + +### Bug Fixes + +* add dateRange type && typo in word ([#8884](https://github.com/ant-design/pro-components/issues/8884)) ([30b6f01](https://github.com/ant-design/pro-components/commit/30b6f01cf0207cc7e378abdae82dbbbb33c925d4)) +* add emptyText fieldItem props ([#8888](https://github.com/ant-design/pro-components/issues/8888)) ([b2627ff](https://github.com/ant-design/pro-components/commit/b2627ff93aa50a51f07b5ee5e899b807cd26c6e2)) +* **locale:** add missing newline at end of file for sv_SE, nl_NL, and ro_RO locales ([d0f573f](https://github.com/ant-design/pro-components/commit/d0f573f325db4e863db1fbf70afc25ccf3dde7a7)) + + +### Performance Improvements + +* add pro-componets path ([#8881](https://github.com/ant-design/pro-components/issues/8881)) ([43ceba3](https://github.com/ant-design/pro-components/commit/43ceba3660ddc8465e5f519711583602b9a6ea7a)) + + + + ## [2.31.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-form@2.31.1...@ant-design/pro-form@2.31.2) (2024-11-14) diff --git a/packages/form/package.json b/packages/form/package.json index 8613cb3e0400..dfa1012bd70d 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-form", - "version": "2.31.2", + "version": "2.31.3", "description": "@ant-design/pro-form", "keywords": [ "antd", @@ -35,9 +35,9 @@ ], "dependencies": { "@ant-design/icons": "^5.0.0", - "@ant-design/pro-field": "2.17.2", - "@ant-design/pro-provider": "2.15.2", - "@ant-design/pro-utils": "2.16.2", + "@ant-design/pro-field": "3.0.0", + "@ant-design/pro-provider": "2.15.3", + "@ant-design/pro-utils": "2.16.3", "@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 db7ef5a1fad3..0c12df705f70 100644 --- a/packages/layout/CHANGELOG.md +++ b/packages/layout/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. + +# [7.22.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.21.2...@ant-design/pro-layout@7.22.0) (2025-01-06) + + +### Bug Fixes + +* **locale:** add missing newline at end of file for sv_SE, nl_NL, and ro_RO locales ([d0f573f](https://github.com/ant-design/pro-components/commit/d0f573f325db4e863db1fbf70afc25ccf3dde7a7)) + + +### Features + +* **layout:** Add drawerProps for SettingDrawer ([#8953](https://github.com/ant-design/pro-components/issues/8953)) ([2e7e5ad](https://github.com/ant-design/pro-components/commit/2e7e5adc0c339455505427a40e0e39089c5d24cf)) + + + + ## [7.21.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.21.1...@ant-design/pro-layout@7.21.2) (2024-11-14) diff --git a/packages/layout/package.json b/packages/layout/package.json index c32f3a8285ac..b1db1d9deebc 100644 --- a/packages/layout/package.json +++ b/packages/layout/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-layout", - "version": "7.21.2", + "version": "7.22.0", "description": "@ant-design/pro-layout", "keywords": [ "antd", @@ -36,8 +36,8 @@ "dependencies": { "@ant-design/cssinjs": "^1.21.1", "@ant-design/icons": "^5.0.0", - "@ant-design/pro-provider": "2.15.2", - "@ant-design/pro-utils": "2.16.2", + "@ant-design/pro-provider": "2.15.3", + "@ant-design/pro-utils": "2.16.3", "@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 11a2d247dc61..f6e3170c4bd7 100644 --- a/packages/list/CHANGELOG.md +++ b/packages/list/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.6.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-list@2.6.2...@ant-design/pro-list@2.6.3) (2025-01-06) + + +### Bug Fixes + +* **locale:** add missing newline at end of file for sv_SE, nl_NL, and ro_RO locales ([d0f573f](https://github.com/ant-design/pro-components/commit/d0f573f325db4e863db1fbf70afc25ccf3dde7a7)) + + + + ## [2.6.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-list@2.6.1...@ant-design/pro-list@2.6.2) (2024-11-14) diff --git a/packages/list/package.json b/packages/list/package.json index d445693c7da3..d705c47f8d65 100644 --- a/packages/list/package.json +++ b/packages/list/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-list", - "version": "2.6.2", + "version": "2.6.3", "description": "🏆 Use Ant Design List like a Pro!", "keywords": [ "antd", @@ -34,10 +34,10 @@ "dependencies": { "@ant-design/cssinjs": "^1.21.1", "@ant-design/icons": "^5.0.0", - "@ant-design/pro-card": "2.9.2", - "@ant-design/pro-field": "2.17.2", - "@ant-design/pro-table": "3.18.2", - "@ant-design/pro-utils": "2.16.2", + "@ant-design/pro-card": "2.9.3", + "@ant-design/pro-field": "3.0.0", + "@ant-design/pro-table": "3.18.3", + "@ant-design/pro-utils": "2.16.3", "@babel/runtime": "^7.18.0", "classnames": "^2.3.2", "dayjs": "^1.11.10", diff --git a/packages/provider/CHANGELOG.md b/packages/provider/CHANGELOG.md index bd5cd03c4048..ea9e04dc4d93 100644 --- a/packages/provider/CHANGELOG.md +++ b/packages/provider/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.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-provider@2.15.2...@ant-design/pro-provider@2.15.3) (2025-01-06) + + +### Bug Fixes + +* **locale:** add missing newline at end of file for sv_SE, nl_NL, and ro_RO locales ([d0f573f](https://github.com/ant-design/pro-components/commit/d0f573f325db4e863db1fbf70afc25ccf3dde7a7)) + + + + ## [2.15.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-provider@2.15.1...@ant-design/pro-provider@2.15.2) (2024-11-14) diff --git a/packages/provider/package.json b/packages/provider/package.json index 150f40f7917d..8d8ea4ea8f5f 100644 --- a/packages/provider/package.json +++ b/packages/provider/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-provider", - "version": "2.15.2", + "version": "2.15.3", "description": "@ant-design/pro-provider", "keywords": [ "antd", diff --git a/packages/table/CHANGELOG.md b/packages/table/CHANGELOG.md index c2828611edc9..0f9a208826b0 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.18.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-table@3.18.2...@ant-design/pro-table@3.18.3) (2025-01-06) + + +### Bug Fixes + +* **locale:** add missing newline at end of file for sv_SE, nl_NL, and ro_RO locales ([d0f573f](https://github.com/ant-design/pro-components/commit/d0f573f325db4e863db1fbf70afc25ccf3dde7a7)) + + + + ## [3.18.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-table@3.18.1...@ant-design/pro-table@3.18.2) (2024-11-14) diff --git a/packages/table/package.json b/packages/table/package.json index cfc1d7a5100b..038fc5311a02 100644 --- a/packages/table/package.json +++ b/packages/table/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-table", - "version": "3.18.2", + "version": "3.18.3", "description": "🏆 Use Ant Design Table like a Pro!", "keywords": [ "antd", @@ -36,11 +36,11 @@ "dependencies": { "@ant-design/cssinjs": "^1.21.1", "@ant-design/icons": "^5.0.0", - "@ant-design/pro-card": "2.9.2", - "@ant-design/pro-field": "2.17.2", - "@ant-design/pro-form": "2.31.2", - "@ant-design/pro-provider": "2.15.2", - "@ant-design/pro-utils": "2.16.2", + "@ant-design/pro-card": "2.9.3", + "@ant-design/pro-field": "3.0.0", + "@ant-design/pro-form": "2.31.3", + "@ant-design/pro-provider": "2.15.3", + "@ant-design/pro-utils": "2.16.3", "@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 afdb3811f8a9..d3ce11d30349 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/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.16.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-utils@2.16.2...@ant-design/pro-utils@2.16.3) (2025-01-06) + + +### Bug Fixes + +* **locale:** add missing newline at end of file for sv_SE, nl_NL, and ro_RO locales ([d0f573f](https://github.com/ant-design/pro-components/commit/d0f573f325db4e863db1fbf70afc25ccf3dde7a7)) + + +### Performance Improvements + +* replace substr with splice ([#8882](https://github.com/ant-design/pro-components/issues/8882)) ([53e5cc7](https://github.com/ant-design/pro-components/commit/53e5cc7afb1af484c8e446db3e03885bb77b5248)) + + + + ## [2.16.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-utils@2.16.1...@ant-design/pro-utils@2.16.2) (2024-11-14) diff --git a/packages/utils/package.json b/packages/utils/package.json index ee468744dd5e..298aff6526f2 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-utils", - "version": "2.16.2", + "version": "2.16.3", "description": "@ant-design/pro-utils", "keywords": [ "antd", @@ -35,7 +35,7 @@ ], "dependencies": { "@ant-design/icons": "^5.0.0", - "@ant-design/pro-provider": "2.15.2", + "@ant-design/pro-provider": "2.15.3", "@babel/runtime": "^7.18.0", "classnames": "^2.3.2", "dayjs": "^1.11.10",