--- order: 6 title: Change Log toc: false timeline: true --- `antd` strictly follows [Semantic Versioning 2.0.0](http://semver.org/). #### Release Schedule - Weekly release: patch version at the end of every week for routine bugfix (anytime for urgent bugfix). - Monthly release: minor version at the end of every month for new features. - Major version release is not included in this schedule for breaking change and new features. --- ## 4.2.5 - ๐Ÿž Fix Table selection arrow out of column when `size` is `small/middle`. [#24394](https://github.com/ant-design/ant-design/pull/24394) - ๐Ÿž Fix Input.TextArea clear icon disappears in Input.Group when hover it. [#24360](https://github.com/ant-design/ant-design/pull/24360) [@Mr-jiangzhiguo](https://github.com/Mr-jiangzhiguo) - ๐Ÿž Fixed an issue where the `RowSelection.onChange` will still be cached when the Table removes entries in `dataSource`. [#24338](https://github.com/ant-design/ant-design/pull/24338) - ๐Ÿž Adjust `useNotification` api instance to be same instance for each render. [#24337](https://github.com/ant-design/ant-design/pull/24337) - ๐Ÿž Fix Button `loading` transition animation missing and Modal `confirmLoading` not being reset. [#24328](https://github.com/ant-design/ant-design/pull/24328) - ๐Ÿž Fix Drawer cover background elements when it is not visible. [#24290](https://github.com/ant-design/ant-design/pull/24290) - ๐Ÿž Fix Cascader/Select/Table/TreeSelect text color when data empty. [#24279](https://github.com/ant-design/ant-design/pull/24279) - ๐Ÿ’„ Fix InputNumber operation button arrow is not centered. [#24266](https://github.com/ant-design/ant-design/pull/24266) - ๐Ÿž Fix Table with empty array `filteredValue` still highlight the filtered icon. [#24263](https://github.com/ant-design/ant-design/pull/24263) - ๐Ÿž Fix Cascader not support `number[]` value. [#24247](https://github.com/ant-design/ant-design/pull/24247) - โŒจ๏ธ Fix Switch `autoFocus` trigger when `disabled` removed. Adjust style to avoid switch shaking. Remove blur logic when `onMouseUp` to improve acessibility. [#24254](https://github.com/ant-design/ant-design/pull/24254) - ๐Ÿ’„ Add Menu default `text-align` style. [#24253](https://github.com/ant-design/ant-design/pull/24253) - ๐Ÿ›  Refactor List code. [#24280](https://github.com/ant-design/ant-design/pull/24280) [@hengkx](https://github.com/hengkx) - ๐Ÿ›  Modify the Alert with hooks to support strict mode. [#24236](https://github.com/ant-design/ant-design/pull/24236) [@hengkx](https://github.com/hengkx) - ๐ŸžFix Card perfermance bug when use with `react-split`. [#24425](https://github.com/ant-design/ant-design/pull/24425) - TypeScript - ๐Ÿ› Cascader ts definition update. [#24393](https://github.com/ant-design/ant-design/pull/24393) [@zhangyu1818](https://github.com/zhangyu1818) - ๐Ÿž Fix TS error of `Could not find a declaration rc-upload`. [#24325](https://github.com/ant-design/ant-design/pull/24325) - ๐Ÿ›  Add children type to BackTop. [#24235](https://github.com/ant-design/ant-design/pull/24235) ## 4.2.4 `2020-05-18` - ๐Ÿž Revert Switch patch to fix handle position style issue with `unCheckedChildren`. [#24242](https://github.com/ant-design/ant-design/pull/24242) - ๐Ÿ’„ Adjust Upload icon default color to red in error status. [#24160](https://github.com/ant-design/ant-design/pull/24160) - ๐Ÿ’„ Adjust Dropdown arrow position a little higher. [#24215](https://github.com/ant-design/ant-design/pull/24215) - ๐ŸŒ Form `defaultValidateMessages` support `ru_RU`. [#24219](https://github.com/ant-design/ant-design/pull/24219) [@aivinog1](https://github.com/aivinog1) ## 4.2.3 `2020-05-16` - ๐Ÿž Refactor `rc-progress` to resolve `h3g is not defined` error in `