Changelog 13.0
13.1.0
Released on August 31, 2023.
For more information on this release, see:
Changed
- Optimized the transpilation process of the distribution files. #10440
- Updated the internal monorepo scripts to utilize Node 20. #10468
Fixed
- Fixed a problem with errors being thrown when pressing
deleteorbackspacekeys after deselecting cells. #10272 - Fixed problems with moving rows when there are trimmed rows in the table. #10399
- Fixed a problem with the column resize handle being stuck after the user clicked the right mouse button. #10416
- Extended the type definition of
CellChangeto match the actual implementation. #10432 - Fixed a typo in the
CopyPasteplugin’scopymethod argument. #10446 - Fixed the mobile selection handlers that disappeared below the table headers when multiple cells were selected. #10447
- Fixed the
MergeCellsplugin’s problem with updating the cell meta after unmerging the previously-merged cells, which resulted in the Autofill plugin not working properly. #10456 - Added the missing type definition for
BaseEditor’sgetEditedCellRectmethod. #10459 - Corrected the type definitions for the
ContextMenu. #9566 - React: Mark an internal prop of the React wrapper’s base editor component as optional. #10429
13.0.0
Released on June 22, 2023.
For more information on this release, see:
Added
- Angular: Added support for Angular 16. #10396
Changed
- 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. Dropping Handsontable’s support for any older framework versions won’t be treated as a breaking change. #10396
- Breaking change: Changed the order in which three hooks are executed: now, the
beforeChangehook is fired before theafterSetDataAtCellandafterSetDataAtRowProphooks. #10231 - Changed the margins of the context menu in the RTL layout direction. #10375
Removed
- 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. However, Handsontable 13.0.0 was thoroughly tested and, to the best of our knowledge, works correctly with versions down to Angular 12. #10396
- Breaking change: Removed the deprecated
beforeAutofillInsidePopulatehook. #10407 - Breaking change: Removed the deprecated
getFirstNotHiddenIndexmethod. Instead, use thegetNearestNotHiddenIndex()method. #10407 - Breaking change: Removed the deprecated parameters of the
alter()method:insert_rowandinsert_col. Instead, use the following parameters:insert_row_above,insert_row_below,insert_col_start, andinsert_col_end. #10407 - Breaking change: Removed the deprecated parameters of the
populateFromArray()method:directionanddeltas. #10407
Fixed
- Fixed an issue where the “Read only” icon of the context menu displayed incorrectly in the RTL layout direction. #10375