Handsontable v12.1.3 Release Notes

Release Date: 2022-09-22 // over 1 year ago
  • ๐Ÿš€ For more information on this release, see:

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed incorrect date format conversion on input in the date editor. #9681
    • ๐Ÿ›  Fixed an error when adding a large number of rows using the alter method. #7840
    • ๐Ÿ›  Fixed IME text input in the editors. #9586
    • ๐Ÿ›  Fixed an issue where the editor did not open on key events when the cell was outside the viewport. #9022
    • ๐Ÿ›  Fixed an issue with "0" values being ignored by the Column Summary plugin. #6385
    • ๐Ÿ›  Fixed an error when opening the column dropdown menu with the Filters plugin enabled. #9561
    • ๐Ÿ›  Fixed an issue where the trimWhitespace option could not be used in the column and cell levels of the cascading configuration. #7387
    • ๐Ÿ›  Fixed the flickering of the selection area at the edge of the table while scrolling. #8317
    • ๐Ÿ›  Fixed misalignment on mobile devices when the edge cells were selected. #9621
    • ๐Ÿ›  Fixed type definitions for the method setSourceDataAtCell. #8599

    โœ‚ Removed

    • โœ‚ Removed a custom stable sorting implementation in favor of the built-in sorting algorithm #6091
    • โœ‚ Removed type definitions for non-existing methods rowOffset and colOffset and a non-existing hook modifyRowSourceData. #8659, #7317

Previous changes from v12.1.2

  • ๐Ÿš€ For more information on this release, see:

    ๐Ÿ”„ Changed

    • ๐Ÿ”’ Changed the version of the Moment.js dependency from 2.29.3 to 2.29.4, in reaction to a recently-found Moment.js security vulnerability. The vulnerability did not affect a correct configuration of Handsontable. #9638
    • Vue: Freezed the version of the Vue framework that is used in our build chain to ~2.6. This shouldn't affect apps that use Vue 2.7+. #9624