From 7123a6da593c0a6fd396abd3ed419de1c53af2e8 Mon Sep 17 00:00:00 2001 From: valleykid Date: Mon, 2 Jul 2018 12:16:15 +0800 Subject: [PATCH] bump 3.6.5 --- CHANGELOG.en-US.md | 16 ++++++++++++++++ CHANGELOG.zh-CN.md | 16 ++++++++++++++++ package.json | 2 +- 3 files changed, 33 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index c856fa2ae0..9aefd61a85 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -15,6 +15,22 @@ timeline: true --- +## 3.6.5 + +`2018-07-02` + +- 🐞 Fixed collapse all button and import it. [#11113](https://github.com/ant-design/ant-design/issues/11113) +- 🐞 Fixed wired `Transfer` repaint problem in IE or Edge. [#9697](https://github.com/ant-design/ant-design/issues/9697) +- 🐞 Fixed `Card` background overflow when zoom in chrome. [#9085](https://github.com/ant-design/ant-design/issues/9085) +- 🐞 Fixed `Upload` fileList in onChange when uid is 0. [#11089](https://github.com/ant-design/ant-design/issues/11089) +- TypeScript + - 🐞 Fixed `Table` incompatible type `size`. [bf5b6ae1](https://github.com/ant-design/ant-design/commit/bf5b6ae1f3b5da4629a7d10a2d1764eaa3fbbb04) + - 🌟 Add `Select` missing showArrow option in types. [cde2a6b6](https://github.com/ant-design/ant-design/commit/cde2a6b6f011a5b3a367b3f58731def547bc98d8) +- 🌟 Add custom local support in `Pagination`. [babbbdd4](https://github.com/ant-design/ant-design/commit/babbbdd4e5c33ca050f8ee08969185c8d3269b4c) +- 🌟 Move max-width to ant-tooltip, so that it can be override by overlayStyle.maxWidth. [e2b359e9](https://github.com/ant-design/ant-design/commit/e2b359e9c3dae067eeba37a886f7896474c87e31) +- 🐞 Adjust `Select` mirror style to avoid to long string. [#11035](https://github.com/ant-design/ant-design/issues/11035) +- 🌟 Add `AutoComplete` onBlur & onFocus functions to properties. [#10920](https://github.com/ant-design/ant-design/pull/10920) + ## 3.6.4 `2018-06-23` diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index 2a05c8ec14..3299523c62 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -15,6 +15,22 @@ timeline: true --- +## 3.6.5 + +`2018-07-02` + +- 🐞 修复官网上的"展开全部"按钮不工作的问题。[#11113](https://github.com/ant-design/ant-design/issues/11113) +- 🐞 修复 `Transfer` 组件的文本 "Not Found" 在 IE 或 Edge 浏览器上显示异常。[#9697](https://github.com/ant-design/ant-design/issues/9697) +- 🐞 修复 Chrome 在缩放模式下,`Card` 组件的边框被标题的背景色覆盖。[#9085](https://github.com/ant-design/ant-design/issues/9085) +- 🐞 修复 `Upload` 组件中 uid 为0被误删除问题。[#11089](https://github.com/ant-design/ant-design/issues/11089) +- TypeScript + - 🐞 修复 `Table` 不兼容的类型 `size`。[bf5b6ae1](https://github.com/ant-design/ant-design/commit/bf5b6ae1f3b5da4629a7d10a2d1764eaa3fbbb04) + - 🌟 给 `Select` 组件添加 `showArrow` 的属性。[cde2a6b6](https://github.com/ant-design/ant-design/commit/cde2a6b6f011a5b3a367b3f58731def547bc98d8) +- 🌟 支持 `Pagination` 组件自定义语言。[babbbdd4](https://github.com/ant-design/ant-design/commit/babbbdd4e5c33ca050f8ee08969185c8d3269b4c) +- 🌟 调整 `Tooltip` 组件的 `max-width` 样式,使 `overlayStyle.maxWidth` 可覆盖。[e2b359e9](https://github.com/ant-design/ant-design/commit/e2b359e9c3dae067eeba37a886f7896474c87e31) +- 🐞 修复 `Select` 组件的样式,避免过长文本的溢出。[#11035](https://github.com/ant-design/ant-design/issues/11035) +- 🌟 给 `AutoComplete` 组件添加了 `onBlur` 和 `onFocus` 两个属性。[#10920](https://github.com/ant-design/ant-design/pull/10920) + ## 3.6.4 `2018-06-23` diff --git a/package.json b/package.json index 2d45f5a17e..d7a7c23b49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "antd", - "version": "3.6.4", + "version": "3.6.5", "title": "Ant Design", "description": "An enterprise-class UI design language and React-based implementation", "homepage": "http://ant.design/",