Skip to content

Commit

Permalink
docs: add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Aug 19, 2021
1 parent 0d8324b commit 2298ccd
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/pro-descriptions.changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ group:

# Change Log

## @ant-design/pro-descriptions@1.9.6

`2021-08-19`

- 🐛 fix(descriptions): RequestData 类型优化 [#3448](https://github.com/ant-design/pro-components/pull/3448) [@ohhoney1](https://github.com/ohhoney1)

## @ant-design/pro-descriptions@1.8.2

`2021-06-15`
Expand Down
6 changes: 6 additions & 0 deletions docs/pro-field.changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ group:

# Change Log

## @ant-design/pro-field@1.19.0

`2021-08-19`

- 💥 feat(table): 增加在 ProTable 中的 ProColumns 中 fieldProps 支持的属性类型描述 [#3410](https://github.com/ant-design/pro-components/pull/3410) [@kiner-tang](https://github.com/kiner-tang)

## @ant-design/pro-field@1.15.0

`2021-04-15`
Expand Down
13 changes: 13 additions & 0 deletions docs/pro-form.changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@ group:

# Change Log

## @ant-design/pro-form@1.35.0

`2021-08-19`

- 🐛 fix(form): ProFormItem work like Form.Item [#3471](https://github.com/ant-design/pro-components/pull/3471) [@chenshuai2144](https://github.com/chenshuai2144)
- 调整 Spin 大小使其保持垂直居中,更协调 [#3446](https://github.com/ant-design/pro-components/pull/3446) [@hihuangwei](https://github.com/hihuangwei)
- 🐛 fix(form): ProFormSelect: can not search after triggered clear event [#3455](https://github.com/ant-design/pro-components/pull/3455) [@ohhoney1](https://github.com/ohhoney1)
- 🐛 fix(form): ProFormCaptcha onGetCaptcha setSate no work [#3419](https://github.com/ant-design/pro-components/pull/3419) [@cc7gs](https://github.com/cc7gs)
- 💥 feat(form): FormList itemRender support index [#3466](https://github.com/ant-design/pro-components/pull/3466) [@chenshuai2144](https://github.com/chenshuai2144)
- 💥 feat(form): Second support day [#3437](https://github.com/ant-design/pro-components/pull/3437) [@chenshuai2144](https://github.com/chenshuai2144)
- 💥 feat(form): support ProFormInstance types [#3432](https://github.com/ant-design/pro-components/pull/3432) [@chenshuai2144](https://github.com/chenshuai2144)
- 💥 feat(form): support addonBefore and addonAfter [#3434](https://github.com/ant-design/pro-components/pull/3434) [@chenshuai2144](https://github.com/chenshuai2144)

## @ant-design/pro-form@1.33.1

`2021-08-05`
Expand Down
6 changes: 6 additions & 0 deletions docs/pro-layout.changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ group:

# Change Log

## @ant-design/pro-layout@6.24.1

`2021-08-19`

- 🐛 fix(layout): 解决侧边栏菜单折叠按钮切换之后,defaultOpenAll 失效 [#3460](https://github.com/ant-design/pro-components/pull/3460) [@GargantuaX](https://github.com/GargantuaX)

## @ant-design/pro-layout@6.23.1

`2021-07-30`
Expand Down
9 changes: 9 additions & 0 deletions docs/pro-table.changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ group:

# Change Log

## @ant-design/pro-table@2.49.0

`2021-08-19`

- 🐛 fix(table): fix typo entry -> entity [#3474](https://github.com/ant-design/pro-components/pull/3474) [@chenshuai2144](https://github.com/chenshuai2144)
- 🐛 fix(table): 添加滚动条,防止小屏幕下溢出 [#3449](https://github.com/ant-design/pro-components/pull/3449) [@hihuangwei](https://github.com/hihuangwei)
- 🐛 fix(table): rowSelection rowKey of default value [#3407](https://github.com/ant-design/pro-components/pull/3407) [@DerrickTel](https://github.com/DerrickTel)
- 💥 feat(table): 增加在 ProTable 中的 ProColumns 中 fieldProps 支持的属性类型描述 [#3410](https://github.com/ant-design/pro-components/pull/3410) [@kiner-tang](https://github.com/kiner-tang)

## @ant-design/pro-table@2.47.1

`2021-08-05`
Expand Down

0 comments on commit 2298ccd

Please sign in to comment.