diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 74ab9ffb8f..867e9914c5 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -15,6 +15,22 @@ timeline: true --- +## 3.6.3 + +`2018-06-17` + +- ๐Ÿž Fixed that capitalized extension of Upload image url couldn't be recognaized. [#10928](https://github.com/ant-design/ant-design/pull/10928) [@sliwey](https://github.com/sliwey) +- ๐Ÿž Fixed missing border of InputNumber when browser is zoomed in. [#10562](https://github.com/ant-design/ant-design/issues/10562) +- ๐Ÿž Fixed that fixed element inside Spin cannot be fixed. [#10196](https://github.com/ant-design/ant-design/issues/10196) +- ๐Ÿž Fixed broken border style of small table. [#9754](https://github.com/ant-design/ant-design/issues/9754) +- ๐Ÿž Fixed missing `className` prop of Table's `filterIcon`. [#10937](https://github.com/ant-design/ant-design/issues/10937) +- ๐Ÿž Fixed that Affix `offsetTop` and `offsetBottom` cannot be updated. [#10874](https://github.com/ant-design/ant-design/issues/10874) +- TypeScript + - ๐Ÿž Fixed TreeSelect `TS2339` error. [#10868](https://github.com/ant-design/ant-design/issues/10868) + - ๐ŸŒŸ Added Form arguments definitions of `validateMessages` and `onFieldsChange`. + - ๐ŸŒŸ Improved Button prop definitions. [#10877](https://github.com/ant-design/ant-design/pull/10877) [@zheeeng](https://github.com/zheeeng) + - ๐ŸŒŸ Added `backfill` prop for AutoComplete. [#10909](https://github.com/ant-design/ant-design/pull/10909) [@zhanba](https://github.com/zhanba) + ## 3.6.2 `2018-06-09` diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index 5dc55e27fe..eaa4c2551c 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -23,6 +23,8 @@ timeline: true - ๐Ÿž ไฟฎๅค InputNumber ๅœจๆต่งˆๅ™จ็ผฉๆ”พๆ—ถ่พนๆก†ๆ ทๅผไธขๅคฑ็š„้—ฎ้ข˜ใ€‚[#10562](https://github.com/ant-design/ant-design/issues/10562) - ๐Ÿž ไฟฎๅค Spin ๅ†…ไฝฟ็”จ `position: fixed` ็š„ๅ…ƒ็ด ๆ— ๆณ•ๅ›บๅฎš็š„้—ฎ้ข˜ใ€‚[#10196](https://github.com/ant-design/ant-design/issues/10196) - ๐Ÿž ไฟฎๅคๅฐๅท่กจๆ ผไธ‹ๅ›บๅฎšๅˆ—็š„่พนๆก†ๆ ทๅผ้—ฎ้ข˜ใ€‚[#9754](https://github.com/ant-design/ant-design/issues/9754) +- ๐Ÿž ไฟฎๅค Table `filterIcon` ็š„ `className` ๅฑžๆ€งๅคฑๆ•ˆ็š„้—ฎ้ข˜ใ€‚[#10937](https://github.com/ant-design/ant-design/issues/10937) +- ๐Ÿž ไฟฎๅค Affix ็š„ `offsetTop` ๅ’Œ `offsetBottom` ๆ— ๆณ•ๅŠจๆ€ไฟฎๆ”น็š„้—ฎ้ข˜ใ€‚[#10874](https://github.com/ant-design/ant-design/issues/10874) - TypeScript - ๐Ÿž ไฟฎๅค TreeSelect `TS2339` ้”™่ฏฏใ€‚[#10868](https://github.com/ant-design/ant-design/issues/10868) - ๐ŸŒŸ ่กฅๅ…… Form ็š„ `validateMessages` ๅ’Œ `onFieldsChange` ๅ‚ๆ•ฐ็š„ๅฎšไน‰ใ€‚