Skip to content

Commit

Permalink
🎨 chore(release): Publish
Browse files Browse the repository at this point in the history
 - @ant-design/pro-card@2.5.6
 - @ant-design/pro-components@2.6.6
 - @ant-design/pro-descriptions@2.4.6
 - @ant-design/pro-field@2.10.6
 - @ant-design/pro-form@2.16.0
 - @ant-design/pro-layout@7.16.2
 - @ant-design/pro-list@2.5.6
 - @ant-design/pro-table@3.10.0
 - @ant-design/pro-utils@2.12.5
  • Loading branch information
chenshuai2144 committed Jul 19, 2023
1 parent 6ce82ef commit 8e95ecb
Show file tree
Hide file tree
Showing 18 changed files with 180 additions and 42 deletions.
15 changes: 14 additions & 1 deletion packages/card/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.5.6](https://github.com/ant-design/pro-components/compare/@ant-design/pro-card@2.5.5...@ant-design/pro-card@2.5.6) (2023-07-19)


### Bug Fixes

* **list:** ProList card support on checked ([2a0257e](https://github.com/ant-design/pro-components/commit/2a0257e476555323bf6813c4a3648c6a08dbb63d))
* **table:** when checkable=false, no render all select boxs ([5421e41](https://github.com/ant-design/pro-components/commit/5421e41671afc084d6ba6cdb992e5320e72c2f8d))





## [2.5.5](https://github.com/ant-design/pro-components/compare/@ant-design/pro-card@2.5.4...@ant-design/pro-card@2.5.5) (2023-07-14)

Expand Down
4 changes: 2 additions & 2 deletions packages/card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ant-design/pro-card",
"version": "2.5.5",
"version": "2.5.6",
"description": "@ant-design/pro-card",
"keywords": [
"antd",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@ant-design/icons": "^5.0.0",
"@ant-design/pro-provider": "2.11.1",
"@ant-design/pro-utils": "2.12.4",
"@ant-design/pro-utils": "2.12.5",
"@babel/runtime": "^7.18.0",
"classnames": "^2.3.2",
"omit.js": "^2.0.2",
Expand Down
11 changes: 10 additions & 1 deletion packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.6](https://github.com/ant-design/pro-components/compare/@ant-design/pro-components@2.6.5...@ant-design/pro-components@2.6.6) (2023-07-19)

**Note:** Version bump only for package @ant-design/pro-components





## [2.6.5](https://github.com/ant-design/pro-components/compare/@ant-design/pro-components@2.6.4...@ant-design/pro-components@2.6.5) (2023-07-14)

Expand Down
18 changes: 9 additions & 9 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ant-design/pro-components",
"version": "2.6.5",
"version": "2.6.6",
"description": "@ant-design/pro-components",
"keywords": [
"antd",
Expand Down Expand Up @@ -35,16 +35,16 @@
"ie >= 11"
],
"dependencies": {
"@ant-design/pro-card": "2.5.5",
"@ant-design/pro-descriptions": "2.4.5",
"@ant-design/pro-field": "2.10.5",
"@ant-design/pro-form": "2.15.1",
"@ant-design/pro-layout": "7.16.1",
"@ant-design/pro-list": "2.5.5",
"@ant-design/pro-card": "2.5.6",
"@ant-design/pro-descriptions": "2.4.6",
"@ant-design/pro-field": "2.10.6",
"@ant-design/pro-form": "2.16.0",
"@ant-design/pro-layout": "7.16.2",
"@ant-design/pro-list": "2.5.6",
"@ant-design/pro-provider": "2.11.1",
"@ant-design/pro-skeleton": "2.1.6",
"@ant-design/pro-table": "3.9.1",
"@ant-design/pro-utils": "2.12.4",
"@ant-design/pro-table": "3.10.0",
"@ant-design/pro-utils": "2.12.5",
"@babel/runtime": "^7.16.3"
},
"peerDependencies": {
Expand Down
14 changes: 13 additions & 1 deletion packages/descriptions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.4.6](https://github.com/ant-design/pro-components/compare/@ant-design/pro-descriptions@2.4.5...@ant-design/pro-descriptions@2.4.6) (2023-07-19)


### Bug Fixes

* **descriptions:** contentStyle add minwidth=0 ([9087253](https://github.com/ant-design/pro-components/commit/9087253b914d1d6280b9eb52011db63dcf009b89))





## [2.4.5](https://github.com/ant-design/pro-components/compare/@ant-design/pro-descriptions@2.4.4...@ant-design/pro-descriptions@2.4.5) (2023-07-14)

Expand Down
8 changes: 4 additions & 4 deletions packages/descriptions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ant-design/pro-descriptions",
"version": "2.4.5",
"version": "2.4.6",
"description": "@ant-design/pro-descriptions",
"keywords": [
"antd",
Expand Down Expand Up @@ -34,10 +34,10 @@
"ie >= 11"
],
"dependencies": {
"@ant-design/pro-field": "2.10.5",
"@ant-design/pro-form": "2.15.1",
"@ant-design/pro-field": "2.10.6",
"@ant-design/pro-form": "2.16.0",
"@ant-design/pro-skeleton": "2.1.6",
"@ant-design/pro-utils": "2.12.4",
"@ant-design/pro-utils": "2.12.5",
"@babel/runtime": "^7.18.0",
"rc-resize-observer": "^0.2.3",
"rc-util": "^5.0.6",
Expand Down
19 changes: 18 additions & 1 deletion packages/field/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.10.6](https://github.com/ant-design/pro-components/compare/@ant-design/pro-field@2.10.5...@ant-design/pro-field@2.10.6) (2023-07-19)


### Bug Fixes

* **form:** CheckBox readonly mode support warp ([646f4a7](https://github.com/ant-design/pro-components/commit/646f4a7065de93eb7d5cbcce2e3ea1e28657e552))
* **form:** fix jsonCode bgColor no work in dart mode ([03927db](https://github.com/ant-design/pro-components/commit/03927dba5b166e882acefdbf21647507ae76b020))
* **form:** Fix the issue of the ProFormMoney component causing duplicate currency symbols when using trigger=onBlur ([bc94215](https://github.com/ant-design/pro-components/commit/bc9421543f4fb49774b4844b60dda39d19e52307))
* **form:** LightFilter default set popupMatchSelectWidth=false ([27667aa](https://github.com/ant-design/pro-components/commit/27667aa5a4b46b61b7b9fa132f59532e3d6ae2f4))
* **form:** select use options ([59d5e72](https://github.com/ant-design/pro-components/commit/59d5e72b3cd57d4d91ce2a0e0b6abde1f68f37cf))
* **form:** use 'Space.Compact' instead 'Input.Group' ([89e1fb4](https://github.com/ant-design/pro-components/commit/89e1fb4cd721ef7a6e01336c8e962b278a27bcbb))





## [2.10.5](https://github.com/ant-design/pro-components/compare/@ant-design/pro-field@2.10.4...@ant-design/pro-field@2.10.5) (2023-07-14)

Expand Down
4 changes: 2 additions & 2 deletions packages/field/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ant-design/pro-field",
"version": "2.10.5",
"version": "2.10.6",
"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",
Expand Down Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@ant-design/icons": "^5.0.0",
"@ant-design/pro-provider": "2.11.1",
"@ant-design/pro-utils": "2.12.4",
"@ant-design/pro-utils": "2.12.5",
"@babel/runtime": "^7.18.0",
"@chenshuai2144/sketch-color": "^1.0.8",
"classnames": "^2.3.2",
Expand Down
23 changes: 22 additions & 1 deletion packages/form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
# 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.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-form@2.15.1...@ant-design/pro-form@2.16.0) (2023-07-19)


### Bug Fixes

* **form:** Fix the issue of the ProFormMoney component causing duplicate currency symbols when using trigger=onBlur ([bc94215](https://github.com/ant-design/pro-components/commit/bc9421543f4fb49774b4844b60dda39d19e52307))
* **form:** ModalForm and DrawerForm support params type ([76470d8](https://github.com/ant-design/pro-components/commit/76470d81a88909d4b21ba3b06606434801e02007))
* **form:** support OptionType types ([189f933](https://github.com/ant-design/pro-components/commit/189f9338be78af8dbdc54cb74432844a51b2c0c6))
* **form:** 修复当LightFilter折叠模式icon样式问题 ([#7388](https://github.com/ant-design/pro-components/issues/7388)) ([bba664a](https://github.com/ant-design/pro-components/commit/bba664a955376d05284e5da81082cc002dd339bd))


### Features

* **form:** drawer support resizable ([#7288](https://github.com/ant-design/pro-components/issues/7288)) ([3f5cbe6](https://github.com/ant-design/pro-components/commit/3f5cbe667670b870f930005639f3c1eb7065144d))
* **form:** StepsForm support multifile StepForm ([ccc35f5](https://github.com/ant-design/pro-components/commit/ccc35f581c18e05391209c6bd66b08a023b2427b))





## [2.15.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-form@2.15.0...@ant-design/pro-form@2.15.1) (2023-07-14)

Expand Down
6 changes: 3 additions & 3 deletions packages/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ant-design/pro-form",
"version": "2.15.1",
"version": "2.16.0",
"description": "@ant-design/pro-form",
"keywords": [
"antd",
Expand Down Expand Up @@ -35,9 +35,9 @@
],
"dependencies": {
"@ant-design/icons": "^5.0.0",
"@ant-design/pro-field": "2.10.5",
"@ant-design/pro-field": "2.10.6",
"@ant-design/pro-provider": "2.11.1",
"@ant-design/pro-utils": "2.12.4",
"@ant-design/pro-utils": "2.12.5",
"@babel/runtime": "^7.18.0",
"@chenshuai2144/sketch-color": "^1.0.7",
"@umijs/use-params": "^1.0.9",
Expand Down
18 changes: 17 additions & 1 deletion packages/layout/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# 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.16.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.16.1...@ant-design/pro-layout@7.16.2) (2023-07-19)


### Bug Fixes

* **layout:** disable SiderContext when Sider other dom ([4d53446](https://github.com/ant-design/pro-components/commit/4d53446a608fe91d57aaece6cc7bffe89e387b2a))
* **layout:** fix FooterToolBar width error ([54d9afe](https://github.com/ant-design/pro-components/commit/54d9afef13b21f3a502048941f787dfcda0d910a))
* **layout:** Layout siderMenu delete getContainer = false ([ed0c88b](https://github.com/ant-design/pro-components/commit/ed0c88b01cc24a742578d00563ca48b27995e37a))
* **layout:** menuItem support disableTooltip ([84b79c8](https://github.com/ant-design/pro-components/commit/84b79c85991ce8a34ef047f57849bcafe32e2cf1))
* **table:** Fix the issue of actionref not being synchronized ([2160fb8](https://github.com/ant-design/pro-components/commit/2160fb846bcfe41809a37dfe6e1cc3fce1d211e7))





## [7.16.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.16.0...@ant-design/pro-layout@7.16.1) (2023-07-14)

Expand Down
4 changes: 2 additions & 2 deletions packages/layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ant-design/pro-layout",
"version": "7.16.1",
"version": "7.16.2",
"description": "@ant-design/pro-layout",
"keywords": [
"antd",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@ant-design/icons": "^5.0.0",
"@ant-design/pro-provider": "2.11.1",
"@ant-design/pro-utils": "2.12.4",
"@ant-design/pro-utils": "2.12.5",
"@babel/runtime": "^7.18.0",
"@umijs/route-utils": "^4.0.0",
"@umijs/use-params": "^1.0.9",
Expand Down
15 changes: 14 additions & 1 deletion packages/list/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.5.6](https://github.com/ant-design/pro-components/compare/@ant-design/pro-list@2.5.5...@ant-design/pro-list@2.5.6) (2023-07-19)


### Bug Fixes

* **form:** select use options ([59d5e72](https://github.com/ant-design/pro-components/commit/59d5e72b3cd57d4d91ce2a0e0b6abde1f68f37cf))
* **list:** ProList card support on checked ([2a0257e](https://github.com/ant-design/pro-components/commit/2a0257e476555323bf6813c4a3648c6a08dbb63d))





## [2.5.5](https://github.com/ant-design/pro-components/compare/@ant-design/pro-list@2.5.4...@ant-design/pro-list@2.5.5) (2023-07-14)

Expand Down
10 changes: 5 additions & 5 deletions packages/list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ant-design/pro-list",
"version": "2.5.5",
"version": "2.5.6",
"description": "🏆 Use Ant Design List like a Pro!",
"keywords": [
"antd",
Expand Down Expand Up @@ -33,10 +33,10 @@
],
"dependencies": {
"@ant-design/icons": "^5.0.0",
"@ant-design/pro-card": "2.5.5",
"@ant-design/pro-field": "2.10.5",
"@ant-design/pro-table": "3.9.1",
"@ant-design/pro-utils": "2.12.4",
"@ant-design/pro-card": "2.5.6",
"@ant-design/pro-field": "2.10.6",
"@ant-design/pro-table": "3.10.0",
"@ant-design/pro-utils": "2.12.5",
"@babel/runtime": "^7.18.0",
"classnames": "^2.3.2",
"dayjs": "^1.11.9",
Expand Down
26 changes: 25 additions & 1 deletion packages/table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
# 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.10.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-table@3.9.1...@ant-design/pro-table@3.10.0) (2023-07-19)


### Bug Fixes

* **table:** dataSource support string list ([7b81b4c](https://github.com/ant-design/pro-components/commit/7b81b4c8ae247ccc4198ef597a9ae58d83ab697a))
* **table:** fix renderFormItem render twice render time ([c3b8ffd](https://github.com/ant-design/pro-components/commit/c3b8ffd62f2100789e749907b5aef84c6966c528))
* **table:** Fix the columnsSetting styling issue in controlling column state when the table header is too long ([5b746b3](https://github.com/ant-design/pro-components/commit/5b746b3cfef9a2da021d963d8c723e5a9b9b829a))
* **table:** Fix the issue of actionref not being synchronized ([2160fb8](https://github.com/ant-design/pro-components/commit/2160fb846bcfe41809a37dfe6e1cc3fce1d211e7))
* **table:** Fix the issue where align="center" is not working ([db6fc65](https://github.com/ant-design/pro-components/commit/db6fc655b9994826238bb6b63588467ff8c6a6f8))
* **table:** params change awaly reload fetch ([b147a16](https://github.com/ant-design/pro-components/commit/b147a16cd5d15bf6aad383683d9ffecdf1861e1d))
* **table:** Protable support EXPAND_COLUMN and SELECTION_COLUMN ([3454347](https://github.com/ant-design/pro-components/commit/34543475aaf00f7a73b2bcd148021fc7eb13bba9))
* **table:** when checkable=false, no render all select boxs ([5421e41](https://github.com/ant-design/pro-components/commit/5421e41671afc084d6ba6cdb992e5320e72c2f8d))


### Features

* **table:** ProTable support optionsRender ([8b56b6a](https://github.com/ant-design/pro-components/commit/8b56b6ae20aa21d80ad8bb4c17239a5bf9192f0b))





## [3.9.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-table@3.9.0...@ant-design/pro-table@3.9.1) (2023-07-14)

Expand Down
10 changes: 5 additions & 5 deletions packages/table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ant-design/pro-table",
"version": "3.9.1",
"version": "3.10.0",
"description": "🏆 Use Ant Design Table like a Pro!",
"keywords": [
"antd",
Expand Down Expand Up @@ -35,11 +35,11 @@
],
"dependencies": {
"@ant-design/icons": "^5.0.0",
"@ant-design/pro-card": "2.5.5",
"@ant-design/pro-field": "2.10.5",
"@ant-design/pro-form": "2.15.1",
"@ant-design/pro-card": "2.5.6",
"@ant-design/pro-field": "2.10.6",
"@ant-design/pro-form": "2.16.0",
"@ant-design/pro-provider": "2.11.1",
"@ant-design/pro-utils": "2.12.4",
"@ant-design/pro-utils": "2.12.5",
"@babel/runtime": "^7.18.0",
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/sortable": "^7.0.2",
Expand Down
15 changes: 14 additions & 1 deletion packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.12.5](https://github.com/ant-design/pro-components/compare/@ant-design/pro-utils@2.12.4...@ant-design/pro-utils@2.12.5) (2023-07-19)


### Bug Fixes

* **form:** ModalForm and DrawerForm support params type ([76470d8](https://github.com/ant-design/pro-components/commit/76470d81a88909d4b21ba3b06606434801e02007))
* **form:** select use options ([59d5e72](https://github.com/ant-design/pro-components/commit/59d5e72b3cd57d4d91ce2a0e0b6abde1f68f37cf))





## [2.12.4](https://github.com/ant-design/pro-components/compare/@ant-design/pro-utils@2.12.3...@ant-design/pro-utils@2.12.4) (2023-07-14)

Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ant-design/pro-utils",
"version": "2.12.4",
"version": "2.12.5",
"description": "@ant-design/pro-utils",
"keywords": [
"antd",
Expand Down

0 comments on commit 8e95ecb

Please sign in to comment.