--- 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. --- ## 5.0.2 `2022-11-27` - πŸ’„ Fix Card radius style broken when customize `bodyStyle` background color. [#38973](https://github.com/ant-design/ant-design/pull/38973) [@Yukiniro](https://github.com/Yukiniro) - πŸ’„ Optimize default algorithm for error color. [#38933](https://github.com/ant-design/ant-design/pull/38933) - πŸ’„ Optimize the style issue in RTL mode. [#38829](https://github.com/ant-design/ant-design/pull/38829) [@Wxh16144](https://github.com/Wxh16144) - Space.Compact - πŸ’„ Optimize Space.Compact style when wrapping a single child component. [#38896](https://github.com/ant-design/ant-design/pull/38896) [@foryuki](https://github.com/foryuki) - πŸ’„ Fix Space.Compact component style problem when wrapping Modal, Dropdown, Drawer and other components. [#38870](https://github.com/ant-design/ant-design/pull/38870) [@foryuki](https://github.com/foryuki) - 🐞 Fix horizontal Menu that has wrong width when is overflow. [#38989](https://github.com/ant-design/ant-design/pull/38989) - 🐞 Fix Table that the old filter state still takes effect when the list filter column changes. [#38982](https://github.com/ant-design/ant-design/pull/38982) - 🐞 Fix Select and Pagination incorrect text color in dark theme. [#38979](https://github.com/ant-design/ant-design/pull/38979) [@Dunqing](https://github.com/Dunqing) - 🐞 Fix that Mentions `options` props not working. [#38968](https://github.com/ant-design/ant-design/pull/38968) [@heiyu4585](https://github.com/heiyu4585) - 🐞 Fix that `dist/reset.css` may be dropped in production. [#38956](https://github.com/ant-design/ant-design/pull/38956) [@passerV](https://github.com/passerV) - 🐞 Fix Badge that `showZero` can't be used with custom color. [#38967](https://github.com/ant-design/ant-design/pull/38967) [@Wxh16144](https://github.com/Wxh16144) - 🐞 Fix Form validation motion flick issue. [#38962](https://github.com/ant-design/ant-design/pull/38962) - 🐞 Fix Tabs dropdown motion not work. [#38892](https://github.com/ant-design/ant-design/pull/38892) - 🐞 Fix ConfigProvider that `componentDisabled` is not work. [#38886](https://github.com/ant-design/ant-design/pull/38886) [@lidianhao123](https://github.com/lidianhao123) - 🐞 Fix Button `block` prop is not working when `shape="round"`. [#38869](https://github.com/ant-design/ant-design/pull/38869) [@jjlstruggle](https://github.com/jjlstruggle) - 🐞 Fix Dropdown.Button that `dropdownRender` is not executed. [#38862](https://github.com/ant-design/ant-design/pull/38862) [@imoctopus](https://github.com/imoctopus) ## 5.0.1 `2022-11-22` - πŸ’„ Optimize Empty svg color in dark theme. [#38785](https://github.com/ant-design/ant-design/pull/38785) - πŸ’„ Fix Form, Input, Select, Tree part style convert to CSS-in-JS missing. [#38742](https://github.com/ant-design/ant-design/pull/38742) - πŸ’„ Fix animation flick for some components in Firefox. [#38729](https://github.com/ant-design/ant-design/pull/38729) - Menu - 🐞 Fix Menu SubMenu margin style. [#38714](https://github.com/ant-design/ant-design/pull/38714) [@JarvisArt](https://github.com/JarvisArt) - 🐞 Fix Menu height in dark theme. [#38741](https://github.com/ant-design/ant-design/pull/38741) [@LuciNyan](https://github.com/LuciNyan) - 🐞 Fix Menu SubMenu flicking when expanding. [#38748](https://github.com/ant-design/ant-design/pull/38748) [@JarvisArt](https://github.com/JarvisArt) - 🐞 Fix that Table expanded icons are not aligned。[#38823](https://github.com/ant-design/ant-design/pull/38823) [@turdiyev](https://github.com/turdiyev) - 🐞 Fix FloatButton.BackTop missing animation. [#38770](https://github.com/ant-design/ant-design/pull/38770) [@li-jia-nan](https://github.com/li-jia-nan) - πŸ›  Remove `Moment.js` dependency. [#38762](https://github.com/ant-design/ant-design/pull/38762) - πŸ›  Fix `CompoundedComponent` ts error。[#38666](https://github.com/ant-design/ant-design/pull/38666) [@wangcch](https://github.com/wangcch) - πŸ›  Rollback `lib` in package。[#38832](https://github.com/ant-design/ant-design/pull/38832) [@chunsch](https://github.com/chunsch) ## 5.0.0 `2022-11-18` πŸ† Ant Design 5.0.0 is released, see our [release note](https://github.com/ant-design/ant-design/issues/38671) for more details. #### Read it before migration 🌟 If you want to migrate to Ant Design 5.0, please check [V4 to V5](/docs/react/migration-v5). #### Major Changes - πŸ”₯ New Components - πŸ”₯ FloatButton component, and refactor BackTop as child component of FloatButton. [#37520](https://github.com/ant-design/ant-design/pull/37520) [@li-jia-nan](https://github.com/li-jia-nan) - πŸ”₯ Tour component. [#37867](https://github.com/ant-design/ant-design/pull/37867) [#38469](https://github.com/ant-design/ant-design/pull/38469) [@heiyu4585](https://github.com/heiyu4585) - πŸ”₯ New Component Variants - πŸ”₯ DatePicker add `presets` to support preset ranges for quick selection. [#38249](https://github.com/ant-design/ant-design/pull/38249) - πŸ”₯ Progress `circle` type support responsive `format` text for small size. [#38231](https://github.com/ant-design/ant-design/pull/38231) [@li-jia-nan](https://github.com/li-jia-nan) - πŸ”₯ Steps add `inline` type. [#38311](https://github.com/ant-design/ant-design/pull/38311) [@JarvisArt](https://github.com/JarvisArt) - πŸ’„ New Design - πŸ’„ Change primary color to `#1677ff`. [#37254](https://github.com/ant-design/ant-design/pull/37254) - πŸ’„ Change basic border radius to `6px`, and support gradient radius. [#37146](https://github.com/ant-design/ant-design/pull/37146) [#37369](https://github.com/ant-design/ant-design/pull/37369) - πŸ’„ Optimize transition duration. [#37438](https://github.com/ant-design/ant-design/pull/37438) - πŸ’„ Optimize padding and remove border for some components. [#37283](https://github.com/ant-design/ant-design/pull/37283) - πŸ’„ Pagination remove border. [#37441](https://github.com/ant-design/ant-design/pull/37441) - πŸ’„ Optimize Timeline style. [#37465](https://github.com/ant-design/ant-design/pull/37465) - πŸ’„ Optimize Steps style. [#37473](https://github.com/ant-design/ant-design/pull/37473) - πŸ’„ Optimize focus style for some components. [#37483](https://github.com/ant-design/ant-design/pull/37483) - πŸ’„ Optimize style with large border radius. - πŸ’„ Optimize Table hover style. [#37370](https://github.com/ant-design/ant-design/pull/37370) - πŸ’„ Optimize Segmented hover style. [#37498](https://github.com/ant-design/ant-design/pull/37498) - πŸ’„ Optimize Dropdown hover style. [#37491](https://github.com/ant-design/ant-design/pull/37491) - πŸ’„ Optimize close button style for some components like Modal. [#37634](https://github.com/ant-design/ant-design/pull/37634) - πŸ’„ Optimize Menu style. [#38009](https://github.com/ant-design/ant-design/pull/38009) - πŸ’„ Optimize hover style for some more components. [#37433](https://github.com/ant-design/ant-design/pull/37433) - πŸ’„ Optimize Switch transition. [#37658](https://github.com/ant-design/ant-design/pull/37658) - πŸ’„ Optimize Anchor ink ball style. [#38616](https://github.com/ant-design/ant-design/pull/38616) - πŸ†• Export object `theme` which contains hooks and algorithms related with theme. [#36302](https://github.com/ant-design/ant-design/pull/36302) - πŸ†• Add `theme.useToken` hook to get Design Token in context. [#36267](https://github.com/ant-design/ant-design/pull/36267) - πŸ†• Preset algorithm - πŸ†• Default algorithm `theme.defaultAlgorithm`. [#36175](https://github.com/ant-design/ant-design/pull/36175) - πŸ†• Dark algorithm `theme.darkAlgorithm`. [#36546](https://github.com/ant-design/ant-design/pull/36546) [#36656](https://github.com/ant-design/ant-design/pull/36656) - πŸ†• Compact algorithm `theme.compactAlgorithm`. [#38105](https://github.com/ant-design/ant-design/pull/38105) - πŸ†• ConfigProvider support `theme` prop to modify theme configuration. For more: [Customize Theme](https://ant.design/docs/react/customize-theme). - πŸ†• Support multiple `algorithm` pipeline. [#37082](https://github.com/ant-design/ant-design/pull/37082) - πŸ†• Support switching wireframe style. [#37507](https://github.com/ant-design/ant-design/pull/37507) - πŸ†• Support override Design Token for single component. [#37568](https://github.com/ant-design/ant-design/pull/37568) - πŸ†• Add `locale` directory in package, which contains commonjs locale files. [#38194](https://github.com/ant-design/ant-design/pull/38194) [@chunsch](https://github.com/chunsch) - πŸ—‘ Do not support IE browser anymore. - πŸ—‘ Remove package `antd/lib`. [#36362](https://github.com/ant-design/ant-design/pull/36362) - πŸ›  Change `main` in `package.json` to `dist/antd.js`. [eb8835f](https://github.com/ant-design/ant-design/commit/eb8835fe29b39767c0f5e310f5c69619a75d5840) - πŸ—‘ Remove `dist/antd.css`, and add `dist/reset.css` to override common styles. [#36224](https://github.com/ant-design/ant-design/pull/36224) - πŸ—‘ Deprecate `visible` and provide `open` instead in components below. [@yykoypj](https://github.com/yykoypj) - πŸ—‘ Tag deprecate `visible`. [#36671](https://github.com/ant-design/ant-design/pull/36671) - πŸ—‘ Table deprecate `filterDropdownVisible` and provide `filterDropdownOpen`. [#36747](https://github.com/ant-design/ant-design/pull/36747) - πŸ—‘ Drawer deprecate `visible` and provide `open` instead. [#36750](https://github.com/ant-design/ant-design/pull/36750) - πŸ—‘ Modal deprecate `visible` and provide `open` instead. [#36774](https://github.com/ant-design/ant-design/pull/36774) - πŸ—‘ Dropdown deprecate `visible` and provide `open` instead. [#36799](https://github.com/ant-design/ant-design/pull/36799) - πŸ—‘ Tooltip deprecate `visible` and provide `open` instead, Popover and Popconfirm. [#36807](https://github.com/ant-design/ant-design/pull/36807) - πŸ—‘ Deprecate `dropdownClassName` and provide `popupClassName` instead in components below. [@heiyu4585](https://github.com/heiyu4585) - πŸ—‘ AutoComplete deprecate `dropdownClassName` and provide `popupClassName` instead. [#37087](https://github.com/ant-design/ant-design/pull/37087) - πŸ—‘ Mentions deprecate `dropdownClassName` and provide `popupClassName` instead. [#37122](https://github.com/ant-design/ant-design/pull/37122) - πŸ—‘ Cascader deprecate `dropdownClassName` and provide `popupClassName` instead. [#37089](https://github.com/ant-design/ant-design/pull/37089) - πŸ—‘ Select deprecate `dropdownClassName` and provide `popupClassName` instead. [#37091](https://github.com/ant-design/ant-design/pull/37091) - πŸ—‘ TreeSelect deprecate `dropdownClassName` and provide `popupClassName` instead. [#37092](https://github.com/ant-design/ant-design/pull/37092) - πŸ—‘ DatePicker and TimePicker deprecate `dropdownClassName` and provide `popupClassName` instead. [#37207](https://github.com/ant-design/ant-design/pull/37207) - πŸ›  Refactor styles with CSS-in-JS for all components. - πŸ—‘ Remove less and css in package. [#36244](https://github.com/ant-design/ant-design/pull/36244) - πŸ›  Change date library from Moment.js to Day.js, for more: [Use custom date library](https://ant.design/docs/react/use-custom-date-library). [b22815d](https://github.com/ant-design/ant-design/commit/b22815d4d223b80755b472e14d7888beab8dd1da) [@iamkun](https://github.com/iamkun) - πŸ›  React Notification to support React 18 concurrent mode and refactor useNotification hook,which is preferred instead of static function. [#35423](https://github.com/ant-design/ant-design/pull/35423) [#35568](https://github.com/ant-design/ant-design/pull/35568) - πŸ›  Slider props related with Tooltip are unified into `tooltip`. [#37043](https://github.com/ant-design/ant-design/pull/37043) [@yykoypj](https://github.com/yykoypj) - πŸ›  Migrate official site to [dumi@2](https://next.d.umijs.org/). [#38328](https://github.com/ant-design/ant-design/pull/38328) ## 4.x Visit [GitHub](https://github.com/ant-design/ant-design/blob/4.x-stable/CHANGELOG.en-US.md) to read `4.x` change logs. ## 3.x Visit [GitHub](https://github.com/ant-design/ant-design/blob/3.x-stable/CHANGELOG.en-US.md) to read `3.x` change logs. ## 2.x Visit [GitHub](https://github.com/ant-design/ant-design/blob/2.x-stable/CHANGELOG.en-US.md) to read `2.x` change logs. ## 1.11.4 Visit [GitHub](https://github.com/ant-design/ant-design/blob/1.x-stable/CHANGELOG.md) to read change logs from `0.x` to `1.x`.