提交 9a7c369a 编写于 作者: N nikogu

bump 2.12.6

上级 11f94597
......@@ -17,6 +17,43 @@ If you want to read change logs before `2.0.0`, please visit [GitHub](https://gi
---
## 2.12.6
`2017-08-11`
- Remove Button redundant code `handleMouseUp`. [#7176](https://github.com/ant-design/ant-design/pull/7176) [@fytriht](https://github.com/fytriht)
- Fix Select Demo of label mode. [c79592c](https://github.com/ant-design/ant-design/commit/c79592cf05d55563c1b0a88e73482b0bcea68e51)
- Add BootStrap's link to Grid's docs. [711703b](https://github.com/ant-design/ant-design/commit/711703b91e94844c30cf9a672c4d682e4c88a7ae)
- Fix Collapse arrow position in IE9/10/11. [af9dc73](https://github.com/ant-design/ant-design/commit/af9dc73eef2aac3e68fdfc99f9231153437f5068)
- Tag
- Fix font size to `@tag-font-size`. [d98d7a4](https://github.com/ant-design/ant-design/commit/d98d7a451c2666c7933f8c3c38a5d97d77aa540f)
- Fix typo. [#7170](https://github.com/ant-design/ant-design/pull/7170) [@zheeeng](https://github.com/zheeeng)
- Table
- Fix empty table scrollBar's position. [#7142](https://github.com/ant-design/ant-design/issues/7142)
- Fix Table.render's doc. [#7180](https://github.com/ant-design/ant-design/pull/7180) [@hansnow](https://github.com/hansnow)
- Fix RangePicker Input's style of height. [47c5de2](https://github.com/ant-design/ant-design/commit/47c5de29f370a77fc19a6a8eda8ac57476f312a6)
- Card
- Improve Card.Grid style of collapse border. [807b573](https://github.com/ant-design/ant-design/commit/807b573bff43bc71115afeb086f565561807a32d)
- Improve Demo. [02c5616](https://github.com/ant-design/ant-design/commit/02c56162504f6ba096ed008eadd3fe2f94561574) [3001ca4](https://github.com/ant-design/ant-design/commit/3001ca41140453d9beae29618fff04266e6d3928)
- Fix the `no-animation` type's className & docs. [#7185](https://github.com/ant-design/ant-design/issues/7185)
- Fix Input Safari text align. [#7135](https://github.com/ant-design/ant-design/issues/7135)
- Fix Badge text font size. [8892d85](https://github.com/ant-design/ant-design/commit/8892d85e331a19634a866fc67412ca43634f47a3)
- Layout
- Fix stretched layout by content. [500b222](https://github.com/ant-design/ant-design/commit/500b2225567f03397d9faec5f4e60a8f35fc4d28)
- Fix the collapse trigger's position. [f689ede](https://github.com/ant-design/ant-design/commit/f689ede0fa836dd0d99f4e4d96e0c43d0ff19742)
- Upload
- Fix default error message. [#6818](https://github.com/ant-design/ant-design/issues/6818)
- Fix the `file.response type`. [#6818](https://github.com/ant-design/ant-design/issues/6818)
- Fix `listType` prop of docs. [#7175](https://github.com/ant-design/ant-design/pull/7175) [@zheeeng](https://github.com/zheeeng)
- Add `onChange` prop of docs. [#7180](https://github.com/ant-design/ant-design/pull/7180) [@hansnow](https://github.com/hansnow)
- Form
- Add `validateFirst` prop of docs. [#6959](https://github.com/ant-design/ant-design/issues/6959)
- Fix `wrappedComponentRef`. [#6545](https://github.com/ant-design/ant-design/issues/6545)
- Add FormCreateOption's generic type. [#7119](https://github.com/ant-design/ant-design/pull/7119) [@djyde](https://github.com/djyde)
- Fix `square` font size to `@form-feedback-icon-size`. [9bcde59](https://github.com/ant-design/ant-design/commit/9bcde590015855a12fdee851cf4e4836d0195cd7)
- Upgrade node version of docs. [a033e57](https://github.com/ant-design/ant-design/commit/a033e576fdeeac6f924509e07b4cbca352011330)
- Upgrade reference links of docs.[9f75694](https://github.com/ant-design/ant-design/commit/9f75694c757813a4aca5a2f8eeea9de78ee0b246)
## 2.12.5
`2017-08-07`
......
......@@ -17,6 +17,43 @@ timeline: true
---
## 2.12.6
`2017-08-11`
- 去掉了 Button 的 `handleMouseUp` 冗余代码。[#7176](https://github.com/ant-design/ant-design/pull/7176) [@fytriht](https://github.com/fytriht)
- 调整了 Select 标签模式的 Demo。[c79592c](https://github.com/ant-design/ant-design/commit/c79592cf05d55563c1b0a88e73482b0bcea68e51)
- 调整了 grid 的文档,添加了 BootStrap 的链接。[711703b](https://github.com/ant-design/ant-design/commit/711703b91e94844c30cf9a672c4d682e4c88a7ae)
- 修复了在 IE9/10/11 下 Collapse 的箭头位置。[#af9dc73](https://github.com/ant-design/ant-design/commit/af9dc73eef2aac3e68fdfc99f9231153437f5068)
- Tag
- 调整了字体大小为 `@tag-font-size`[d98d7a4](https://github.com/ant-design/ant-design/commit/d98d7a451c2666c7933f8c3c38a5d97d77aa540f)
- 修复了 `typo`[#7170](https://github.com/ant-design/ant-design/pull/7170) [@zheeeng](https://github.com/zheeeng)
- Table
- 修复了 Table 为空表格时滚动条展示位置不正确的问题。[#7142](https://github.com/ant-design/ant-design/issues/7142)
- 调整了 Table.render 的文档。[#7180](https://github.com/ant-design/ant-design/pull/7180) [@hansnow](https://github.com/hansnow)
- 修复了 RangePicker Input 的高度。[47c5de2](https://github.com/ant-design/ant-design/commit/47c5de29f370a77fc19a6a8eda8ac57476f312a6)
- Card
- 优化了 Card.Grid 边框覆盖的样式。[807b573](https://github.com/ant-design/ant-design/commit/807b573bff43bc71115afeb086f565561807a32d)
- 升级了样例。[02c5616](https://github.com/ant-design/ant-design/commit/02c56162504f6ba096ed008eadd3fe2f94561574) [3001ca4](https://github.com/ant-design/ant-design/commit/3001ca41140453d9beae29618fff04266e6d3928)
- 修复了对应 `no-animation` 类型的 className 和文档。[#7185](https://github.com/ant-design/ant-design/issues/7185)
- 修复了 Input Safari 下文本对其的问题。[#7135](https://github.com/ant-design/ant-design/issues/7135)
- 调整了 Badge 文本的字体大小。[8892d85](https://github.com/ant-design/ant-design/commit/8892d85e331a19634a866fc67412ca43634f47a3)
- Layout
- 修复了组件的拉伸展示问题。[500b222](https://github.com/ant-design/ant-design/commit/500b2225567f03397d9faec5f4e60a8f35fc4d28)
- 修复了折叠剪头的位置。[f689ede](https://github.com/ant-design/ant-design/commit/f689ede0fa836dd0d99f4e4d96e0c43d0ff19742)
- Upload
- 修复了默认的错误显示信息。[#6818](https://github.com/ant-design/ant-design/issues/6818)
- 修复了 `file.response type` 的判断方式。[#6818](https://github.com/ant-design/ant-design/issues/6818)
- 修复了 `listType` 的文档说明。[#7175](https://github.com/ant-design/ant-design/pull/7175) [@zheeeng](https://github.com/zheeeng)
- 调整了文档 `onChange` 的说明。[#7180](https://github.com/ant-design/ant-design/pull/7180) [@hansnow](https://github.com/hansnow)
- Form
- 补充了文档中缺少的 `validateFirst` 属性描述。[#6959](https://github.com/ant-design/ant-design/issues/6959)
- 修复了 `wrappedComponentRef`[#6545](https://github.com/ant-design/ant-design/issues/6545)
- 补充了 FormCreateOption 的 `generic type`[#7119](https://github.com/ant-design/ant-design/pull/7119) [@djyde](https://github.com/djyde)
- 修改了 `square` 字体为 `@form-feedback-icon-size`[9bcde59](https://github.com/ant-design/ant-design/commit/9bcde590015855a12fdee851cf4e4836d0195cd7)
- 调整了文档中依赖 node 版本的说明。[a033e57](https://github.com/ant-design/ant-design/commit/a033e576fdeeac6f924509e07b4cbca352011330)
- 调整了文档中的引用链接。[9f75694](https://github.com/ant-design/ant-design/commit/9f75694c757813a4aca5a2f8eeea9de78ee0b246)
## 2.12.5
`2017-08-07`
......
{
"name": "antd",
"version": "2.12.5",
"version": "2.12.6",
"title": "Ant Design",
"description": "An enterprise-class UI design language and React-based implementation",
"homepage": "http://ant.design/",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册