- Remove IE and other legacy browsers from browserslist to reduce bundle size.#38779
- ⚡️ Improve Transfer performance when selecting and moving nodes with large data.#39465@wqs576222103
- Fix wrong
font-family
of components. #39806
- Fix Drawer default props not working when
placement
open
width
are undefined
. #39782
- Fix Menu icon animation when collapse it. #39800@JarvisArt
- Fix Image preview operation bar is covered during the animation. #39788@JarvisArt
- Fix List crash when
pagination.pageSize
is undefined. #39681@Wxh16144
- Fix Space
align="baseline"
not working. #39748@candy4290
- Table
- Fix Table expandable row header has no top left border radius. #39781@chunsch
- Fix Table header radius missing when has fixed header and columns. #39723
- Fix Table missing
border-bottom
in merged cell and unexpected border color if overlapping。. #39729
- ⌨️ Improve Table a11y by appling aria-props to table element. #39700
- ⌨️ Reset
aria-label
in Table column. #39738@kiner-tang
- Adds transition animation for Table border. #39713@JarvisArt
- Fix Tabs add button color invisible in dark mode. #39724
- Fix the problem that the height of the title bar is not enough when Card only has
extra
. #39646@JarvisArt
- Fix
justify
and align
properties are not reactive in Row. #39704@candy4290
- Fix warning in App about two children with the same key. #39695@Kamahl19, #39701@li-jia-nan
- Image preview interactive optimization. #39812@JarvisArt
- Fix Table filter dropdown wrong active background and dropdown shadow style. #39805
- TypeScript
- Fix missing type defination for Design Token. #39754