Added new virtualization in the grid component with fewer required configurations.
Added new 'autoProcessData' prop in the grid that allows smoother inbuilt state updates.
Added new defaultSort, defaultFilter, defaultGroup, defaultSkip, and defaultTake props in the grid that configure the defaults for the uncontrolled autoProcessData cases.
Added new defaultDetailExpand/detailExpand and defaultGroupExpand/groupExpand props that control the expanded states.
Added new inbuilt global search behavior with new search/defaultSearch props and a GridSearchBox component.
Added new columnsState and defaultColumnState props to make the control of the columns even smoother.
The 'loader' prop is no longer accepting bool values. Use the new 'showLoader' prop to show and hide the loader of the grid.
The onExpandchange event is deprecated in favor of onDetailexpandchange and onGroupexpandchange.
The 'expandField' event is deprecated in favor of setting the dataItemKey prop.
The 'collapsedGroups' prop is deprecated in favor to the new state management approach and the expandGroups prop.
The 'topCacheCount' is deprecated and not needed any more.
The 'totalGroupedHeigh' prop is deprecated as the virtual grouping already has built-in logic.
The 'uniguqField' prop is deprecated in favor of 'dataItemKey'.
TreeView: Made entire item clickable for selection and checkbox toggle.
Updated state management and virtualization.
Common All appearance props no longer have 'null' option.
修补程序
Bumped axios to v1.13.2.
Editor: Bumped @progress/kendo-editor-common in /packages/editor.
Gauges: Bumped @progress/kendo-charts in /packages/gauges.