Skip to content
- 🛎 Sort props
className to the end. #26602
- Table
- 💄 Fix Table nested table styles affects all sub-level tables. #26568 @willc001
- 🐞 Fix elements above Table was not clickable elements which has
float: right; style. #26599
- 🐞 Fix Modal closing cause scroll position jump up. #26538
- 🐞 Fix the type declaration of onError in
customRequest options of Upload. #26601 @yingpengsha
- 🐞 Shutdown Select/TreeSelect autocomplete list in Chrome. #26590
- 🐞 Fix Cascader value overwritten when filtering. #26569 @lich-yoo
- 🐞 Fix Modal jump out of screen in some situations. #25765 @tanmoyopenroot
- 🐞 Fix Radio.Group not working properly, when is used in legacy Form. #26555 @willc001
- 🐞 Fix Pagination align issue in windows. #26549
- 🐞 Fix Form with
help make ssr un-sync issue. #26542
- 🐞 Fix Avatar doesn't scale fallback text well when display is none. #26522 @zhangyu1818
- TypeScript
- 🤖 Col Add
flex type to ColSize interface. #26578 @blaiz
- 🤖 Fix Tooltip/Popover
children tsd to accept ReactNode. #26534