Skip to content

Commit

Permalink
2.7.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
RaoHai committed Jan 30, 2017
1 parent faf14df commit 2e0bfe9
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,34 @@ timeline: true
If you want to read change logs before `2.0.0`, please visit [GitHub](https://github.com/ant-design/ant-design/blob/1.x-stable/CHANGELOG.md).

---
## 2.7.0

`2017-01-30`

* Add German localization for LocaleProvider. [#4538](https://github.com/ant-design/ant-design/pull/4538)
* Add Swedish localization for LocaleProvider. [#4455](https://github.com/ant-design/ant-design/pull/4455)
* Add French localization for LocaleProvider. [#4538](https://github.com/ant-design/ant-design/pull/4538)
* Added `onSearchChange` callback of Transfer. [#4464](https://github.com/ant-design/ant-design/pull/4464)
* Added `maskClosable` property of Modal.confirm. [#4488](https://github.com/ant-design/ant-design/pull/4488), [#4488](https://github.com/ant-design/ant-design/pull/4490)
* Added `vertical` mode of Slider. [#4473](https://github.com/ant-design/ant-design/pull/4473)
* More styles of Button. [#4679](https://github.com/ant-design/ant-design/pull/4679)
* More popup direction supported in notification. [#4732](https://github.com/ant-design/ant-design/pull/4700)
* Added `hideRequiredMark` property if Form. [#4732](https://github.com/ant-design/ant-design/pull/4732)
* Added `colon` property of Form.Item. #4505](https://github.com/ant-design/ant-design/pull/4505)
* Improvements of unload lsit of Upload. [#4516](https://github.com/ant-design/ant-design/pull/4516)
* Input element of AutoComplete can be customized. [#4483](https://github.com/ant-design/ant-design/pull/4483)
* Added more preset colors of Tag. [#4571](https://github.com/ant-design/ant-design/pull/4571)
* Improvements of vertical-aligin and margin of Tag.
* Upgrade rc-steps to 2.3.0 .
* Added `progressDot` property of Steps, which allows users to customize the display for Steps with progress dot style;
* Added `labelPlacement` property to customize placement of label. [#4659](https://github.com/ant-design/ant-design/pull/4659)
* Upgrade rc-cascader to 0.11.0, keyborad interactions supported. [#4411](https://github.com/ant-design/ant-design/pull/4411)
* Upgrade rc-select to 6.7.1 .
* Fixed duplication `onChange` callback. [#156@rc-select](https://github.com/react-component/select/pull/156)
* Fixed displaying of initial value. [#152@rc-select](https://github.com/react-component/select/pull/152)
* Upgrade rc-input-number to 3.0.0, Fixed inconsistent `onChange` callback arguments of InputNumber.[#4265](https://github.com/ant-design/ant-design/pull/4265)
* Upgrade rc-tree-select to 1.9.0, Fixed an overflow-wrap issue of TreeSelect. [#42@rc-tree-select](https://github.com/react-component/tree-select/pull/42)[#43@rc-tree-select](https://github.com/react-component/tree-select/pull/43)


## 2.6.4

Expand Down
26 changes: 26 additions & 0 deletions CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,32 @@ timeline: true

---

## 2.7.0

`2017-01-30`

* 添加了对德语的支持。 [#4538](https://github.com/ant-design/ant-design/pull/4538)
* 添加了对瑞典语的支持。 [#4455](https://github.com/ant-design/ant-design/pull/4455)
* 添加了对法语的支持。 [#4538](https://github.com/ant-design/ant-design/pull/4538)
* Transfer 添加了 onSearchChange 回调。 [#4464](https://github.com/ant-design/ant-design/pull/4464)
* Modal.confirm 添加了 maskClosable 配置项。[#4488](https://github.com/ant-design/ant-design/pull/4488), [#4488](https://github.com/ant-design/ant-design/pull/4490)
* Slider 增加 `veritical` 模式。[#4473](https://github.com/ant-design/ant-design/pull/4473)
* Button 有了更多样式。[#4679](https://github.com/ant-design/ant-design/pull/4679)
* notification 支持更多弹出方向。[#4732](https://github.com/ant-design/ant-design/pull/4700)
* Form 增加 `hideRequiredMark` 属性。 [#4732](https://github.com/ant-design/ant-design/pull/4732)
* Form.Item 增加 `colon` 属性。[#4505](https://github.com/ant-design/ant-design/pull/4505)
* 改进了 Upload 的 upload list。 [#4516](https://github.com/ant-design/ant-design/pull/4516)
* AutoComplete 支持自定义输入框的用法。 [#4483](https://github.com/ant-design/ant-design/pull/4483)
* Tag 增加了预设的颜色。 [#4571](https://github.com/ant-design/ant-design/pull/4571)
* 优化了 Tag 的 vertical-aligin 和 margin 样式。
* 升级了 rc-steps 到 2.3.0,Steps 新增 progressDot 属性,支持自定义点状步骤条; 新增 labelPlacement 属性,支持定义标签位置。[#4659](https://github.com/ant-design/ant-design/pull/4659)
* 升级了 rc-cascader 到 0.11.0, 支持键盘操作。[#4411](https://github.com/ant-design/ant-design/pull/4411)
* 升级了 rc-select 到 6.7.1。
* 修复了 Select 的 onChange 回调重复触发的问题。[#156@rc-select](https://github.com/react-component/select/pull/156)
* 修复了 Select 显示初始化值的问题。[#152@rc-select](https://github.com/react-component/select/pull/152)
* 升级了 rc-input-number 到 3.0.0, 修复了 InputNumber 事件触发后表现不一致的问题。[#4265](https://github.com/ant-design/ant-design/pull/4265)
* 升级了 rc-tree-select 到 1.9.0,修复了 TreeSelect 的文字溢出换行问题 [#42@rc-tree-select](https://github.com/react-component/tree-select/pull/42)[#43@rc-tree-select](https://github.com/react-component/tree-select/pull/43)

## 2.6.4

`2017-01-20`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "antd",
"version": "2.6.4",
"version": "2.7.0",
"title": "Ant Design",
"description": "An enterprise-class UI design language and React-based implementation",
"homepage": "http://ant.design/",
Expand Down

0 comments on commit 2e0bfe9

Please sign in to comment.