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
Comment: Actions now support functions, and the rendering of TNode function nodes within arrays has been improved @RSS1102 (#6915)
🐞 Bug Fixes
Button:
The default margin:0 and z-index:0 values of this component have been removed @RylanBot (common#2636)
The issue of insufficient spacing between custom SVG icons and text has been resolved @xy200303 (common#2639)
The problem of the component losing focus when in the loading state has been fixed @luppyw (#6912)
Comment: The issue of icons and text related to actions not being vertically centered has been resolved @RSS1102 (#6915)
Form: The problem of rules with a trigger value of all not functioning properly has been fixed @RSS1102 (#6862)
Icon: The issue of unexpected rendering due to overlapping transparency when multiple colors with alpha channels are used simultaneously has been resolved @uyarn (#6878)
Switch:
The problem of unhandled exceptions occurring when the beforeChange Promise is rejected has been fixed @kyui-azusa (#6875)
The issue of the change callback still invoking the old function after event listeners are updated has been resolved @engvuchen (#6914)
Table: The problem that occurred after version 1.20.4, where failing to modify rows explicitly led to corruption of the original data and thus impaired the editing functionality, has been fixed @uyarn (#6919)
Tabs: The issue of tabs not being activated by default when defaultValue is set to 0 has been resolved @kyui-azusa (#6866)