@ -17,6 +17,17 @@ timeline: true
## 3.12.3
`2019-01-19`
- 🌟 更新《在 creact-react-app 中使用》文档以兼容升级后的 creact-react-app 和 react-scripts-rewired。[#14385](https://github.com/ant-design/ant-design/pull/14385)
- 💄 修复在 postcss(webpack)中使用 autoprefixer 9.4.5 会抛出错误 `Replace text-decoration-skip: ink to text-decoration-skip-ink: auto, because spec had been changed` 的问题。[#14312](https://github.com/ant-design/ant-design/pull/14312)
- 💄 修复 InputNumber 在 MenuItem 中样式不正确的问题。[#14373](https://github.com/ant-design/ant-design/pull/14373)
- 💄 修复 Input.Search 使用 `enterButton` 时的样式问题。[#14397](https://github.com/ant-design/ant-design/pull/14397)
- 💄 修复 Slider focus 时的样式错误。[9202509](https://github.com/ant-design/ant-design/commit/92025095032a05b2bc347218b523ffd42f75a607)
- 🐞 修复 `prefixCls` 属性被传递到了 Empty 元素上的问题。[#14404](https://github.com/ant-design/ant-design/pull/14404)
- 🐞 修复 RadioGroup `onChange` 将覆盖 Radio `onChange` 的问题。[#14364](https://github.com/ant-design/ant-design/pull/14364)
## 3.12.3
`2019-01-13`
- 🐞 回滚 [#14157 ](https://github.com/ant-design/ant-design/pull/14157 ) 修复 Input `prefix` 和 `suffix` 丢失的问题。[#14310](https://github.com/ant-design/ant-design/issues/14310)
@ -97,7 +108,7 @@ timeline: true
- 🐞 修复 WeekPicker 不支持 `dateRender` 的问题。[#13957](https://github.com/ant-design/ant-design/issues/13957)
- 🐞 修复禁用按钮在 DatePicker 面板中的样式问题。[#14098](https://github.com/ant-design/ant-design/pull/14098)
- 🌟 在所有模式中支持 `renderExtraFooter` 属性。[#13813](https://github.com/ant-design/ant-design/pull/13813) [@elfman ](https://github.com/elfman )
- 🐞 修复月份选择器在开始年份和结束年份相等时的显示问题。 [#14049 ](https://github.com/ant-design/ant-design/pull/14049 ) [@meihuanyu ](https://github.com/meihuanyu )
- 🐞 修复月份选择器在开始年份和结束年份相等时的显示问题。[#14049](https://github.com/ant-design/ant-design/pull/14049) [@meihuanyu ](https://github.com/meihuanyu )
- TimePicker
- 🌟 TimePicker 添加新的属性 `popupStyle` 和 `onAmPmChange` 。[833c181](https://github.com/ant-design/ant-design/commit/833c18192247f265b4004afa11a054846c7ba662)
- 🐞 修复 TimePicker 在跟 Input.Group 一起使用时图标会消失的问题。[#13797](https://github.com/ant-design/ant-design/pull/13797) [@mraiguo ](https://github.com/ant-design/ant-design/pull/13797 )
@ -112,7 +123,7 @@ timeline: true
- 🐞 修复 Popover 上方的 border 在某些 IE9 下不显示的问题。[#14064](https://github.com/ant-design/ant-design/issues/14064) [@gyh9457 ](https://github.com/gyh9457 )
- 🐞 修复 Radio 组件在 Chrome 下的样式问题。[#3699](https://github.com/ant-design/ant-design/issues/3699)
- 🐞 修复 Steps 组件在 IE9 下的样式问题。[#14001](https://github.com/ant-design/ant-design/issues/14001)
- 🐞 修复嵌套的 TimeLine 最后一条线丢失的问题。 [#14108 ](https://github.com/ant-design/ant-design/pull/14110 )
- 🐞 修复嵌套的 TimeLine 最后一条线丢失的问题。[#14108](https://github.com/ant-design/ant-design/pull/14110)
- 🐞 修复 Spin 组件初始设置 `delay` 属性后不显示的问题。[#14100](https://github.com/ant-design/ant-design/issues/14100)
- Badge
- 🐞 修复当 `count` 是一个 ReactNode 时动画跳动的问题。[#13800](https://github.com/ant-design/ant-design/issues/13800)
@ -173,7 +184,7 @@ timeline: true
- TypeScript
- ⚡️ 完善 Table 的 `ColumnProps` 定义,增强对 `dataIndex` 的校验。[#13605](https://github.com/ant-design/ant-design/pull/13605) [@bondBo ](https://github.com/bondBo )
- ⚡️ 完善 Table 的 `TableRowSelection.onChange` 参数泛型定义。[#13761](https://github.com/ant-design/ant-design/issues/13761) [@hahabazinga ](https://github.com/hahabazinga )
- 🐞 修复 LocaleProvider 的 `children` 类型。 [#12974 ](https://github.com/ant-design/ant-design/issues/12974 )
- 🐞 修复 LocaleProvider 的 `children` 类型。[#12974](https://github.com/ant-design/ant-design/issues/12974)
- 🐞 修复 RangePicker 的 `onOk` 的参数类型。[#13650](https://github.com/ant-design/ant-design/pull/13650) [@iugo ](https://github.com/iugo )
- 🐞 修正 Comment `author` 属性的类型为 ReactNode。[#13670](https://github.com/ant-design/ant-design/pull/13670) [@reichjustin ](https://github.com/reichjustin )
- 🐞 修复 Select `dropdownProps` 的参数定义。[#13617](https://github.com/ant-design/ant-design/pull/13617) [@SylvanasGone ](https://github.com/SylvanasGone )
@ -239,7 +250,7 @@ timeline: true
- Select 组件升级 `rc-select` 到 `8.6.0`
- 🌟 增加 `removeIcon` 、`clearIcon`、`menuItemSelectedIcon` 属性,用于自定义删除、清空、选中的图标。[#12958](https://github.com/ant-design/ant-design/pull/12958) [@kimochg ](https://github.com/kimochg )
- 🌟 增加 `dropdownRender` 属性, 用于自定义下拉框内容。[#10831](https://github.com/ant-design/ant-design/issues/10831)
- 🌟 增加 `loading` 属性, 用于展示加载中状态。 [#11225 ](https://github.com/ant-design/ant-design/issues/11225 )
- 🌟 增加 `loading` 属性, 用于展示加载中状态。[#11225](https://github.com/ant-design/ant-design/issues/11225)
- 💄 Menu.Item 组件增加 `title` 属性,用于在收缩时展示的悬浮标题。[#12952](https://github.com/ant-design/ant-design/pull/12952)
- Cascader 升级 `rc-calendar` 到 `9.8.0`
- 🌟 支持多种时间格式。[#437](https://github.com/react-component/calendar/pull/437) [@onlyann ](https://github.com/onlyann )
@ -277,7 +288,7 @@ timeline: true
`2018-11-11`
- 🐞 修复一个 Button `line-height` 的笔误。 [74aeace ](https://github.com/ant-design/ant-design/commit/74aeaceaa88034b8cb669efb8aa3b6de41ff6f9d )
- 🐞 修复一个 Button `line-height` 的笔误。[74aeace](https://github.com/ant-design/ant-design/commit/74aeaceaa88034b8cb669efb8aa3b6de41ff6f9d)
## 3.10.6
@ -532,7 +543,7 @@ timeline: true
- 🐞 修复在 Card 的 `headStyle` 中设置 fontSize 不生效的问题。[#11995](https://github.com/ant-design/ant-design/issues/11995)
- 🐞 修复了 Button 组件波浪动画混淆的问题。[#11985](https://github.com/ant-design/ant-design/issues/11985)
- 🐞 修复了 Modal.confirm 设置 `centered` 属性无效的问题。[#11969](https://github.com/ant-design/ant-design/issues/11969)
- 🐞 修复了在 Input.Group 的 `compact` 模式下设置第二个 Input 的前后缀会造成右边框消失的问题。 [#11965 ](https://github.com/ant-design/ant-design/pull/11965 )
- 🐞 修复了在 Input.Group 的 `compact` 模式下设置第二个 Input 的前后缀会造成右边框消失的问题。[#11965](https://github.com/ant-design/ant-design/pull/11965)
- 🐞 修复 Upload 组件上传图片较多时可能会造成图片错位的问题。[#11183](https://github.com/ant-design/ant-design/issues/11183)
- 🐞 修复 MonthPicker `renderExtraFooter` 失效的问题。[#8184](https://github.com/ant-design/ant-design/issues/8184)
@ -571,7 +582,7 @@ timeline: true
- 🐞 修复 Badge 组件在子元素为 `display:block` 时的样式问题。[#84119d8](https://github.com/ant-design/ant-design/commit/84119d8959d55edf535a9cac5ff532e61b6ee698)
- Drawer
- 🐞 修复 Drawer 组件不兼容 IE10 和 IE9 的问题。[#11583](https://github.com/ant-design/ant-design/issues/11583)
- 🐞 修复 Drawer 组件在移动设备上无法垂直滚动的问题。 [#11443 ](https://github.com/ant-design/ant-design/issues/11443 )
- 🐞 修复 Drawer 组件在移动设备上无法垂直滚动的问题。[#11443](https://github.com/ant-design/ant-design/issues/11443)
- TypeScript
- 🐞 修复 TreeNode 组件缺少的 `selectable` 属性定义。[#11604](https://github.com/ant-design/ant-design/issues/11604) [@apieceofbart ](https://github.com/apieceofbart )
- 🐞 修复 Input 组件缺失 `autosize` 属性的类型错误。[#11697](https://github.com/ant-design/ant-design/issues/11697)
@ -672,7 +683,7 @@ timeline: true
- 🐞 修复 Drawer 内无法显示弹层组件的问题。[#11304](https://github.com/ant-design/ant-design/issues/11304)
- 🐞 带页签的卡片页签支持 disabled 属性。[#11212](https://github.com/ant-design/ant-design/issues/11212)
- 🐞 修复锚点链接组件 href 改变不更新的问题。 [#11287 ](https://github.com/ant-design/ant-design/pull/11287/files ) [@tangjinzhou ](https://github.com/tangjinzhou )
- 🐞 修复锚点链接组件 href 改变不更新的问题。[#11287](https://github.com/ant-design/ant-design/pull/11287/files) [@tangjinzhou ](https://github.com/tangjinzhou )
- 🐞 修复 Menu 样式细节问题。[#11299](https://github.com/ant-design/ant-design/issues/11299)
- 🐞 修复 Drawer 组件设置 `destroyOnClose` 后关闭动画消失。[#11307](https://github.com/ant-design/ant-design/issues/11307)
- 🐞 修复 DirectoryTree 在 `expandedKeys` 属性可控时点击无法展开的问题。[#11366](https://github.com/ant-design/ant-design/issues/11366)
@ -723,8 +734,8 @@ timeline: true
- 🌟 新增 `loadedKeys` 属性,用于设置已经加载的节点,需要配合 `loadData` 使用。[#10666](https://github.com/ant-design/ant-design/issues/10666)
- 🌟 新增 `onLoad` 属性,作为节点加载完毕时的回调函数。[c488aca](https://github.com/ant-design/ant-design/commit/c488aca05e11d942d77c1b6bff45d12bbb1a2bd6)
- 🌟 增加 `okButtonDisabled` and `cancelButtonDisabled` 属性用于禁用确定和取消按钮。[#10955](https://github.com/ant-design/ant-design/pull/10955)
- 🌟 Cascader 新增 fieldNames 并废弃拼写错误的 filedNames。 [#10896 ](https://github.com/ant-design/ant-design/issues/10896 )
- 🐞 修复时间轴不能与`Tooltip`一起使用的问题。 [0e3b67e ](https://github.com/ant-design/ant-design/commit/0e3b67e9999d867cc304f3be61a8a042a2ab92ee )
- 🌟 Cascader 新增 fieldNames 并废弃拼写错误的 filedNames。[#10896](https://github.com/ant-design/ant-design/issues/10896)
- 🐞 修复时间轴不能与`Tooltip`一起使用的问题。[0e3b67e](https://github.com/ant-design/ant-design/commit/0e3b67e9999d867cc304f3be61a8a042a2ab92ee)
- 🐞 修复当 Avatar 自定义大小时,圆角不改变的问题。[e1e6523](https://github.com/ant-design/ant-design/commit/e1e6523452286ba56f20b73abad762a58ea7d7bc)
## 3.6.6
@ -799,15 +810,15 @@ timeline: true
`2018-06-02`
* 🌟 `Form` 表单错误信息展示支持传入 ReactNode。 [#10136 ](https://github.com/ant-design/ant-design/issues/10136 ) [@lovekonakona ](https://github.com/lovekonakona )
* 🌟 `List` 组件支持指定分页器的位置。 [#10581 ](https://github.com/ant-design/ant-design/pull/10581 ) [@zheeeng ](https://github.com/zheeeng )
* 🌟 `Layout.Sider` 支持 dark/light 主题定制。 [#10142 ](https://github.com/ant-design/ant-design/issues/10142 ) [@pd4d10 ](https://github.com/pd4d10 )
* 🌟 支持 Ant Design 站点的离线模式。 [#10625 ](https://github.com/ant-design/ant-design/issues/10625 )
* 🌟 `Transfer` 新增 `style` 以及 `operationStyle` 属性配置样式。 [@eduludi ](https://github.com/eduludi )
* 🌟 `Message` 增加 promise 化的回调接口。 [#10421 ](https://github.com/ant-design/ant-design/issues/10421 ) [@zhujinxuan ](https://github.com/zhujinxuan )
* 🐞 修复编译时 typescript v2.9.1兼容性问题。 [#10729 ](https://github.com/ant-design/ant-design/issues/10729 ) [@karol-majewski ](https://github.com/karol-majewski )
* 🐞 修复 `Menu` 嵌套超过两层时选中最里层后对应最外层没有亮起问题。 [#8666 ](https://github.com/ant-design/ant-design/issues/8666 ) [@stonehank ](https://github.com/stonehank )
* 🐞 修复 `Affix` 组件 offsetBottom 无效问题。 [#10674 ](https://github.com/ant-design/ant-design/issues/10674 )
* 🌟 `Form` 表单错误信息展示支持传入 ReactNode。[#10136](https://github.com/ant-design/ant-design/issues/10136) [@lovekonakona ](https://github.com/lovekonakona )
* 🌟 `List` 组件支持指定分页器的位置。[#10581](https://github.com/ant-design/ant-design/pull/10581) [@zheeeng ](https://github.com/zheeeng )
* 🌟 `Layout.Sider` 支持 dark/light 主题定制。[#10142](https://github.com/ant-design/ant-design/issues/10142) [@pd4d10 ](https://github.com/pd4d10 )
* 🌟 支持 Ant Design 站点的离线模式。[#10625](https://github.com/ant-design/ant-design/issues/10625)
* 🌟 `Transfer` 新增 `style` 以及 `operationStyle` 属性配置样式。[@eduludi](https://github.com/eduludi)
* 🌟 `Message` 增加 promise 化的回调接口。[#10421](https://github.com/ant-design/ant-design/issues/10421) [@zhujinxuan ](https://github.com/zhujinxuan )
* 🐞 修复编译时 typescript v2.9.1兼容性问题。[#10729](https://github.com/ant-design/ant-design/issues/10729) [@karol-majewski ](https://github.com/karol-majewski )
* 🐞 修复 `Menu` 嵌套超过两层时选中最里层后对应最外层没有亮起问题。[#8666](https://github.com/ant-design/ant-design/issues/8666) [@stonehank ](https://github.com/stonehank )
* 🐞 修复 `Affix` 组件 offsetBottom 无效问题。[#10674](https://github.com/ant-design/ant-design/issues/10674)
## 3.5.4
@ -844,7 +855,7 @@ timeline: true
- 🐞 修复 `Cascader` 的 `displayRender` 里的链接无法点击的问题。[#10433](https://github.com/ant-design/ant-design/issues/10433)
- 🐞 修复 `Button` ref 不兼容问题。[#10405](https://github.com/ant-design/ant-design/issues/10405)
- 🐞 修复 `Form` 表单项校验位置高度时出现抖动问题。[#10445](https://github.com/ant-design/ant-design/issues/10445)
- 🌟 设置 `Layout` 宽度时,允许使用任何的 CSS 单位。 [#10479 ](https://github.com/ant-design/ant-design/pull/10479 )
- 🌟 设置 `Layout` 宽度时,允许使用任何的 CSS 单位。[#10479](https://github.com/ant-design/ant-design/pull/10479)
## 3.5.1
@ -870,7 +881,7 @@ timeline: true
- 🌟 添加 `successPercent` 为 `Progress[format]` 的参数。[#10096](https://github.com/ant-design/ant-design/issues/10096)
- 🌟 更新 `rc-notification` 到 3.1.0 来支持组件 `Notification` 的 `maxCount` 属性。[#10161](https://github.com/ant-design/ant-design/pull/10161) [@jzhangs ](https://github.com/jzhangs )
- 🌟 更新 `rc-cascader` 到 1.13.0 来支持组件 `Cascader` 的 `filedNames` 属性。[react-component/cascader#23](https://github.com/react-component/cascader/pull/23) [@405go ](https://github.com/405go )
- 🌟 组件 `Notification` 支持通过 key 更新通知属性。 [react-component/notification#40 ](https://github.com/react-component/notification/pull/40 ) [@yevhen-hryhorevskyi ](https://github.com/yevhen-hryhorevskyi )
- 🌟 组件 `Notification` 支持通过 key 更新通知属性。[react-component/notification#40](https://github.com/react-component/notification/pull/40) [@yevhen-hryhorevskyi ](https://github.com/yevhen-hryhorevskyi )
- 🌟 组件 `List` 支持内置的翻页功能。[#10135](https://github.com/ant-design/ant-design/pull/10135)
- Table
- 🌟 新增 `sortOrder` 参数传递给列配置中的 `sorter` 方法。[#10306](https://github.com/ant-design/ant-design/pull/10306) [@kumarashwin ](https://github.com/kumarashwin )
@ -899,7 +910,7 @@ timeline: true
- 🐞 修复 `Notification` 鼠标 hover 是图标的颜色问题。[#10272](https://github.com/ant-design/ant-design/issues/10272)
- 🐞 修复 `Upload` 组件属性 `lastModifiedDate` 的拼写错误。[#10315](https://github.com/ant-design/ant-design/pull/10315) [@danielg2002 ](https://github.com/danielg2002 )
- 🐞 修复 `Button` 的属性类型,使用 `React.HTMLProps` 。[#10229](https://github.com/ant-design/ant-design/pull/10229) [@whtsky ](https://github.com/whtsky )
- 🐞 修复 less 命名约定不一致的问题。 [#10275 ](https://github.com/ant-design/ant-design/issues/10275 )
- 🐞 修复 less 命名约定不一致的问题。[#10275](https://github.com/ant-design/ant-design/issues/10275)
## 3.4.5
@ -967,7 +978,7 @@ timeline: true
- 🌟 Anchor 新增 `getContainer` 用于指定内容滚动的容器。
- 🌟 Table 新增 less 变量 `@table-expanded-row-bg` 。[#9789](https://github.com/ant-design/ant-design/pull/9789)
- 🐞 修复一处 less 语法错误。[#9832](https://github.com/ant-design/ant-design/pull/9832) [@jojoLockLock ](https://github.com/jojoLockLock )
- 🐞 修复 LocaleProvider 中 moment.locale 调用报错的问题。 [#9853 ](https://github.com/ant-design/ant-design/pull/9853 )
- 🐞 修复 LocaleProvider 中 moment.locale 调用报错的问题。[#9853](https://github.com/ant-design/ant-design/pull/9853)
- 🐞 修复 WeekPicker 的 style 属性不生效的问题。[#9848](https://github.com/ant-design/ant-design/issues/9848)
- 🐞 修复 Layout.Sider 的 TypeScript 定义。[#9885](https://github.com/ant-design/ant-design/pull/9885) [@zachguo ](https://github.com/zachguo )
- 💄 优化了 Modal 中超长内容的显示。[#9592](https://github.com/ant-design/ant-design/pull/9592)
@ -983,11 +994,11 @@ timeline: true
`2018-03-24`
- 🐞 `Carousel` : 升级 `react-slick` 版本以修复宽度计算错误。 [#3659 ](https://github.com/ant-design/ant-design/issues/3659 )
- 💄 `Rate` : 调整 `disabled` 样式。 [#9747 ](https://github.com/ant-design/ant-design/issues/9747 )
- 💄 `Modal` : 调整 `confirm-modal` 样式以修复 content 内使用栅格会错位的问题。 [#9374 ](https://github.com/ant-design/ant-design/issues/9374 )
- 🐞 `Carousel` : 升级 `react-slick` 版本以修复宽度计算错误。[#3659](https://github.com/ant-design/ant-design/issues/3659)
- 💄 `Rate` : 调整 `disabled` 样式。[#9747](https://github.com/ant-design/ant-design/issues/9747)
- 💄 `Modal` : 调整 `confirm-modal` 样式以修复 content 内使用栅格会错位的问题。[#9374](https://github.com/ant-design/ant-design/issues/9374)
- 💄 `Menu` : 调整样式以修复鼠标事件范围。[#9666](https://github.com/ant-design/ant-design/pull/9666) [@dgeibi ](https://github.com/dgeibi )
- 🐞 `Upload` : 修复 `beforeUpload` 的 `file` 类型错误。 [#9775 ](https://github.com/ant-design/ant-design/issues/9775 )
- 🐞 `Upload` : 修复 `beforeUpload` 的 `file` 类型错误。[#9775](https://github.com/ant-design/ant-design/issues/9775)
- 🐞 `Button` : 修复文本改变时,空格插入没有重新计算 [4502ad8 ](https://github.com/ant-design/ant-design/commit/4502ad8376e536c450fa4f27d2a5855be5a153e7 )
## 3.3.1
@ -995,12 +1006,12 @@ timeline: true
`2018-03-18`
- 💄 调整 danger Button 的 `focus` 样式。
- 🐞 修复 enterButton 的值为 button 元素时显示错误的问题。 [#9639 ](https://github.com/ant-design/ant-design/issues/9639 )
- 🐞 修复 Table 中的 `column.title` 的缺少 key 的问题。 [#9658 ](https://github.com/ant-design/ant-design/issues/9658 ) [@terence55 ](https://github.com/terence55 )
- 🐞 修复 enterButton 的值为 button 元素时显示错误的问题。[#9639](https://github.com/ant-design/ant-design/issues/9639)
- 🐞 修复 Table 中的 `column.title` 的缺少 key 的问题。[#9658](https://github.com/ant-design/ant-design/issues/9658) [@terence55 ](https://github.com/terence55 )
- 🐞 修复 `scroll: { x: true }` 在 `.ant-table-scroll table` 宽度为 `auto` 的情况下不工作的问题。[#9704](https://github.com/ant-design/ant-design/pull/9704)
- 🐞 修复表单校验文字消失的时候输入框会抖一下的问题。 [#8831 ](https://github.com/ant-design/ant-design/issues/8831 )
- 🐞 修复表单校验文字消失的时候输入框会抖一下的问题。[#8831](https://github.com/ant-design/ant-design/issues/8831)
- 🐞 修复 `TimePicker` 里的 isMoment 调用在 parcel 里会报错的问题。[85c78e4](https://github.com/ant-design/ant-design/commit/85c78e49a91737c2841dc42621db21ca248b62b4)
- 💄 调整 Table 的圆角样式。 [#9674 ](https://github.com/ant-design/ant-design/pull/9674 )
- 💄 调整 Table 的圆角样式。[#9674](https://github.com/ant-design/ant-design/pull/9674)
## 3.3.0
@ -1033,25 +1044,25 @@ timeline: true
`2018-03-02`
- 🐞 修复组件 `Select` 中的 `onPopupScroll` 属性的 ts 定义。 [#9475 ](https://github.com/ant-design/ant-design/pull/9475 ) [@twobin ](https://github.com/twobin )
- 🐞 修复 `Table` 过滤条件下拉选择框的问题。 [#9209 ](https://github.com/ant-design/ant-design/issues/9209 )
- 🐞 修复 `Timeline` 自定义头部样式在 Chrome 下的显示问题。 [#9429 ](https://github.com/ant-design/ant-design/pull/9429 ) [@vthinkxie ](https://github.com/vthinkxie )
- 🐞 修复 `Select` 下拉窗口的边框显示问题。 [82092c1 ](https://github.com/ant-design/ant-design/commit/82092c154ac1fa7ff2f89e1adbdf0aaf22e3ff53 )
- 🐞 修复对 less 3 的兼容性问题。 [#7850 ](https://github.com/ant-design/ant-design/issues/7850 )
- 🐞 修复 `DatePicker.WeekPicker` 年份问题。 [#9463 ](https://github.com/ant-design/ant-design/issues/9463 )
- 🐞 修复 `Button.Group` 在 Chrome 下的定位对齐问题。 [#9457 ](https://github.com/ant-design/ant-design/issues/9457 )
- 🐞 修复组件 `Select` 中的 `onPopupScroll` 属性的 ts 定义。[#9475](https://github.com/ant-design/ant-design/pull/9475) [@twobin ](https://github.com/twobin )
- 🐞 修复 `Table` 过滤条件下拉选择框的问题。[#9209](https://github.com/ant-design/ant-design/issues/9209)
- 🐞 修复 `Timeline` 自定义头部样式在 Chrome 下的显示问题。[#9429](https://github.com/ant-design/ant-design/pull/9429) [@vthinkxie ](https://github.com/vthinkxie )
- 🐞 修复 `Select` 下拉窗口的边框显示问题。[82092c1](https://github.com/ant-design/ant-design/commit/82092c154ac1fa7ff2f89e1adbdf0aaf22e3ff53)
- 🐞 修复对 less 3 的兼容性问题。[#7850](https://github.com/ant-design/ant-design/issues/7850)
- 🐞 修复 `DatePicker.WeekPicker` 年份问题。[#9463](https://github.com/ant-design/ant-design/issues/9463)
- 🐞 修复 `Button.Group` 在 Chrome 下的定位对齐问题。[#9457](https://github.com/ant-design/ant-design/issues/9457)
## 3.2.2
`2018-02-24`
- 🌟 添加 `Pagination` 字体变量。 [#9351 ](https://github.com/ant-design/ant-design/issues/9351 )
- 🌟 添加 `Badge` 字重变量。 [#9352 ](https://github.com/ant-design/ant-design/issues/9352 )
- 🐞 修复 `Table` 当自定义 `loading.indicator` 时,不显示emptyText。 [#9355 ](https://github.com/ant-design/ant-design/issues/9355 )
- 🌟 添加 `Pagination` 字体变量。[#9351](https://github.com/ant-design/ant-design/issues/9351)
- 🌟 添加 `Badge` 字重变量。[#9352](https://github.com/ant-design/ant-design/issues/9352)
- 🐞 修复 `Table` 当自定义 `loading.indicator` 时,不显示emptyText。[#9355](https://github.com/ant-design/ant-design/issues/9355)
- 🐞 修复 `Form.create` 。[#9331](https://github.com/ant-design/ant-design/issues/9331)
- 🐞 回滚 `Table` 中 `column.dataIndex` 的 TypeScript 定义。 [#9393 ](https://github.com/ant-design/ant-design/issues/9393 )
- 🐞 修复 `Layout` 中 sider 高度不足时,最后一个菜单无法显示。 [#9398 ](https://github.com/ant-design/ant-design/issues/9398 ) [@MJ111 ](https://github.com/MJ111 )
- 🐞 修复 `Badge` dot 模式问题。 [#9359 ](https://github.com/ant-design/ant-design/issues/9359 ) [@khayalan-mathew ](https://github.com/khayalan-mathew )
- 🐞 回滚 `Table` 中 `column.dataIndex` 的 TypeScript 定义。[#9393](https://github.com/ant-design/ant-design/issues/9393)
- 🐞 修复 `Layout` 中 sider 高度不足时,最后一个菜单无法显示。[#9398](https://github.com/ant-design/ant-design/issues/9398) [@MJ111 ](https://github.com/MJ111 )
- 🐞 修复 `Badge` dot 模式问题。[#9359](https://github.com/ant-design/ant-design/issues/9359) [@khayalan-mathew ](https://github.com/khayalan-mathew )
## 3.2.1
@ -1162,7 +1173,7 @@ timeline: true
- 🐞 修复 Table 和 List 中由于 Spin 导致的滚动条。[#8799](https://github.com/ant-design/ant-design/issues/8799)
- 🐞 修复不能传方法给 Table[emptyText] 的问题。[#8871](https://github.com/ant-design/ant-design/issues/8871)
- 🐞 修复 Dropdown[transitionName] 不生效的问题。
- 🐞 修复 Input 中输入数字时字体会发生变化的问题。 [#8636 ](https://github.com/ant-design/ant-design/issues/8636 )
- 🐞 修复 Input 中输入数字时字体会发生变化的问题。[#8636](https://github.com/ant-design/ant-design/issues/8636)
- 🐞 修复 import 多个 locale 文件后日期文本显示错误的问题。[#8785](https://github.com/ant-design/ant-design/pull/8785)
- 🐞 修复 dist/antd-with-locales.js 中的 locale 会多一个 default 字段的问题。[#8881](https://github.com/ant-design/ant-design/issues/8881)
- 🐞 修复 TypeScript 定义 [4cc29bc ](https://github.com/ant-design/ant-design/commit/4cc29bc11cf7c019c63a25693adff3dbb58b41c3 ) [693e734 ](https://github.com/ant-design/ant-design/commit/693e734a82b5e1faf25b025127afca67e75f9c88 ) [67e956d ](https://github.com/ant-design/ant-design/commit/67e956dddd040f63b2a59b8b619123bbb0065780 ) [ecd4177 ](https://github.com/ant-design/ant-design/commit/ecd4177638da1eac3a3750fe5ad68b9309865542 ) [33119ec ](https://github.com/ant-design/ant-design/commit/33119ec535e7b819541d4753464871988b37dd6f ) [88e0c9b ](https://github.com/ant-design/ant-design/commit/88e0c9b436f196def62e737ea72e105aba4b5d4e )
@ -1355,12 +1366,12 @@ timeline: true
- 🌟 Tabs 新增 `size="large"` 。
- 🌟 Row 的 `gutter` 属性新增响应式断点的支持,可以使用诸如 `gutter={{ sm: 16, lg: 32 }}` 的设置。
- 🌟 Spin 新增 `indicator` 属性,用于设置自定义的加载指示符。 [#7977 ](https://github.com/ant-design/ant-design/pull/7977 ) [@kossel ](https://github.com/ant-design/ant-design/pull/7977 )
- 🌟 Spin 新增 `indicator` 属性,用于设置自定义的加载指示符。[#7977](https://github.com/ant-design/ant-design/pull/7977) [@kossel ](https://github.com/ant-design/ant-design/pull/7977 )
- 🌟 Input.Search 新增 `enterButton` 用于设置自定义的搜索图标。[#7596](https://github.com/ant-design/ant-design/issues/7596)
- 🌟 Mention 新增 `placement` ,用于设置下拉框的弹出方向。
- 🌟 Carousel 新增 `next()` 、`prev()`、`goTo(slideNumber)` 方法,用于控制面板展示。
- 🌟 Button 新增链接支持,当提供 `href` 时会自动渲染为 `<a>` 。[#8343](https://github.com/ant-design/ant-design/pull/8343)
- 🌟 Steps 进行了重构,首次渲染的时候不会再闪烁。 [#6010 ](https://github.com/ant-design/ant-design/issues/6010 )
- 🌟 Steps 进行了重构,首次渲染的时候不会再闪烁。[#6010](https://github.com/ant-design/ant-design/issues/6010)
- 🌟 Switch 新增 `loading` 属性,用于表现加载中的状态。
- Menu
- 🌟 我们使用了 [rc-trigger ](https://github.com/react-component/trigger ) 重构了菜单以支持延迟加载和窗口边缘浮层自适应方向。