You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed the problem that the data-* attributes passed into Select Option did not render #2258
Fixed the problem that Toast is not centered but aligned to the left when multiple toasts with different lengths #2257
Fixed the problem that when TreeSelect is in defaultOpen mode, the pop-up layer cannot be closed when clicking outside. #2254
Fixed the problem that Avatar cannot trigger onClick, onMouseEnter, and onMouseLeave events when the border/topSlot/bottomSlot API is set. #2255
Fixed the problem that Badge className function aligns other components and acts on the outermost layer of DOM
Revised Badge API definition, added a more semantic countStyle API, and made it consistent with the existing style API (the old API props.style can still be used, and the effect remains unchanged, but it is no longer recommended in the documentation)
【Chore】
Fixed the problem that when FormApi does not pass in generics, there will be a type error that string type cannot be assigned to never when calling setValue (affected scope, v2.59.0) #2259
Optimize FormApi getValue type hints for nested paths and align setValue behavior #2259
Fixed onBlur/onFocus type define error in TextArea #2261
Fixed webComponentPath parameter type error in Semi webpack plugin #2260