Handsontable is the new name for Handsontable Pro.
Handsontable V13.0.0
Released: Jun 22, 2023
V13.0.0 中的更新
特性
Angular: Added support for Angular 16 - You can now use the latest Angular features, such as revamped reactivity, non-destructive hydration, or signals.
Breaking change (React, Angular, Vue 2, Vue 3) - Changed Handsontable's policy toward older versions of supported frameworks. From now on, Handsontable supports only those versions of any supported frameworks that are officially supported by their respective teams.
Breaking change - Changed the order in which three hooks are executed: now, the beforeChange hook is fired before the afterSetDataAtCell and afterSetDataAtRowProp hooks.
Changed the margins of the context menu in the RTL layout direction.
Breaking change (Angular) - Dropped support for Angular 13 and lower. From now on, Handsontable supports only those versions of Angular that are officially supported by the Angular team: currently, it's 14-16.
Breaking change - Removed the deprecated beforeAutofillInsidePopulate hook.
Breaking change - Removed the deprecated getFirstNotHiddenIndex method. Instead, use the getNearestNotHiddenIndex() method.
Breaking change - Removed the deprecated parameters of the alter() method: insert_row and insert_col. Instead, use the following parameters: insert_row_above, insert_row_below, insert_col_start, and insert_col_end.
Breaking change - Removed the deprecated parameters of the populateFromArray() method: direction and deltas.
修补程序
Fixed an issue where the "Read only" icon of the context menu was displayed incorrectly in the RTL layout direction.