From a5f7dd7192e506823ba00705839157413746896e Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 21 Jul 2017 20:56:43 +0800 Subject: [PATCH] Add changelog for 2.12.2 --- CHANGELOG.en-US.md | 18 ++++++++++++++++++ CHANGELOG.zh-CN.md | 20 +++++++++++++++++++- 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 180bd7bdbf..08038487b6 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -17,6 +17,24 @@ If you want to read change logs before `2.0.0`, please visit [GitHub](https://gi --- +## 2.12.2 + +`2017-07-21` + +- Longer message duration (1.5s to 3s). +- Fix Anchor links not highlighted. [#6473](https://github.com/ant-design/ant-design/issues/6473) +- Fix disabled style of Input.TextArea. [#6858](https://github.com/ant-design/ant-design/pull/6858) [@lyz810](https://github.com/lyz810) +- Fix disabled style of TimePicker. [#6918](https://github.com/ant-design/ant-design/issues/6918) +- Fix overlaped issue of form feedback icon and select arrow which is introduced in `2.12.1` again. [#4431](https://github.com/ant-design/ant-design/issues/4431) +- Fix vertical Tabs arrow style. [255eac9](https://github.com/ant-design/ant-design/commit/255eac907949ded5b79f216a29831dcf4afa9362) +- Update Polish locale. [#6869](https://github.com/ant-design/ant-design/pull/6869) [#6870](https://github.com/ant-design/ant-design/pull/6870) [#6871](https://github.com/ant-design/ant-design/pull/6871) [@imosapatryk](https://github.com/imosapatryk) +- Fix that `http` url incluced in source code. [#6893](https://github.com/ant-design/ant-design/issues/6893) +- Adjust vertical align of Menu icon and text. +- Fix `overlay is marked as required` warning of Tooltip. [#6897](https://github.com/ant-design/ant-design/issues/6897) +- Fix disabled style of Slider under colored background. [#6665](https://github.com/ant-design/ant-design/issues/6665) +- Adjust click area of TreeSelect item. +- Fix some issues of TypeScript definitions. + ## 2.12.1 `2017-07-17` diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index 676145352a..abbb2eb076 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -17,6 +17,24 @@ timeline: true --- +## 2.12.2 + +`2017-07-21` + +- 将 message 默认出现的时长从 1.5s 调整为 3s。 +- 重构了 Anchor,修复未滚动时链接没有高亮的问题。[#6473](https://github.com/ant-design/ant-design/issues/6473) +- 修复 Input.TextArea 的失效样式。[#6858](https://github.com/ant-design/ant-design/pull/6858) [@lyz810](https://github.com/lyz810) +- 修复 TimePicker 的失效样式。[#6918](https://github.com/ant-design/ant-design/issues/6918) +- 修复 2.12.1 里再次出现的表单反馈图标和下拉图标重叠的问题。[#4431](https://github.com/ant-design/ant-design/issues/4431) +- 修复垂直 Tabs 的切换箭头样式。[255eac9](https://github.com/ant-design/ant-design/commit/255eac907949ded5b79f216a29831dcf4afa9362) +- 调整波兰语的文案。[#6869](https://github.com/ant-design/ant-design/pull/6869) [#6870](https://github.com/ant-design/ant-design/pull/6870) [#6871](https://github.com/ant-design/ant-design/pull/6871) [@imosapatryk](https://github.com/imosapatryk) +- 修复源码中含有 http 的链接而被集团安全扫描工具报错的问题。[#6893](https://github.com/ant-design/ant-design/issues/6893) +- 调整 Menu 的图标和文字对齐问题。 +- 修复一个 Tooltip 的 `overlay is marked as required` 的警告问题。[#6897](https://github.com/ant-design/ant-design/issues/6897) +- 修复 Slider 在有色背景下的失效样式。[#6665](https://github.com/ant-design/ant-design/issues/6665) +- 调整了 TreeSelect 选项的点击范围。 +- 修复了一些 TypeScript 定义问题。 + ## 2.12.1 `2017-07-17` @@ -67,7 +85,7 @@ timeline: true - 优化了样式。[#6665](https://github.com/ant-design/ant-design/issues/6665) - rc-slider 升级至 8.2.0,新增 `dotStyle`,`activeDotStyle` 属性。[rc-slider/pull/292](https://github.com/react-component/slider/pull/292) - 修复 Spin 遮罩层被穿透的样式问题。[#6759](https://github.com/ant-design/ant-design/issues/6759) -- 修复嵌套 Steps 的样式问题。[#6754](https://github.com/ant-design/ant-design/issues/6754) +- 修复嵌套 Steps 的样式问题。[#6754](https://github.com/ant-design/ant-design/issues/6754) - Table - 修复了固定头部 Table 中展开区域的背景色样式问题。[#6657](https://github.com/ant-design/ant-design/issues/6657) - 补充了 Table 文档中缺失的 `onRowDoubleClick` 属性。[pull/6667](https://github.com/ant-design/ant-design/pull/6667) [@yurtaev](https://github.com/yurtaev)