diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 88246f6f0c..69aef813e4 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -9,6 +9,28 @@ If you want to read change logs before `2.0.0`, please visit [GitHub](https://gi --- +## 2.6.2 + +`2017-01-14` + +* Added a Third-Party Library Page for recommending other greet react components. [Link](/docs/react/recommendation)。 +* Fixed misplaced Sider of Layout. [#4459](https://github.com/ant-design/ant-design/issues/4459) +* Fixed Input.Search wrong block layout and misplaced icon. [#4540](https://github.com/ant-design/ant-design/issues/4540) +* Added a customize Collapse panel demo. [Link](/components/collapse/#components-collapse-demo-custom) +* Table + * Enlarged the width of selection column and expand column. + * Fixed not-available pagination issue when property `pagination` is changed. [#4532](https://github.com/ant-design/ant-design/issues/4532) + * Fixed that three level filter menu is not working. [#4541](https://github.com/ant-design/ant-design/issues/4541) + * Fixed `column.filteredValue` issue of cannot being set to `null`. +* Now Carousel is undragglble and text-selectable defaultly. +* Added warnings when non-BreadcrumbItem node is nested under Breadcrumb. [#4403](https://github.com/ant-design/ant-design/issues/4403) +* Fixed Tooltip hidden issue when `onVisibleChange(visible)` return `true`. [#4579](https://github.com/ant-design/ant-design/issues/4579) +* Make TreeSelect panel default height smaller than screen height. [#4537](https://github.com/ant-design/ant-design/pull/4537) +* Added less variables of TimePicker and Spin. +* Replaced arrows of DatePicker year panel by year text. [#4415](https://github.com/ant-design/ant-design/issues/4415) +* Fixed TypeScript definites of AutoComplete and Form `[options.validateTrigger]`. +* Improved the animation details of Spin and Progress. + ## 2.6.1 `2017-1-6` diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index 7fe83a5934..0c682933e6 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -9,6 +9,28 @@ timeline: true --- +## 2.6.2 + +`2017-01-14` + +* 新增社区精选组件页面。[链接](/docs/react/recommendation/)。 +* 修复一个内容过长导致 Layout 侧边布局错位的问题。[#4459](https://github.com/ant-design/ant-design/issues/4459) +* 修复 Input.Search 输入框和图标错位的问题。[#4540](https://github.com/ant-design/ant-design/issues/4540) +* 补充了一个自定义灰底样式的 Collapse 折叠面板的例子。[链接](/components/collapse-cn/#components-collapse-demo-custom) +* Table + * 调大了 Table 选择框和展开按钮的列宽度。 + * 修复 `pagination` 属性切换后分页不可用的问题。[#4532](https://github.com/ant-design/ant-design/issues/4532) + * 修复不支持三级筛选菜单的问题。[#4541](https://github.com/ant-design/ant-design/issues/4541) + * 修复 `column.filteredValue` 无法设置为 `null` 的问题。 +* 调整 Carousel 为默认不可拖拽和文字可选择。 +* 增加了 Breadcrumb 内嵌非 Breadcrumb.Item 元素时的警告提示。[#4403](https://github.com/ant-design/ant-design/issues/4403) +* 修复 Tooltip 在 `onVisibleChange(visible)` 返回 `true` 时不展示的问题。[#4579](https://github.com/ant-design/ant-design/issues/4579) +* 优化 TreeSelect 内容过长时的面板高度。[#4537](https://github.com/ant-design/ant-design/pull/4537) +* 补充了 TimePicker 和 Spin 的组件样式变量。 +* 用年份代替了 DatePicker 年份选择面板上的箭头。[#4415](https://github.com/ant-design/ant-design/issues/4415) +* 修复 AutoComplete 和 Form `[options.validateTrigger]` 的 TypeScript 定义。 +* 优化 Spin、Progress 的动画细节效果。 + ## 2.6.1 `2017-1-6` diff --git a/package.json b/package.json index a1b5092a29..b24d0cf364 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "antd", - "version": "2.6.1", + "version": "2.6.2", "title": "Ant Design", "description": "An enterprise-class UI design language and React-based implementation", "homepage": "http://ant.design/",