Skip to content

Commit a3fb511

Browse files
authored
Merge pull request ant-design#17227 from ant-design/changelog-3.19.7
docs: release 3.19.7
2 parents 606ed90 + af090dc commit a3fb511

5 files changed

+29
-3
lines changed

CHANGELOG.en-US.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,19 @@ timeline: true
1515

1616
---
1717

18+
## 3.19.7
19+
20+
`2019-06-21`
21+
22+
- 🐞 Fix Descriptions throw error when contains falsy child. [#17207](https://github.com/ant-design/ant-design/pull/17207) [@superandrew213](http://github.com/superandrew213)
23+
- 🐞 Fix a scrollbar style problem of empty Table in IE. [#17223](https://github.com/ant-design/ant-design/pull/17223)
24+
- 🐞 Fix single Breadcrumb not showing on PageHeader. [#17209](https://github.com/ant-design/ant-design/pull/17209)
25+
- 🐞 Fix Modal that 24px botton area cannot trigger mask click event. [#17229](https://github.com/ant-design/ant-design/pull/17229)
26+
- 🐞 Fix Layout Sider‘s zero-width trigger `z-index` bug. [#17228](https://github.com/ant-design/ant-design/pull/17228)
27+
- TypeScript
28+
- ⚡️ Use the `unknown` type in typescript 3.0 to improve defintions. [#14044](https://github.com/ant-design/ant-design/issues/14044) [@Zzzen](http://github.com/Zzzen)
29+
- 🐞 Fix Calendar `headerRender` should be optional. [#17063](https://github.com/ant-design/ant-design/pull/17063) [@wonderjar](http://github.com/wonderjar)
30+
1831
## 3.19.6
1932

2033
`2019-06-19`

CHANGELOG.zh-CN.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,19 @@ timeline: true
1515

1616
---
1717

18+
## 3.19.7
19+
20+
`2019-06-21`
21+
22+
- 🐞 修复 Descriptions 内无法嵌套空值的问题。[#17207](https://github.com/ant-design/ant-design/pull/17207) [@superandrew213](http://github.com/superandrew213)
23+
- 🐞 修复 Table 空数据表格在 IE 下的一个滚动条样式问题。[#17223](https://github.com/ant-design/ant-design/pull/17223)
24+
- 🐞 修复单个 Breadcrumb 未在 PageHeader 上显示的问题。[#17209](https://github.com/ant-design/ant-design/pull/17209)
25+
- 🐞 修复 Modal 底部 24px 像素遮罩区域无法触发关闭弹窗行为。[#17229](https://github.com/ant-design/ant-design/pull/17229)
26+
- 🐞 修复 Layout Sider 的展开按钮 `z-index` 太低的问题。[#17228](https://github.com/ant-design/ant-design/pull/17228)
27+
- TypeScript
28+
- ⚡️ 使用 `unknown` 代替 `any` 优化 TypeScript 定义。[#14044](https://github.com/ant-design/ant-design/issues/14044) [@Zzzen](http://github.com/Zzzen)
29+
- 🐞 修复 Calendar `headerRender` 属性为可选。[#17063](https://github.com/ant-design/ant-design/pull/17063) [@wonderjar](http://github.com/wonderjar)
30+
1831
## 3.19.6
1932

2033
`2019-06-19`

docs/react/practical-projects.en-US.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $ cd myapp
2424

2525
It is recommended to use yarn to create an application and execute the following command.
2626

27-
> If you insist on using npm, execute `npm install -g create-umi && create-umi` and the effect will be the same.
27+
> If you are using npm, execute `npm create umi` and the effect will be the same.
2828
2929
```bash
3030
$ yarn create umi

docs/react/practical-projects.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $ cd myapp
2424

2525
推荐使用 yarn 创建应用,执行以下命令,
2626

27-
> 如果你坚持用 npm,可执行 `npm install -g create-umi && create-umi`,效果一致。
27+
> 如果你使用 npm,可执行 `npm create umi`,效果一致。
2828
2929
```bash
3030
$ yarn create umi

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "antd",
3-
"version": "3.19.6",
3+
"version": "3.19.7",
44
"title": "Ant Design",
55
"description": "An enterprise-class UI design language and React components implementation",
66
"homepage": "http://ant.design/",

0 commit comments

Comments
 (0)