Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Nov 17, 2020
1 parent 6ab89ce commit e377c36
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/pro-card.changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ group:

# Change Log

## @ant-design/pro-card@1.5.0

`2020-11-17`

- 💥 feat(card): pro-card support Group and Divider [#992](https://github.com/ant-design/pro-components/pull/992) [@rdmclin2](https://github.com/rdmclin2)

## @ant-design/pro-card@1.4.3

`2020-10-29`
Expand Down
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.0.34

`2020-11-17`

- fix: missing dependency use-json-comparison [#996](https://github.com/ant-design/pro-components/pull/996) [@afc163](https://github.com/afc163)

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

`2020-08-17`
Expand Down
7 changes: 7 additions & 0 deletions docs/pro-field.changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ group:

# Change Log

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

`2020-11-17`

- 🐛 fix(field): 解决只读模式默认值为空的情况不走 render 的问题 [#630](https://github.com/ant-design/pro-components/pull/630) [@ShawDanon](https://github.com/ShawDanon)
- 💥 feat(field): set the useSwr option revalidateOnFocus to false [#950](https://github.com/ant-design/pro-components/pull/950) [@yingzhiji](https://github.com/yingzhiji)

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

`2020-11-10`
Expand Down
10 changes: 10 additions & 0 deletions docs/pro-form.changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ group:

# Change Log

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

`2020-11-17`

- 💄 UI(form): add a empty label [#980](https://github.com/ant-design/pro-components/pull/980) [@chenshuai2144](https://github.com/chenshuai2144)
- 🐛 fix(form): fix form captcha loading error [#945](https://github.com/ant-design/pro-components/pull/945) [@3lang3](https://github.com/3lang3)
- 🐛 fix(form): raise style priority [#960](https://github.com/ant-design/pro-components/pull/960) [@chenshuai2144](https://github.com/chenshuai2144)
- feat: LightFilter support allowClear [#974](https://github.com/ant-design/pro-components/pull/974) [@yutingzhao1991](https://github.com/yutingzhao1991)
- 💥 feat(form): support readonly [#963](https://github.com/ant-design/pro-components/pull/963) [@chenshuai2144](https://github.com/chenshuai2144)

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

`2020-11-04`
Expand Down
7 changes: 7 additions & 0 deletions docs/pro-layout.changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ group:

# Change Log

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

`2020-11-17`

- 💥 feat(layout): Feat/pagecontainer ghost [#989](https://github.com/ant-design/pro-components/pull/989) [@rdmclin2](https://github.com/rdmclin2)
- fix: 修复 mix 模式下,顶部导航渲染 bug [#975](https://github.com/ant-design/pro-components/pull/975) [@hangaoke1](https://github.com/hangaoke1)

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

`2020-11-10`
Expand Down
6 changes: 6 additions & 0 deletions docs/pro-table.changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ group:

# Change Log

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

`2020-11-17`

- 🐛 fix(table): fix render dom is 0 error [#984](https://github.com/ant-design/pro-components/pull/984) [@chenshuai2144](https://github.com/chenshuai2144)

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

`2020-11-09`
Expand Down
2 changes: 1 addition & 1 deletion packages/form/src/components/Captcha/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const ProFormCaptcha: React.FC<ProFormCaptchaProps> = React.forwardRef((props, r
setTiming(true);
} catch (error) {
setLoading(false);
console.log(error)
console.log(error);
}
}, []);

Expand Down

0 comments on commit e377c36

Please sign in to comment.