From 1b8d5f56d0697b77adb4b1c3662fe759b6837b85 Mon Sep 17 00:00:00 2001 From: RaoHai Date: Sun, 19 Mar 2017 15:42:05 +0800 Subject: [PATCH] 2.8.2 --- CHANGELOG.en-US.md | 13 +++++++++++++ CHANGELOG.zh-CN.md | 13 +++++++++++++ package.json | 2 +- 3 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index cc7eb28fa5..8b9a3d8eda 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -17,6 +17,19 @@ If you want to read change logs before `2.0.0`, please visit [GitHub](https://gi --- +## 2.8.2 + +`2017-03-11` + +- Fix mask style of Upload [#5275](https://github.com/ant-design/ant-design/issues/5275). +- Fix progress not showing of Upload [#5323](https://github.com/ant-design/ant-design/issues/5323). +- Fix a style issue of Radio [#5336](https://github.com/ant-design/ant-design/pull/5336). +- Fix text alignment of Checkbox and Radio [#696a3c0e](https://github.com/ant-design/ant-design/commit/696a3c0e34156d78e87d629a3f0f8703af1f03ec). +- Remote extra shadow of Autocomplet [#7bc2b1](https://github.com/ant-design/ant-design/commit/7bc2b1dbff1e16e7ad92a9b4ea2601b82e3b58b6). +- Tweak animation and blur style of Spin [#fa1e031a7](https://github.com/ant-design/ant-design/commit/fa1e031a7396c61fa9709a0c46fe63200c35d232). +- Tweak some styles of Mention [#240a93ce](https://github.com/ant-design/ant-design/commit/240a93cee25bc8c6ad4520cd907a14a7b22ed773). +- Add a `getContainer` props of Message [#5380](https://github.com/ant-design/ant-design/issues/5380). + ## 2.8.1 `2017-03-11` diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index e1dd4c0c44..b918d9ee92 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -17,6 +17,19 @@ timeline: true --- +## 2.8.2 + +`2017-03-19` + +- 修复 Upload 的蒙层样式 [#5275](https://github.com/ant-design/ant-design/issues/5275)。 +- 修复 Upload 上传进度条不显示的问题 [#5323](https://github.com/ant-design/ant-design/issues/5323)。 +- 修复 Radio 的一个样式问题 [#5336](https://github.com/ant-design/ant-design/pull/5336)。 +- 修复 Checkbox 和 Radio 标签的文字对齐 [#696a3c0e](https://github.com/ant-design/ant-design/commit/696a3c0e34156d78e87d629a3f0f8703af1f03ec)。 +- 修复 Autocomplet 的额外阴影 [#7bc2b1](https://github.com/ant-design/ant-design/commit/7bc2b1dbff1e16e7ad92a9b4ea2601b82e3b58b6)。 +- 调整了 Spin 的动画 [#fa1e031a7](https://github.com/ant-design/ant-design/commit/fa1e031a7396c61fa9709a0c46fe63200c35d232)。 +- 调整了 Mention 的一些样式 [#240a93ce](https://github.com/ant-design/ant-design/commit/240a93cee25bc8c6ad4520cd907a14a7b22ed773)。 +- 为 Message 新增了 getContainer 属性 [#5380](https://github.com/ant-design/ant-design/issues/5380)。 + ## 2.8.1 `2017-03-11` diff --git a/package.json b/package.json index 93d7db2e06..1a762a9e25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "antd", - "version": "2.8.1", + "version": "2.8.2", "title": "Ant Design", "description": "An enterprise-class UI design language and React-based implementation", "homepage": "http://ant.design/",