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
Cascader: Support customizing the content at the top and bottom of each panel through the new columnHeader and columnFooter APIs @uyarn (#4405)
DatePicker: Support automatically loading more previous years when the year selector scrolls to the top @RylanBot (#4335)
DateRangePicker: Support for the disabled array type has been added, enabling individual disabling of certain date ranges @uyarn (#4404)
RangeInput: Support for the disabled array type has also been added, allowing individual disabling of certain ranges @uyarn (#4404)
🐞 Bug Fixes
DatePicker: The issue where the year selector reset to the top accidentally when scrolling to the bottom has been fixed @RylanBot (#4335)
Dialog: Problems with old closures being executed in callbacks such as onConfirm have been resolved @RylanBot (#4403)
DrawerPlugin: The issue where old callbacks continued to be executed after calling update() has been fixed @RylanBot (#4403)
EnhancedTable: The problem where expanded child nodes could not be rendered correctly when virtual scrolling was enabled and expandedTreeNodes was controlled has been resolved @RylanBot (#4399)
FormList: Issues such as incorrect field parsing and initialization when name consists solely of numbers have been fixed @RylanBot (#4397)
Table: The problem of duplicate filtering boxes appearing when both virtual scrolling and filterable features were used has been resolved @RylanBot (#4379)
Upload: The issue where no callback was triggered for the actual upload progress when useMockProgress=false was set has been fixed @anlyyao (common#2690)