Browse Source

docs: improve changelog

pull/4745/head
afc163 8 years ago
parent
commit
b6b507d6be
  1. 34
      CHANGELOG.en-US.md
  2. 34
      CHANGELOG.zh-CN.md

34
CHANGELOG.en-US.md

@ -15,29 +15,27 @@ If you want to read change logs before `2.0.0`, please visit [GitHub](https://gi
`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 `danger` button and `ghost` button style. [#4679](https://github.com/ant-design/ant-design/pull/4679)
* Input element of AutoComplete can be customized. [#4483](https://github.com/ant-design/ant-design/pull/4483)
* Upgrade rc-cascader to `0.11.0`, keyborad interactions supported. [#4411](https://github.com/ant-design/ant-design/pull/4411)
* More popup directions are supported in notification. [#4732](https://github.com/ant-design/ant-design/pull/4700)
* 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.
* Upgrade rc-input-number to `3.0.0`, input behavious will trigger `onChange` callback now.[#4265](https://github.com/ant-design/ant-design/pull/4265)
* Added `vertical` mode of Slider. [#4473](https://github.com/ant-design/ant-design/pull/4473)
* Tag
* Added preset colors. [#4571](https://github.com/ant-design/ant-design/pull/4571)
* Improvement vertical-align and margin.
* 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 .
* Improvement upload list of Upload. [#4516](https://github.com/ant-design/ant-design/pull/4516)
* 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)
* 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

34
CHANGELOG.zh-CN.md

@ -15,26 +15,26 @@ timeline: true
`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)
* Button 新增 `danger``ghost` 属性。[#4679](https://github.com/ant-design/ant-design/pull/4679)
* 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-cascader 到 0.11.0,支持键盘操作。[#4411](https://github.com/ant-design/ant-design/pull/4411)
* notification 支持更多弹出方向。[#4732](https://github.com/ant-design/ant-design/pull/4700)
* 升级了 rc-steps 到 2.3.0,Steps 新增 `progressDot` 属性,支持自定义点状步骤条的样式。[#4659](https://github.com/ant-design/ant-design/pull/4659)
* 升级了 rc-input-number 到 3.0.0, 现在输入时也会触发 `onChange`。[#4265](https://github.com/ant-design/ant-design/pull/4265)
* Slider 增加 `veritical` 模式。[#4473](https://github.com/ant-design/ant-design/pull/4473)
* Tag
- 增加了预设颜色。[#4571](https://github.com/ant-design/ant-design/pull/4571)
- 调整了垂直对齐和默认间距。
* 添加了对德语的支持。[#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)
* Form 增加 `hideRequiredMark` 属性。[#4732](https://github.com/ant-design/ant-design/pull/4732)
* 改进了 Upload 的列表图片预览。 [#4516](https://github.com/ant-design/ant-design/pull/4516)
* 升级了 rc-select 到 6.7.1。
* 修复了 Select 的 onChange 回调重复触发的问题。[#156@rc-select](https://github.com/react-component/select/pull/156)
* 修复了 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

Loading…
Cancel
Save