Handsontable V13.1.0

Released: Aug 31, 2023

Updates in V13.1.0

Features

  • Reduced package size and improved code performance.
  • Updated the internal monorepo scripts to utilize Node 20.
  • Extended the type definition of CellChange to match the actual implementation.

Fixes

  • Fixed a problem with errors being thrown when pressing delete or backspace keys after deselecting cells.
  • Fixed problems with moving rows when there are trimmed rows in the table.
  • Fixed a problem with the column resize handle being stuck after the user clicked the right mouse button.
  • Fixed a typo in the CopyPaste plugin's copy method argument.
  • Fixed the mobile selection handlers that disappeared below the table headers when multiple cells were selected.
  • Fixed the MergeCells plugin's problem with updating the cell meta after unmerging the previously-merged cells, which resulted in the Autofill plugin not working properly.
  • Added the missing type definition for BaseEditor's getEditedCellRect method.
  • Corrected the type definitions for the ContextMenu.
  • React: Mark an internal prop of the React wrapper's base editor component as optional.