diff --git a/packages/card/CHANGELOG.md b/packages/card/CHANGELOG.md index 507b3931ea3e..7b2fcc7490b1 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.29](https://github.com/ant-design/pro-components/compare/@ant-design/pro-card@2.5.28...@ant-design/pro-card@2.5.29) (2024-01-15) + +**Note:** Version bump only for package @ant-design/pro-card + + + + ## [2.5.28](https://github.com/ant-design/pro-components/compare/@ant-design/pro-card@2.5.27...@ant-design/pro-card@2.5.28) (2023-12-12) diff --git a/packages/card/package.json b/packages/card/package.json index 1ce7edf7cf46..1a2cbfbc7b43 100644 --- a/packages/card/package.json +++ b/packages/card/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-card", - "version": "2.5.28", + "version": "2.5.29", "description": "@ant-design/pro-card", "keywords": [ "antd", @@ -36,7 +36,7 @@ "dependencies": { "@ant-design/icons": "^5.0.0", "@ant-design/pro-provider": "2.13.5", - "@ant-design/pro-utils": "2.15.3", + "@ant-design/pro-utils": "2.15.4", "@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 20d280a6927d..64912040a147 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.45](https://github.com/ant-design/pro-components/compare/@ant-design/pro-components@2.6.44...@ant-design/pro-components@2.6.45) (2024-01-15) + +**Note:** Version bump only for package @ant-design/pro-components + + + + ## [2.6.44](https://github.com/ant-design/pro-components/compare/@ant-design/pro-components@2.6.43...@ant-design/pro-components@2.6.44) (2023-12-12) diff --git a/packages/components/package.json b/packages/components/package.json index 4be1f8bc1619..1c1dcfa656aa 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-components", - "version": "2.6.44", + "version": "2.6.45", "description": "@ant-design/pro-components", "keywords": [ "antd", @@ -35,16 +35,16 @@ "ie >= 11" ], "dependencies": { - "@ant-design/pro-card": "2.5.28", - "@ant-design/pro-descriptions": "2.5.28", - "@ant-design/pro-field": "2.14.3", - "@ant-design/pro-form": "2.23.2", - "@ant-design/pro-layout": "7.17.17", - "@ant-design/pro-list": "2.5.43", + "@ant-design/pro-card": "2.5.29", + "@ant-design/pro-descriptions": "2.5.29", + "@ant-design/pro-field": "2.14.4", + "@ant-design/pro-form": "2.24.0", + "@ant-design/pro-layout": "7.17.18", + "@ant-design/pro-list": "2.5.44", "@ant-design/pro-provider": "2.13.5", "@ant-design/pro-skeleton": "2.1.10", - "@ant-design/pro-table": "3.13.12", - "@ant-design/pro-utils": "2.15.3", + "@ant-design/pro-table": "3.13.13", + "@ant-design/pro-utils": "2.15.4", "@babel/runtime": "^7.16.3" }, "peerDependencies": { diff --git a/packages/descriptions/CHANGELOG.md b/packages/descriptions/CHANGELOG.md index 48c63961d012..e0bc9a8fea1c 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.29](https://github.com/ant-design/pro-components/compare/@ant-design/pro-descriptions@2.5.28...@ant-design/pro-descriptions@2.5.29) (2024-01-15) + +**Note:** Version bump only for package @ant-design/pro-descriptions + + + + ## [2.5.28](https://github.com/ant-design/pro-components/compare/@ant-design/pro-descriptions@2.5.27...@ant-design/pro-descriptions@2.5.28) (2023-12-12) diff --git a/packages/descriptions/package.json b/packages/descriptions/package.json index c1136ab29a3f..1ccdf56ed615 100644 --- a/packages/descriptions/package.json +++ b/packages/descriptions/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-descriptions", - "version": "2.5.28", + "version": "2.5.29", "description": "@ant-design/pro-descriptions", "keywords": [ "antd", @@ -34,10 +34,10 @@ "ie >= 11" ], "dependencies": { - "@ant-design/pro-field": "2.14.3", - "@ant-design/pro-form": "2.23.2", + "@ant-design/pro-field": "2.14.4", + "@ant-design/pro-form": "2.24.0", "@ant-design/pro-skeleton": "2.1.10", - "@ant-design/pro-utils": "2.15.3", + "@ant-design/pro-utils": "2.15.4", "@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 b9519f4120d8..0c81fc945fec 100644 --- a/packages/field/CHANGELOG.md +++ b/packages/field/CHANGELOG.md @@ -1,6 +1,21 @@ # 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.4](https://github.com/ant-design/pro-components/compare/@ant-design/pro-field@2.14.3...@ant-design/pro-field@2.14.4) (2024-01-15) + + +### Bug Fixes + +* **form:** fix ProFormDateRangePicker readonly no warp error ([b2276c3](https://github.com/ant-design/pro-components/commit/b2276c35aee39fb7ee39254c3d5c48c9dea12881)), closes [#7913](https://github.com/ant-design/pro-components/issues/7913) +* **form:** 修复特殊情况(不使用 ProFormMoney 使用 FieldMoney)下格式化错误的问题 ([#8024](https://github.com/ant-design/pro-components/issues/8024)) ([c321689](https://github.com/ant-design/pro-components/commit/c32168973008ddfe7d9c4bef79e1cbd46387b8d3)) +* **form:** 修复特殊情况下多出 moneySymbol 的问题 ([#8004](https://github.com/ant-design/pro-components/issues/8004)) ([f9f0a63](https://github.com/ant-design/pro-components/commit/f9f0a63e9f18950754f6ba6efaead3ab8dcfdb5d)) +* slove moneySymbol judge was error ([#8003](https://github.com/ant-design/pro-components/issues/8003)) ([75d5b55](https://github.com/ant-design/pro-components/commit/75d5b552986c5f86e6380cb28ed2f7d0541c6cc3)) + + + + ## [2.14.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-field@2.14.2...@ant-design/pro-field@2.14.3) (2023-12-12) diff --git a/packages/field/package.json b/packages/field/package.json index aaf3b74b50b4..f5084212ca58 100644 --- a/packages/field/package.json +++ b/packages/field/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-field", - "version": "2.14.3", + "version": "2.14.4", "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.5", - "@ant-design/pro-utils": "2.15.3", + "@ant-design/pro-utils": "2.15.4", "@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 289a867bc35d..d731a94bdfd8 100644 --- a/packages/form/CHANGELOG.md +++ b/packages/form/CHANGELOG.md @@ -1,6 +1,29 @@ # 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.24.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-form@2.23.2...@ant-design/pro-form@2.24.0) (2024-01-15) + + +### Bug Fixes + +* **form:** add playsInline props ([e1233d1](https://github.com/ant-design/pro-components/commit/e1233d1eb9dde02a5fd74a176586dc2279fada81)), closes [#8011](https://github.com/ant-design/pro-components/issues/8011) +* **form:** no set maxHeight ([64dc9f7](https://github.com/ant-design/pro-components/commit/64dc9f77e6ca6333b3dfc4f42ad74cc11a3df051)) +* **form:** remove extra `div` ([#7987](https://github.com/ant-design/pro-components/issues/7987)) ([d9bee22](https://github.com/ant-design/pro-components/commit/d9bee225021b9c50e7a25e5e657ed9432fef0f74)) +* **form:** 修复dateFormatter使用string类型提示错误 ([#8029](https://github.com/ant-design/pro-components/issues/8029)) ([6d764ad](https://github.com/ant-design/pro-components/commit/6d764ad498405ad59f4fda71db1b0c632d8150a1)) +* **form:** 修复特殊情况(不使用 ProFormMoney 使用 FieldMoney)下格式化错误的问题 ([#8024](https://github.com/ant-design/pro-components/issues/8024)) ([c321689](https://github.com/ant-design/pro-components/commit/c32168973008ddfe7d9c4bef79e1cbd46387b8d3)) +* **form:** 修复特殊情况下多出 moneySymbol 的问题 ([#8004](https://github.com/ant-design/pro-components/issues/8004)) ([f9f0a63](https://github.com/ant-design/pro-components/commit/f9f0a63e9f18950754f6ba6efaead3ab8dcfdb5d)) +* **list:** 修复ProFormList透传部分属性到FormItem中导致的react警告 ([#8051](https://github.com/ant-design/pro-components/issues/8051)) ([ebc08bf](https://github.com/ant-design/pro-components/commit/ebc08bf49248156788448cbf94754c67d5ee1ba0)) + + +### Features + +* **form:** 添加FormItemRender组件 ([#8012](https://github.com/ant-design/pro-components/issues/8012)) ([bfd905e](https://github.com/ant-design/pro-components/commit/bfd905ef97b948e4f79ab6afee4005c92ac61d14)) + + + + ## [2.23.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-form@2.23.1...@ant-design/pro-form@2.23.2) (2023-12-12) diff --git a/packages/form/package.json b/packages/form/package.json index 6e1905a4f5c4..d7098072ee29 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-form", - "version": "2.23.2", + "version": "2.24.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.3", + "@ant-design/pro-field": "2.14.4", "@ant-design/pro-provider": "2.13.5", - "@ant-design/pro-utils": "2.15.3", + "@ant-design/pro-utils": "2.15.4", "@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 84435caddcc2..e5307495c031 100644 --- a/packages/layout/CHANGELOG.md +++ b/packages/layout/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. + +## [7.17.18](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.17.17...@ant-design/pro-layout@7.17.18) (2024-01-15) + + +### Bug Fixes + +* **layout:** if bgImgStyleList is null ,no render bg-list dom ([0b26161](https://github.com/ant-design/pro-components/commit/0b2616145aeae60f0bcb9f4d87b86c75e45fafcf)) + + + + ## [7.17.17](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.17.16...@ant-design/pro-layout@7.17.17) (2023-12-12) diff --git a/packages/layout/package.json b/packages/layout/package.json index 18211718d608..22cb3d55c401 100644 --- a/packages/layout/package.json +++ b/packages/layout/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-layout", - "version": "7.17.17", + "version": "7.17.18", "description": "@ant-design/pro-layout", "keywords": [ "antd", @@ -36,7 +36,7 @@ "dependencies": { "@ant-design/icons": "^5.0.0", "@ant-design/pro-provider": "2.13.5", - "@ant-design/pro-utils": "2.15.3", + "@ant-design/pro-utils": "2.15.4", "@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 5c38a541230f..4e9a658784bc 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.44](https://github.com/ant-design/pro-components/compare/@ant-design/pro-list@2.5.43...@ant-design/pro-list@2.5.44) (2024-01-15) + +**Note:** Version bump only for package @ant-design/pro-list + + + + ## [2.5.43](https://github.com/ant-design/pro-components/compare/@ant-design/pro-list@2.5.42...@ant-design/pro-list@2.5.43) (2023-12-12) diff --git a/packages/list/package.json b/packages/list/package.json index fdde2c393fb2..608a0cc24ba0 100644 --- a/packages/list/package.json +++ b/packages/list/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-list", - "version": "2.5.43", + "version": "2.5.44", "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.28", - "@ant-design/pro-field": "2.14.3", - "@ant-design/pro-table": "3.13.12", - "@ant-design/pro-utils": "2.15.3", + "@ant-design/pro-card": "2.5.29", + "@ant-design/pro-field": "2.14.4", + "@ant-design/pro-table": "3.13.13", + "@ant-design/pro-utils": "2.15.4", "@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 4cb03bc12130..2c5ef81e4fe9 100644 --- a/packages/table/CHANGELOG.md +++ b/packages/table/CHANGELOG.md @@ -1,6 +1,21 @@ # 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.13.13](https://github.com/ant-design/pro-components/compare/@ant-design/pro-table@3.13.12...@ant-design/pro-table@3.13.13) (2024-01-15) + + +### Bug Fixes + +* **form:** 修复dateFormatter使用string类型提示错误 ([#8029](https://github.com/ant-design/pro-components/issues/8029)) ([6d764ad](https://github.com/ant-design/pro-components/commit/6d764ad498405ad59f4fda71db1b0c632d8150a1)) +* **table:** Record Creator re-render when props change ([#8018](https://github.com/ant-design/pro-components/issues/8018)) ([c0187d2](https://github.com/ant-design/pro-components/commit/c0187d2160ca72413b4e645023a2849acd9fa725)) +* 删除log代码 ([#7995](https://github.com/ant-design/pro-components/issues/7995)) ([c867cd2](https://github.com/ant-design/pro-components/commit/c867cd214aa64cbfbe38326061338849850bb6b9)) +* **table:** 修复同时使用 defalutValue 和 Storage 存储的情况下,defalutValue失效的问题 ([#7979](https://github.com/ant-design/pro-components/issues/7979)) ([76bb081](https://github.com/ant-design/pro-components/commit/76bb0811fbc6e14287a05fd863d694d356e3322c)) + + + + ## [3.13.12](https://github.com/ant-design/pro-components/compare/@ant-design/pro-table@3.13.11...@ant-design/pro-table@3.13.12) (2023-12-12) diff --git a/packages/table/package.json b/packages/table/package.json index 3d2a101423f2..2c6f1e9dc425 100644 --- a/packages/table/package.json +++ b/packages/table/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-table", - "version": "3.13.12", + "version": "3.13.13", "description": "🏆 Use Ant Design Table like a Pro!", "keywords": [ "antd", @@ -35,19 +35,19 @@ ], "dependencies": { "@ant-design/icons": "^5.0.0", - "@ant-design/pro-card": "2.5.28", - "@ant-design/pro-field": "2.14.3", - "@ant-design/pro-form": "2.23.2", + "@ant-design/pro-card": "2.5.29", + "@ant-design/pro-field": "2.14.4", + "@ant-design/pro-form": "2.24.0", "@ant-design/pro-provider": "2.13.5", - "@ant-design/pro-utils": "2.15.3", + "@ant-design/pro-utils": "2.15.4", "@babel/runtime": "^7.18.0", "@dnd-kit/core": "^6.0.8", "@dnd-kit/modifiers": "^6.0.1", - "lodash.merge": "^4.6.2", "@dnd-kit/sortable": "^7.0.2", "@dnd-kit/utilities": "^3.2.1", "classnames": "^2.3.2", "dayjs": "^1.11.10", + "lodash.merge": "^4.6.2", "omit.js": "^2.0.2", "rc-resize-observer": "^1.0.0", "rc-util": "^5.0.1" diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 7d95e90e2817..bce6edb87a2b 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.15.4](https://github.com/ant-design/pro-components/compare/@ant-design/pro-utils@2.15.3...@ant-design/pro-utils@2.15.4) (2024-01-15) + + +### Bug Fixes + +* **form:** 修复dateFormatter使用string类型提示错误 ([#8029](https://github.com/ant-design/pro-components/issues/8029)) ([6d764ad](https://github.com/ant-design/pro-components/commit/6d764ad498405ad59f4fda71db1b0c632d8150a1)) + + + + ## [2.15.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-utils@2.15.2...@ant-design/pro-utils@2.15.3) (2023-12-12) diff --git a/packages/utils/package.json b/packages/utils/package.json index 7c7138267b8d..b2dae5219823 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-utils", - "version": "2.15.3", + "version": "2.15.4", "description": "@ant-design/pro-utils", "keywords": [ "antd",