Browse Source
Merge pull request #15175 from ant-design/changelog
Add 3.14.1 changelog
pull/15178/head
陈帅
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
22 additions and
5 deletions
CHANGELOG.en-US.md
CHANGELOG.zh-CN.md
package.json
@ -14,13 +14,23 @@ timeline: true
* Major version release is not included in this schedule for breaking change and new features.
---
## 3.14.1
`2019-03-04`
- 🌟 PageHeader support `className` prop. [#15159 ](https://github.com/ant-design/ant-design/pull/15159 )
- 🐞 Fix Form warning with unique key & additional attributes. [#15160 ](https://github.com/ant-design/ant-design/pull/15160 )
- 🐞 Fix `getPopupContainer` of ConfigProvider not work with DatePicker. [#15156 ](https://github.com/ant-design/ant-design/pull/15156 )
- 🐞 Fix Collapse `extra` node style missing. [#15176 ](https://github.com/ant-design/ant-design/pull/15176 )
## 3.14.0
`2019-03-02`
- Two new components added this month:
- 🔥🔥🔥[Typography](https://github.com/ant-design/ant-design/pull/14250) provides basic formatting and common operations for text.
- 🔥🔥🔥[PageHeader](https://github.com/ant-design/ant-design/pull/13637) can be used to declare the page theme, display important information about the page that the user is interested in, and host the relevant page. Action item.
- 🔥🔥🔥[Typography](https://ant.design/components/typography/ ) provides basic formatting and common operations for text.
- 🔥🔥🔥[PageHeader](https://ant.design/components/page-header/ ) can be used to declare the page theme, display important information about the page that the user is interested in, and host the relevant page. Action item.
- 🌟 TimePicker provides `clearIcon` prop for customizing clear icon. [#14556 ](https://github.com/ant-design/ant-design/pull/14556 )
- 🌟 Statistic.Countdown supports `onFinish` prop. [#14791 ](https://github.com/ant-design/ant-design/pull/14791 )
- 🌟 Collapse.Panel support `extra` prop. [62e65d ](https://github.com/ant-design/ant-design/commit/62e65d955065b1862240f9f30d84de44349a0cf9 )
@ -15,13 +15,20 @@ timeline: true
---
`2019-03-04`
- 🌟 PageHeader 支持 `className` prop。 [#15159 ](https://github.com/ant-design/ant-design/pull/15159 )
- 🐞 修复 Form 输出警告信息的问题。 [#15160 ](https://github.com/ant-design/ant-design/pull/15160 )
- 🐞 修复 ConfigProvider 中 getPopupContainer 对于 DatePicker 无效的问题。[#15156](https://github.com/ant-design/ant-design/pull/15156)
- 🐞 修复 Collapse `extra` 位置错误的问题。[#15176](https://github.com/ant-design/ant-design/pull/15176)
## 3.14.0
`2019-03-02`
- 本月新增了两个组件:
- 🔥🔥🔥 [Typography ](https://github.com/ant-design/ant-design/pull/14250 ) 提供了文本的基本格式及常见操作。
- 🔥🔥🔥 [PageHeader ](https://github.com/ant-design/ant-design/pull/13637 ) 可用于声明页面主题、展示用户所关注的页面重要信息,以及承载与当前页相关的操作项。
- 🔥🔥🔥 [Typography ](https://ant.design/components/typography-cn/ ) 提供了文本的基本格式及常见操作。
- 🔥🔥🔥 [PageHeader ](https://ant.design/components/page-header-cn/ ) 可用于声明页面主题、展示用户所关注的页面重要信息,以及承载与当前页相关的操作项。
- 🌟 TimePicker 新增了 `clearIcon` prop,用于自定义清除图标。[#14556](https://github.com/ant-design/ant-design/pull/14556)
- 🌟Statistic.Countdown 支持 `onFinish` prop。[#14791](https://github.com/ant-design/ant-design/pull/14791)
- 🌟 Collapse.Panel 新增了 `extra` 。[62e65d](https://github.com/ant-design/ant-design/commit/62e65d955065b1862240f9f30d84de44349a0cf9)
@ -1,6 +1,6 @@
{
"name" : "antd" ,
"version" : "3.14.0 " ,
"version" : "3.14.1 " ,
"title" : "Ant Design" ,
"description" : "An enterprise-class UI design language and React-based implementation" ,
"homepage" : "http://ant.design/" ,