HANDSONTABLE v8.3.2 Release Notes

Release Date: 2021-03-16 // about 3 years ago
  • ๐Ÿš€ For more information on this release, see:

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed a bug where it was impossible to enable disableVisualSelection for cells/columns. #5082
    • ๐Ÿ›  Fixed wrong paddings for multi-level headers. #5086
    • ๐Ÿ›  Fixed problems with the current option of the disableVisualSelection setting. #5869
    • ๐Ÿ›  Fixed problems with the header option of the disableVisualSelection setting. #6025
    • ๐Ÿ›  Fixed a bug where the "double-tap-to-zoom" gesture prevented the editor from opening properly on some mobile devices. #7142
    • ๐Ÿ›  Fixed a bug where calling the updateSettings method in the body of some callbacks would break the table. #7231
    • ๐Ÿ›  Fixed an issue where the maxRows and maxCols options interfered with hidden index calculations. #7350
    • ๐Ÿ›  Fixed problems with doubled borders being displayed when window was a scrollable container. #7356
    • ๐Ÿ›  Fixed a bug where value population from an edited cell would result in a console error. #7382
    • ๐Ÿ›  Fixed a bug where the dropdown cell type would not work on Safari 14+. #7413
    • ๐Ÿ›  Fixed a bug where the AutoRowSize plugin would break the table when placed in an iframe. #7424
    • ๐Ÿ›  Fixed bugs in navigation by HOME and END keys with hidden rows/columns enabled. #7454
    • ๐Ÿ›  Fixed a bug with the trimWhitespace option not working properly. #7458
    • ๐Ÿ›  Fixed an issue with inconsistent documentation and TypeScript definitions for colWidths and rowHeights options. #7507
    • ๐Ÿ›  Fixed the incorrect cellTypes module paths in the exports entry of the package.json file. #7597
    • Vue: Fixed Remote Code Execution vulnerability in the dev dependencies. #7620

    โž• Added

    • Introduced the monorepo to this repository. From now on, handsontable, @handsontable/angular, @handsontable/react, and @handsontable/vue will all be developed in the same repo - handsontable. #7380
    • โž• Added a custom ESLint rule which allows restricting specified modules from loading by import or re-exporting. #7473