--- order: 6 title: Change Log toc: false timeline: true --- `antd` 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.2.1 `2023-2-13` - ๐Ÿ›  Rewrite `panelRender` in Tour to funtion componentใ€‚[#40670](https://github.com/ant-design/ant-design/pull/40670) [@li-jia-nan](https://github.com/li-jia-nan) - ๐Ÿž Fix `className` property wrongly passed to child nodes in TimeLineใ€‚[#40700](https://github.com/ant-design/ant-design/pull/40700) [@any1024](https://github.com/any1024) - ๐Ÿž Fix Silder dot to trigger click and hover correctly. [#40679](https://github.com/ant-design/ant-design/pull/40679) [@LongHaoo](https://github.com/LongHaoo) - ๐Ÿž Fix Tour that should support `0` as element. [#40631](https://github.com/ant-design/ant-design/pull/40631) [@li-jia-nan](https://github.com/li-jia-nan) - ๐Ÿ’„ Fix DataPicker.RangePicker hover range style. [#40607](https://github.com/ant-design/ant-design/pull/40607) [@Yuiai01](https://github.com/Yuiai01) - ๐Ÿ’„ Optimize Steps custom `icon` size. [#40672](https://github.com/ant-design/ant-design/pull/40672) [@MadCcc](https://github.com/MadCcc) - TypeScript - ๐Ÿค– Update Upload to support generic types. [#40634](https://github.com/ant-design/ant-design/pull/40634) [@riyadelberkawy](https://github.com/riyadelberkawy) - ๐ŸŒ Localization - ๐Ÿ‡ท๐Ÿ‡บ/๐Ÿ‡บ๐Ÿ‡ฆ add missing translations for ru_RU and uk_UA. [#40656](https://github.com/ant-design/ant-design/pull/40656) [@eldarcodes](https://github.com/eldarcodes) ## 5.2.0 `2023-2-8` - ๐Ÿ”ฅ Add `picture-circle` to Upload's `listType` prop. [#40134](https://github.com/ant-design/ant-design/pull/40134) [@ds1371dani](https://github.com/ds1371dani) - ๐Ÿ”ฅ Anchor component add `direction`, which supports vertical. [#39372](https://github.com/ant-design/ant-design/pull/39372) [@foryuki](https://github.com/foryuki) - ๐Ÿ†• Tooltip support `arrow` to change arrow's visible state and whether the arrow is pointed at the center of target. [#40234](https://github.com/ant-design/ant-design/pull/40234) [@kiner-tang](https://github.com/kiner-tang) - ๐Ÿ†• Added list pagination `align` option. [#39858](https://github.com/ant-design/ant-design/pull/39858) [@Yuiai01](https://github.com/Yuiai01) - ๐Ÿ†• Timeline added `items` to support option configuration. [#40424](https://github.com/ant-design/ant-design/pull/40424) - Collapse - ๐Ÿ†• Collapse supports setting `size`. [#40286](https://github.com/ant-design/ant-design/pull/40286) [@Yuiai01](https://github.com/Yuiai01) - ๐Ÿ†• Add ref for Collapse and Panel. [#40443](https://github.com/ant-design/ant-design/pull/40443) [@any1024](https://github.com/any1024) - Slider - ๐Ÿ†• Slider add `railStyle` for custom style. [#40579](https://github.com/ant-design/ant-design/pull/40579) [@david-cord](https://github.com/david-cord) - ๐Ÿ†• Slider add support for disable `keyboard` events. [#40526](https://github.com/ant-design/ant-design/pull/40526) - ๐Ÿž Fix Slider missing Tooltip appear motion. [#39857](https://github.com/ant-design/ant-design/pull/39857) - Dropdown - ๐Ÿ†• Dropdown support `autoAdjustOverflow` option. [#39735](https://github.com/ant-design/ant-design/pull/39735) - ๐Ÿ’„ Fix Dropdown component `danger` and `disabled` style priority issue. [#39904](https://github.com/ant-design/ant-design/pull/39904) [@Wxh16144](https://github.com/Wxh16144) - Tour - ๐Ÿ†• Tour added `indicatorsRender` to support custom indicators. [#40613](https://github.com/ant-design/ant-design/pull/40613) - ๐Ÿ†• Tour support `scrollIntoViewOptions` to change scrollIntoView options. [#39980](https://github.com/ant-design/ant-design/pull/39980) [@kiner-tang](https://github.com/kiner-tang) - ๐Ÿ†• Tour masks support passing custom styles and fill colors. [#39919](https://github.com/ant-design/ant-design/pull/39919) [@kiner-tang](https://github.com/kiner-tang) - ๐Ÿž Fixed `findDomNode` method warning thrown by the tour component when called in strict mode. [#40160](https://github.com/ant-design/ant-design/pull/40160) [@kiner-tang](https://github.com/kiner-tang) - ๐Ÿ’„ Deleted margin of the last indicator. [#40624](https://github.com/ant-design/ant-design/pull/40624) - ๐Ÿ†• Adds Design token `fontFamilyCode` and apply to Typography `code` `kbd` `pre` elements. [#39823](https://github.com/ant-design/ant-design/pull/39823) - ๐Ÿ†• ConfigProvider add Form `scrollToFirstError`ใ€‚[#39509](https://github.com/ant-design/ant-design/pull/39509) [@linxianxi](https://github.com/linxianxi) - ๐Ÿž Fill rest `rootClassName` for all components. [#40217](https://github.com/ant-design/ant-design/pull/40217) - ๐Ÿž Fix Empty descriptions text color in default theme and dark theme. [#40584](https://github.com/ant-design/ant-design/pull/40584) [@MuxinFeng](https://github.com/MuxinFeng) - Table - ๐Ÿž Fix `aria-label` and `role="presentation"` cannot be used together in Table row. [#40413](https://github.com/ant-design/ant-design/pull/40413) [@Ke1sy](https://github.com/Ke1sy) - ๐Ÿž Fix uncontrolled `filtered` update not working. [#39883](https://github.com/ant-design/ant-design/pull/39883) - ๐Ÿž Fix the problem that the header filter is invalid in the case of group headers. [#40463](https://github.com/ant-design/ant-design/pull/40463) [@roman40a](https://github.com/roman40a) - ๐Ÿž Fix selection column cover by other cell when fixed. [#39940](https://github.com/ant-design/ant-design/pull/39940) [@kiner-tang](https://github.com/kiner-tang) - ๐Ÿž Fix Sorted/Filtered table fixed column transparent background unreadable. [#39012](https://github.com/ant-design/ant-design/pull/39012) [@kiner-tang](https://github.com/kiner-tang) - ๐Ÿ’„ Optimize Table hover style to fix problems with border. [#40469](https://github.com/ant-design/ant-design/pull/40469) - DatePicker - ๐Ÿž Fix DatePicker that have status style when disabled. [#40608](https://github.com/ant-design/ant-design/pull/40608) - ๐Ÿ’„ Optimize the DatePicker input box style. [#40549](https://github.com/ant-design/ant-design/pull/40549) [@Wxh16144](https://github.com/Wxh16144) - ๐Ÿ’„ Optimize DatePicker Dropdown arrow style. [#40521](https://github.com/ant-design/ant-design/pull/40521) - ๐Ÿž Fix Space `ant-space-item` selector bug. [#40554](https://github.com/ant-design/ant-design/pull/40554) [@cncolder](https://github.com/cncolder) - ๐Ÿž Fix not close Spin immediately when using `delay`. [#40475](https://github.com/ant-design/ant-design/pull/40475) [@3Alan](https://github.com/3Alan) - ๐Ÿž Fix Modal `useModal` default confirm button text logic. [#39884](https://github.com/ant-design/ant-design/pull/39884) [@BoyYangzai](https://github.com/BoyYangzai) - ๐Ÿ›  Refactored the water ripple visual effect to trigger multiple water ripples at the same time. [#39705](https://github.com/ant-design/ant-design/pull/39705) [@li-jia-nan](https://github.com/li-jia-nan) - ๐Ÿ›  Refactor Input.TextArea and Mentions. [#40045](https://github.com/ant-design/ant-design/pull/40045) - ๐Ÿ›  Refactor Affix Calendar to use React.createRef instead of function. [#40538](https://github.com/ant-design/ant-design/pull/40538) [@li-jia-nan](https://github.com/li-jia-nan) - ๐Ÿ’„ Fix Tabs more button unexpected height. [#40488](https://github.com/ant-design/ant-design/pull/40488) - ๐Ÿ’„ Resolve Image preview style conflict with TailwindCSS. [#39914](https://github.com/ant-design/ant-design/pull/39914) - ๐Ÿ’„ Fix Progress that `transition` of success bar is missing. [#40487](https://github.com/ant-design/ant-design/pull/40487) - ๐Ÿ’„ Fix the misalignment of Input.Group when zooming the screen under windows. [#39842](https://github.com/ant-design/ant-design/pull/39842) [@heiyu4585](https://github.com/heiyu4585) - ๐Ÿ’„ Fix Select placeholder style issue. [#40477](https://github.com/ant-design/ant-design/pull/40477) [@Wxh16144](https://github.com/Wxh16144) - ๐Ÿ’„ Adjust Descriptions label style for more readable. [#40085](https://github.com/ant-design/ant-design/pull/40085) - ๐Ÿ’„ Optimize QRCode expiration display style. [#39849](https://github.com/ant-design/ant-design/pull/39849) - ๐Ÿ’„ Optimize `boxShadow` tokens. [#40516](https://github.com/ant-design/ant-design/pull/40516) - TypeScript - ๐Ÿค– Optimize Badge Tag Tooltip `color` type definition. [#39871](https://github.com/ant-design/ant-design/pull/39871) - ๐Ÿค– Add `Breakpoint` `ThmeConfig` `GlobalToken` type export. [#40508](https://github.com/ant-design/ant-design/pull/40508) [@Kamahl19](https://github.com/Kamahl19) - ๐Ÿค– Update Upload `fileList` type. [#40585](https://github.com/ant-design/ant-design/pull/40585) - ๐Ÿค– Remove Tour ForwardRefRenderFunction. [#39924](https://github.com/ant-design/ant-design/pull/39924) - ๐ŸŒ Localization - ๐Ÿ‡ฎ๐Ÿ‡ณ Add `ta_IN` local. [#39936](https://github.com/ant-design/ant-design/pull/39936) [@KIRUBASHANKAR26](https://github.com/KIRUBASHANKAR26) ## 5.1.7 `2023-1-31` - Input - ๐Ÿž Fix Input that unexpected cancel button is shown when `type="search"`. [#40457](https://github.com/ant-design/ant-design/pull/40457) [@MadCcc](https://github.com/MadCcc) - ๐Ÿž Fix Input suffix color does not update bug when component status changed. [#40344](https://github.com/ant-design/ant-design/pull/40344) [@Yuiai01](https://github.com/Yuiai01) - ๐Ÿž Fix Switch text layout problem in Safari and Chrome <= 84 with compatible mode. [#40453](https://github.com/ant-design/ant-design/pull/40453) [@Ifeinstein](https://github.com/Ifeinstein) - ๐Ÿž Fix Progress that throw error when `percent` is `null`. [#40378](https://github.com/ant-design/ant-design/pull/40378) [@li-jia-nan](https://github.com/li-jia-nan) - ๐Ÿž Fix List title and avatar be rendered in the wrong position. [#40395](https://github.com/ant-design/ant-design/pull/40395) [@li-jia-nan](https://github.com/li-jia-nan) - ๐Ÿž Fix Dropdown submenu wrong position. [#40349](https://github.com/ant-design/ant-design/pull/40349) - ๐Ÿž Fix Badge throw `findDOMNode` warning in StrictMode when `dot` switch. [#40347](https://github.com/ant-design/ant-design/pull/40347) - ๐Ÿž Fix Message wrong icon color problem. [#40471](https://github.com/ant-design/ant-design/pull/40471) [@Wxh16144](https://github.com/Wxh16144) - ๐Ÿ’„ Adjust Empty component default style in dark theme. [#40447](https://github.com/ant-design/ant-design/pull/40447) - RTL - ๐Ÿ’„ Fix Table scroll shadow in RTL mode. [#40441](https://github.com/ant-design/ant-design/pull/40441) [@ds1371dani](https://github.com/ds1371dani) - TypeScript - ๐Ÿค– Export ConfigProvider's ThemeConfig type. [#40370](https://github.com/ant-design/ant-design/pull/40370) [@Kamahl19](https://github.com/Kamahl19) ## 5.1.6 `2023-1-20` - ๐Ÿž Fix DatePicker animation timing function. [#40133](https://github.com/ant-design/ant-design/pull/40133) [@MadCcc](https://github.com/MadCcc) - Menu - ๐Ÿž Fix Tooltip incorrectly shown when Menu collapsed. [#40328](https://github.com/ant-design/ant-design/pull/40328) - ๐Ÿž Fix Menu split line style error. [#40268](https://github.com/ant-design/ant-design/pull/40268) [@Wxh16144](https://github.com/Wxh16144) - ๐Ÿž Fix the console warning of wave effect when bind component unmount before wave effect trigger. [#40307](https://github.com/ant-design/ant-design/pull/40307) [@luo3house](https://github.com/luo3house) - ๐Ÿž Fix Breadcrumb throw wrong overlay deprecation warning when use `menu` prop. [#40211](https://github.com/ant-design/ant-design/pull/40211) [@candy4290](https://github.com/candy4290) - ๐Ÿž Fix Modal.useModal hooks `destroyAll` not work as expect. [#40281](https://github.com/ant-design/ant-design/pull/40281) [@ds1371dani](https://github.com/ds1371dani) - ๐Ÿž Fix `message` global static method `config` setting `duration` not working. [#40232](https://github.com/ant-design/ant-design/pull/40232) [@Yuiai01](https://github.com/Yuiai01) - ๐Ÿž Fix Button text color when containing an `a` tag. [#40269](https://github.com/ant-design/ant-design/pull/40269) [@ds1371dani](https://github.com/ds1371dani) - ๐Ÿž Fix Radio displaying wrong text color and cursor when `disabled`. [#40273](https://github.com/ant-design/ant-design/pull/40273) [@ds1371dani](https://github.com/ds1371dani) - ๐Ÿ’„ Optimize the calculation logic of focus `outline`, replace `lineWidth` with `lineWidthBold`. [#40291](https://github.com/ant-design/ant-design/pull/40291) [@simonpfish](https://github.com/simonpfish) - ๐Ÿ’„ Rewrite part component style to compatible the browser that not support concat `:not` selector. [#40264](https://github.com/ant-design/ant-design/pull/40264) - ๐ŸŒ Fix missing translation for `pt_BR`. [#40270](https://github.com/ant-design/ant-design/pull/40270) [@rafaelncarvalho](https://github.com/rafaelncarvalho) ## 5.1.5 `2023-1-15` - ๐Ÿž Fix Checkbox that label not aligned with checkbox. [#40208](https://github.com/ant-design/ant-design/pull/40208) - ๐Ÿž Fix Button wave effect sometime makes layout shaking. [#40192](https://github.com/ant-design/ant-design/pull/40192) - ๐Ÿž Fix Select crash problem. [#40158](https://github.com/ant-design/ant-design/pull/40158) [@helloqian12138](https://github.com/helloqian12138) - ๐Ÿž Fix Timeline custom color displaying wrong classname & alignment overflow. [#39394](https://github.com/ant-design/ant-design/pull/39394) [@Wxh16144](https://github.com/Wxh16144) - ๐Ÿž Fix Breadcrumb last item color. [#40119](https://github.com/ant-design/ant-design/pull/40119) [@messaooudi](https://github.com/messaooudi) - ๐Ÿ’„ Fix Table sticky table header shadow style. [#40171](https://github.com/ant-design/ant-design/pull/40171) [@Wxh16144](https://github.com/Wxh16144) - ๐Ÿ’„ Fix Segmented item hover radius style. [#40175](https://github.com/ant-design/ant-design/pull/40175) [#40179](https://github.com/ant-design/ant-design/pull/40179) - TypeScript - ๐Ÿค– Fix Tabs `onEdit` Callback parameter type problem. [#39926](https://github.com/ant-design/ant-design/pull/39926) [@RSS1102](https://github.com/RSS1102) - RTL - ๐Ÿ’„ Fix DatePicker's next & prev icons in RTL mode. [#40238](https://github.com/ant-design/ant-design/pull/40238) [@ds1371dani](https://github.com/ds1371dani) - ๐Ÿ’„ Fix Badge RTL style when wrap a block element. [#40125](https://github.com/ant-design/ant-design/pull/40125) ## 5.1.4 `2023-1-9` - ๐Ÿž Fix missing locale file. [#40116](https://github.com/ant-design/ant-design/pull/40116) - ๐Ÿž Fix Cascader dropdown `placement` in RTL mode. [#40109](https://github.com/ant-design/ant-design/pull/40109) [@3hson](https://github.com/3hson) - ๐Ÿž Fix animation flicking in some components. [react-component/motion#39](https://github.com/react-component/motion/pull/39) ## 5.1.3 `2023-1-9` - Table - ๐Ÿ›  Optimize the Table `shouldCellUpdate` logic to increase the secondary rendering speed. [#40063](https://github.com/ant-design/ant-design/pull/40063) - ๐Ÿž Fix Table `columns.render` not trigger re-render when render function use closure data. [#40004](https://github.com/ant-design/ant-design/pull/40004) - ๐Ÿž Fix when Table filter, the border will be black. [#39938](https://github.com/ant-design/ant-design/pull/39938) [@JarvisArt](https://github.com/JarvisArt) - Button - ๐Ÿž Fix Button wave effect not following screen scroll. [#39954](https://github.com/ant-design/ant-design/pull/39954) - ๐Ÿž Fix Button `block` props not work. [#39992](https://github.com/ant-design/ant-design/pull/39992) [@li-jia-nan](https://github.com/li-jia-nan) - ๐Ÿž Fix Menu custom expand icon cannot be hidden. [#40071](https://github.com/ant-design/ant-design/pull/40071) [@Wxh16144](https://github.com/Wxh16144) - ๐Ÿ’„ Fix circular Progress text not being displayed in rtl mode. [#40103](https://github.com/ant-design/ant-design/pull/40103) - ๐Ÿ’„ Fix horizontal Menu style with `theme="dark"`. [#40105](https://github.com/ant-design/ant-design/pull/40105) - ๐Ÿž Fix Cascader `notFoundContent` cannot be clicked. [#40067](https://github.com/ant-design/ant-design/pull/40067) - ๐Ÿž Fix Transfer Checkbox not disabled when itemsLits is empty. [#40038](https://github.com/ant-design/ant-design/pull/40038) [@li-jia-nan](https://github.com/li-jia-nan) - ๐Ÿ’„ Fix Checkbox style with `disabled` and `indeterminate`. [#39974](https://github.com/ant-design/ant-design/pull/39974) [@ds1371dani](https://github.com/ds1371dani) - ๐Ÿž Fix Alert.ErrorBoundary description overflow bug. [#40033](https://github.com/ant-design/ant-design/pull/40033) - ๐Ÿ’„ Fix Tag onClick as undefined, click the mouse to display the border style. [#40023](https://github.com/ant-design/ant-design/pull/40023) [@crazyair](https://github.com/crazyair) - ๐Ÿ’„ Fix Avatar.Group item margin when item is wrapped by other elements. [#39993](https://github.com/ant-design/ant-design/pull/39993) - ๐Ÿž Fix Submenu arrow transition. [#39945](https://github.com/ant-design/ant-design/pull/39945) [@JarvisArt](https://github.com/JarvisArt) - ๐Ÿž Fix selection column cover by other cell when fixed. [#39940](https://github.com/ant-design/ant-design/pull/39940) [@kiner-tang](https://github.com/kiner-tang) - ๐ŸŒ Add missing ta_IN translations. [#39936](https://github.com/ant-design/ant-design/pull/39936) [@KIRUBASHANKAR26](https://github.com/KIRUBASHANKAR26) ## 5.1.2 `2022-12-30` - ๐Ÿ†• Theme Editor supports uploading themes. [#39621](https://github.com/ant-design/ant-design/pull/39621) [@BoyYangzai](https://github.com/BoyYangzai) - ๐Ÿ’„ Refactor wave effect that can now trigger multiple times. [#39705](https://github.com/ant-design/ant-design/pull/39705) [@li-jia-nan](https://github.com/li-jia-nan) - Table - ๐Ÿž Fix Table `column.filtered` cannot be updated. [#39883](https://github.com/ant-design/ant-design/pull/39883) - ๐Ÿž Fix Table fixed column which is sorted or filtered transparent background bug. [#39012](https://github.com/ant-design/ant-design/pull/39012) [@kiner-tang](https://github.com/kiner-tang) - ๐Ÿž Fix Image preview style conflict with TailwindCSS. [#39914](https://github.com/ant-design/ant-design/pull/39914) - ๐Ÿž Fix Dropdown `danger` and `disabled` style priority bug. [#39904](https://github.com/ant-design/ant-design/pull/39904) [@Wxh16144](https://github.com/Wxh16144) - ๐Ÿž Fix App.useApp `modal` default `okText`. [#39884](https://github.com/ant-design/ant-design/pull/39884) [@BoyYangzai](https://github.com/BoyYangzai) - ๐Ÿ’„ Fix Input.Group misplace style when zoom up in windows. [#39842](https://github.com/ant-design/ant-design/pull/39842) [@heiyu4585](https://github.com/heiyu4585) - ๐Ÿž Fix Slider missing Tooltip appear motion. [#39857](https://github.com/ant-design/ant-design/pull/39857) - ๐Ÿž Fix QRCode missing expired style. [#39849](https://github.com/ant-design/ant-design/pull/39849) [@li-jia-nan](https://github.com/li-jia-nan) - ๐Ÿž Fix Tree switcher's background display unexpected in dark theme. [#39838](https://github.com/ant-design/ant-design/pull/39838) [@kiner-tang](https://github.com/kiner-tang) - ๐Ÿž Fix Menu slide bar style issue when `border` is reset by preset. [#39819](https://github.com/ant-design/ant-design/pull/39819) [@MadCcc](https://github.com/MadCcc) - ๐Ÿž Fix Checkbox not support Tooltip or Popover when it is `disabled`. [#39829](https://github.com/ant-design/ant-design/pull/39829) ## 5.1.1 `2022-12-26` - ๐Ÿ“ฆ Remove IE and other legacy browsers from browserslist to reduce bundle size.[#38779](https://github.com/ant-design/ant-design/pull/38779) - โšก๏ธ Improve Transfer performance when selecting and moving nodes with large data.[#39465](https://github.com/ant-design/ant-design/pull/39465) [@wqs576222103](https://github.com/wqs576222103) - ๐Ÿž Fix wrong `font-family` of components. [#39806](https://github.com/ant-design/ant-design/pull/39806) - ๐Ÿž Fix Drawer default props not working when `placement` `open` `width` are `undefined`. [#39782](https://github.com/ant-design/ant-design/pull/39782) - ๐Ÿž Fix Menu icon animation when collapse it. [#39800](https://github.com/ant-design/ant-design/pull/39800) [@JarvisArt](https://github.com/JarvisArt) - ๐Ÿž Fix Image preview operation bar is covered during the animation. [#39788](https://github.com/ant-design/ant-design/pull/39788) [@JarvisArt](https://github.com/JarvisArt) - ๐Ÿž Fix List crash when `pagination.pageSize` is undefined. [#39681](https://github.com/ant-design/ant-design/pull/39681) [@Wxh16144](https://github.com/Wxh16144) - ๐Ÿž Fix Space `align="baseline"` not working. [#39748](https://github.com/ant-design/ant-design/pull/39748) [@candy4290](https://github.com/candy4290) - Table - ๐Ÿž Fix Table expandable row header has no top left border radius. [#39781](https://github.com/ant-design/ant-design/pull/39781) [@chunsch](https://github.com/chunsch) - ๐Ÿž Fix Table header radius missing when has fixed header and columns. [#39723](https://github.com/ant-design/ant-design/pull/39723) - ๐Ÿž Fix Table missing `border-bottom` in merged cell and unexpected border color if overlappingใ€‚. [#39729](https://github.com/ant-design/ant-design/pull/39729) - โŒจ๏ธ Improve Table a11y by appling aria-props to table element. [#39700](https://github.com/ant-design/ant-design/pull/39700) - โŒจ๏ธ Reset `aria-label` in Table column. [#39738](https://github.com/ant-design/ant-design/pull/39738) [@kiner-tang](https://github.com/kiner-tang) - ๐Ÿ’„ Adds transition animation for Table border. [#39713](https://github.com/ant-design/ant-design/pull/39713) [@JarvisArt](https://github.com/JarvisArt) - ๐Ÿž Fix Tabs add button color invisible in dark mode. [#39724](https://github.com/ant-design/ant-design/pull/39724) - ๐Ÿž Fix the problem that the height of the title bar is not enough when Card only has `extra`. [#39646](https://github.com/ant-design/ant-design/pull/39646) [@JarvisArt](https://github.com/JarvisArt) - ๐Ÿž Fix `justify` and `align` properties are not reactive in Row. [#39704](https://github.com/ant-design/ant-design/pull/39704) [@candy4290](https://github.com/candy4290) - ๐Ÿž Fix warning in App about two children with the same key. [#39695](https://github.com/ant-design/ant-design/pull/39695) [@Kamahl19](https://github.com/Kamahl19), [#39701](https://github.com/ant-design/ant-design/pull/39701) [@li-jia-nan](https://github.com/li-jia-nan) - ๐Ÿ’„ Image preview interactive optimization. [#39812](https://github.com/ant-design/ant-design/pull/39812) [@JarvisArt](https://github.com/JarvisArt) - ๐Ÿ’„ Fix Table filter dropdown wrong active background and dropdown shadow style. [#39805](https://github.com/ant-design/ant-design/pull/39805) - TypeScript - ๐Ÿค– Fix missing type defination for Design Token. [#39754](https://github.com/ant-design/ant-design/pull/39754) ## 5.1.0 `2022-12-20` - ๐Ÿ”ฅ New App Component which provide global style & static function replacement. [#39046](https://github.com/ant-design/ant-design/pull/39046) - ๐Ÿ”ฅ New QRCode Component. [#38948](https://github.com/ant-design/ant-design/pull/38948) - ๐Ÿ”ฅ New Watermark Component. [#39064](https://github.com/ant-design/ant-design/pull/39064) [@JarvisArt](https://github.com/JarvisArt) - ๐Ÿ†• Mentions support `options` prop. [#38630](https://github.com/ant-design/ant-design/pull/38630) [@heiyu4585](https://github.com/heiyu4585) - ๐Ÿ†• FloatButton support `clickOutAutoClose`. [#39501](https://github.com/ant-design/ant-design/pull/39501) [@BoyYangzai](https://github.com/BoyYangzai) - ๐Ÿ†• Popconfirm support `description` prop. [#39250](https://github.com/ant-design/ant-design/pull/39250) [@xhh0223](https://github.com/xhh0223) - ๐Ÿ†• Modal.confirm support `footer` prop. [#39048](https://github.com/ant-design/ant-design/pull/39048) [@owjs3901](https://github.com/owjs3901) - ๐Ÿ†• Table support `rowScope` to set the column range. [#39571](https://github.com/ant-design/ant-design/pull/39571) - ๐Ÿ†• Anchor support `items` data configuration option content, which supports nesting through children. [#39034](https://github.com/ant-design/ant-design/pull/39034) [@foryuki](https://github.com/foryuki) - ๐Ÿ†• Breakpoints can now follow theme token config. [#39105](https://github.com/ant-design/ant-design/pull/39105) [@azro352](https://github.com/azro352) - ๐Ÿ†• Tour prevButtonProps nextButtonProps support `style` `classname` prop. [#38939](https://github.com/ant-design/ant-design/pull/38939) [@ONLY-yours](https://github.com/ONLY-yours) - ๐Ÿ†• ConfigProvider support config `select.showSearch`. [#39531](https://github.com/ant-design/ant-design/pull/39531) [@YinDongFang](https://github.com/YinDongFang) - ๐Ÿž Fix Tabs `inkBar` not show in StrictMode. [#39653](https://github.com/ant-design/ant-design/pull/39653) - ๐Ÿž Fix Badge component width not being affected by parent element. [#39605](https://github.com/ant-design/ant-design/pull/39605) [@AydenGen](https://github.com/AydenGen) - Select - ๐Ÿž Fix wrong usage of icon color token in Select. [#39644](https://github.com/ant-design/ant-design/pull/39644) - ๐Ÿ’„ Optimize Select a11y to bind real option element when `virtual=false`. [#39550](https://github.com/ant-design/ant-design/pull/39550) - ๐Ÿž Fix Tour steps set type=โ€˜primaryโ€™ not work. [#39382](https://github.com/ant-design/ant-design/pull/39382) [@heiyu4585](https://github.com/heiyu4585) - ๐Ÿž Fix disabled style miss when has href on Button. [#39456](https://github.com/ant-design/ant-design/pull/39456) [@BoyYangzai](https://github.com/BoyYangzai) - ๐Ÿž Fix Segmented icon unexpected margin. [#39575](https://github.com/ant-design/ant-design/pull/39575) - ๐Ÿž Fix Drawer unexpected warning about `DefaultProps`. [#39562](https://github.com/ant-design/ant-design/pull/39562) - Menu - ๐Ÿž Fix Menu.Submenu will flicker when use `createRoot` to render. [#38855](https://github.com/ant-design/ant-design/pull/38855) [@JarvisArt](https://github.com/JarvisArt) - ๐Ÿ›  Refactor MenuItem to Function Component. [#38751](https://github.com/ant-design/ant-design/pull/38751) - ๐Ÿ’„ Optimize Menu item style when selected. [#39439](https://github.com/ant-design/ant-design/pull/39439) - ๐Ÿ›  LocaleProvider has been deprecated in 4.x (use `` instead), we removed the related folder antd/es/locale-provider and antd/lib/locale-provider in 5.x. [#39373](https://github.com/ant-design/ant-design/pull/39373) - ๐Ÿ›  Simplified lodash method introduction. [#39599](https://github.com/ant-design/ant-design/pull/39599) [#39602](https://github.com/ant-design/ant-design/pull/39602) - TypeScript - ๐Ÿค– Optimize Button DropDown Modal Popconfirm Select Transfer mouse event type definition. [#39533](https://github.com/ant-design/ant-design/pull/39533) - ๐Ÿค– New export type `FloatButtonGroupProps`. [#39553](https://github.com/ant-design/ant-design/pull/39553) - ๐ŸŒ Localization - ๐Ÿ‡ง๐Ÿ‡ช Add `fr_BE` locale. [#39415](https://github.com/ant-design/ant-design/pull/39415) [@azro352](https://github.com/azro352) - ๐Ÿ‡จ๐Ÿ‡ฆ Add `fr_CA` locale. [#39416](https://github.com/ant-design/ant-design/pull/39416) [@azro352](https://github.com/azro352) - ๐Ÿ‡ช๐Ÿ‡ธ Add `eu_ES` locale. [#39371](https://github.com/ant-design/ant-design/pull/39371) [@Ian-Inizias](https://github.com/Ian-Inizias) ## 5.0.7 `2022-12-13` - ๐Ÿž Fix Slider's Tooltip missing animation. [#39463](https://github.com/ant-design/ant-design/pull/39463) [@YinDongFang](https://github.com/YinDongFang) - ๐Ÿž Fix Table unexpected horizontal scroll bar when empty and bordered. [#39455](https://github.com/ant-design/ant-design/pull/39455) [@zjfresh](https://github.com/zjfresh) - ๐Ÿž Fix Popover arrow background color with customized `color`. [#39517](https://github.com/ant-design/ant-design/pull/39517) - ๐Ÿž Fix Modal hooks not pass ConfigProvider config correctly. [#39513](https://github.com/ant-design/ant-design/pull/39513) - ๐Ÿž Fix Radio align issue with custom size. [#39476](https://github.com/ant-design/ant-design/pull/39476) ## 5.0.6 `2022-12-12` - ๐Ÿž Fix FloatButton `tooltip` property is not support `0` value. [#39425](https://github.com/ant-design/ant-design/pull/39425) [@li-jia-nan](https://github.com/li-jia-nan) - ๐Ÿž Fix Space wrapped Select not display clear icon problem when mouse hover. [#39468](https://github.com/ant-design/ant-design/pull/39468) [@foryuki](https://github.com/foryuki) - ๐Ÿ’„ Fix Cascader ul has unexpected margin value. [#39436](https://github.com/ant-design/ant-design/pull/39436) [@ZN1996](https://github.com/ZN1996) - ๐Ÿ’„ Fix Input has unexpected padding problem in compact mode. [#39428](https://github.com/ant-design/ant-design/pull/39428) - ๐Ÿ’„ Optimize Message padding in compact mode. [#39428](https://github.com/ant-design/ant-design/pull/39428) - ๐Ÿ’„ Fix Radio.Button has unexpected text color in dark mode. [#39428](https://github.com/ant-design/ant-design/pull/39428) - ๐Ÿ’„ Fix Select has unexpected padding problem in compact mode. [#39428](https://github.com/ant-design/ant-design/pull/39428) - ๐Ÿ’„ Fix Slider has unexpected size for marking dot. [#39428](https://github.com/ant-design/ant-design/pull/39428) - ๐Ÿ’„ Optimize Switch color in dark mode. [#39428](https://github.com/ant-design/ant-design/pull/39428) ## 5.0.5 `2022-12-08` - ๐Ÿž Fix button hover style in Space.Compact. [#39157](https://github.com/ant-design/ant-design/pull/39157) [@foryuki](https://github.com/foryuki) - ๐Ÿž Fix Tabs active bar missing sometimes in windows Chrome. [#39352](https://github.com/ant-design/ant-design/pull/39352) [@heiyu4585](https://github.com/heiyu4585) - ๐Ÿž Fix Divider `horizontal` align issue in flex layout. [#39339](https://github.com/ant-design/ant-design/pull/39339) - ๐Ÿž Fix Popover width in rtl mode. [#39311](https://github.com/ant-design/ant-design/pull/39311) - ๐Ÿž Fix Popconfirm padding style issue when `wireframe` is `true`. [#39313](https://github.com/ant-design/ant-design/pull/39313) [@MadCcc](https://github.com/MadCcc) - ๐Ÿ’„ Fix Select search input with white space style issue. [#39299](https://github.com/ant-design/ant-design/pull/39299) [@MadCcc](https://github.com/MadCcc) - ๐Ÿ’„ Fix Tree missing selection style. [#39292](https://github.com/ant-design/ant-design/pull/39292) - ๐Ÿž Fix FloatButton content not align when customize size. [#39282](https://github.com/ant-design/ant-design/pull/39282) [@li-jia-nan](https://github.com/li-jia-nan) - ๐Ÿž Fix RangePicker cell hover style. [#39266](https://github.com/ant-design/ant-design/pull/39266) - ๐Ÿ’„ Optimize Button style under Space.Compact. [#39241](https://github.com/ant-design/ant-design/pull/39241) [@foryuki](https://github.com/foryuki) - ๐ŸŒ Fix `vi_VN` i18n mistake. [#39279](https://github.com/ant-design/ant-design/pull/39279) [@nghiepdev](https://github.com/nghiepdev) - ๐ŸŒ Fix `he_IL` i18n mistake. [#39280](https://github.com/ant-design/ant-design/pull/39280) [@Ran-Sagy](https://github.com/Ran-Sagy) - TypeScript - ๐Ÿค– Optimize Anchor `onClick` event definition. [#39305](https://github.com/ant-design/ant-design/pull/39305) [@li-jia-nan](https://github.com/li-jia-nan) ## 5.0.4 `2022-12-05` - Modal - ๐Ÿž Fix Modal with long content exceed the panel. [#39249](https://github.com/ant-design/ant-design/pull/39249) [@MuxinFeng](https://github.com/MuxinFeng) - ๐Ÿž Fix Modal.info content width when without icon. [#39047](https://github.com/ant-design/ant-design/pull/39047) [@owjs3901](https://github.com/owjs3901) - ๐Ÿž Fix Tree config `checkable` and `blockNode` not makes `title` stretch issue. [#39209](https://github.com/ant-design/ant-design/pull/39209) [@Wxh16144](https://github.com/Wxh16144) - ๐Ÿž Fix Dropdown sub menu missing motion. [#39235](https://github.com/ant-design/ant-design/pull/39235) - ๐Ÿ’„ Fix RangePicker time panel padding style. [#39228](https://github.com/ant-design/ant-design/pull/39228) - ๐Ÿž Fix Card action button round style. [#39210](https://github.com/ant-design/ant-design/pull/39210) [@muxin](https://github.com/muxin) - ๐Ÿž Fix Badge wave effect color not follow `color`. [#39182](https://github.com/ant-design/ant-design/pull/39182) [@li-jia-nan](https://github.com/li-jia-nan) - ๐Ÿž Fix Radio disabled status check style. [#39165](https://github.com/ant-design/ant-design/pull/39165) [@Wxh16144](https://github.com/Wxh16144) - ๐Ÿž Fixed TextArea count style when `resize` is not `none`. [#39121](https://github.com/ant-design/ant-design/pull/39121) [@51wangping](https://github.com/51wangping) - ๐Ÿž Fix Transfer clicking the checkbox position cannot be unchecked and onSelectChange is triggered twice. [#39078](https://github.com/ant-design/ant-design/pull/39078) [@edc-hui](https://github.com/edc-hui) - ๐Ÿž Fix Steps set `size="small"` with progress not fully display. [#39100](https://github.com/ant-design/ant-design/pull/39100) [@Wxh16144](https://github.com/Wxh16144) - ๐Ÿž Fix Form horizontal layout with `xs` responsive config not work. [#39130](https://github.com/ant-design/ant-design/pull/39130) - ๐Ÿž Fix message position not correct in RTL. [#39248](https://github.com/ant-design/ant-design/pull/39248) [@Yuiai01](https://github.com/Yuiai01) - ๐Ÿž Fix Switch only set with `checkedChildren` or `unCheckedChildren` content not display. [#39262](https://github.com/ant-design/ant-design/pull/39262) ## 5.0.3 `2022-11-30` - ๐Ÿž Fix Spin alignment when using `tip`. [#38923](https://github.com/ant-design/ant-design/pull/38923) [@sribich](https://github.com/sribich) - Menu - ๐Ÿž Fix Menu Submenu style when overflowed. [#39093](https://github.com/ant-design/ant-design/pull/39093) - ๐Ÿž Fix Menu.Item hover area when trigger active color change. [#39077](https://github.com/ant-design/ant-design/pull/39077) [@Pulset](https://github.com/Pulset) - ๐Ÿž Fix Input.TextArea resize behavior by adding reset style. [aa92f02](https://github.com/ant-design/ant-design/commit/aa92f02) - ๐Ÿž Fix Upload default icon color. [#39114](https://github.com/ant-design/ant-design/pull/39114) [@MARKX97](https://github.com/MARKX97) - ๐Ÿž Fix ssr warning in dev mode caused by dynamic hashId. [#39069](https://github.com/ant-design/ant-design/pull/39069) - ๐Ÿž Fix FloatButton.Group flicking on closing. [#39061](https://github.com/ant-design/ant-design/pull/39061) - ๐Ÿž Fix Card.Meta that width is not 100%. [#39026](https://github.com/ant-design/ant-design/pull/39026) [@justanotheranonymoususer](https://github.com/justanotheranonymoususer) ## 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`.