Handsontable V12.1.3

Released: Sep 22, 2022

Aggiornamenti in V12.1.3

Correzioni

  • Fixed incorrect date format conversion on input in the date editor.
  • Fixed an error when adding a large number of rows using the alter method.
  • Fixed IME text input in the editors.
  • Fixed an issue where the editor did not open on key events when the cell was outside the viewport.
  • Fixed an issue with "0" values being ignored by the Column Summary plugin.
  • Fixed an error when opening the column dropdown menu with the Filters plugin enabled.
  • Fixed an issue where the trimWhitespace option could not be used in the column and cell levels of the cascading configuration.
  • Fixed the flickering of the selection area at the edge of the table while scrolling.
  • Fixed misalignment on mobile devices when the edge cells were selected.
  • Fixed type definitions for the method setSourceDataAtCell.
  • Removed a custom stable sorting implementation in favor of the stable sorting algorithm guaranteed by ECMAScript 2019.
  • Removed type definitions for non-existing methods rowOffset and colOffset and a non-existing hook modifyRowSourceData.