HANDSONTABLE v8.2.0 Release Notes

Release Date: 2020-11-12 // over 3 years ago
  • ๐Ÿš€ For more information on this release, see:

    โž• Added

    • โž• Added new type of Index Map named LinkedPhysicalIndexToValueMap #7276
    • โž• Added an external dependency, DOMPurify, to add HTML sanitization what should minimize the risk of inserting insecure code using Handsontable built-in functionalities. #7292

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed an issue the container not being updated after trimming rows. #7241
    • ๐Ÿ›  Fixed an issue with a htmlToGridSettings helper if passed <table> had no rows. #7311
    • ๐Ÿ›  Fixed an issue where sorting indicator moved incorrectly when column was added. #6397
    • ๐Ÿ›  Fixed a bug, where untrimming previously trimmed rows would sometimes result in the table instance not refreshing its height, leaving the row headers not properly rendered. #6276
    • ๐Ÿ›  Fixes a bug, where tables' viewport was scrolled if a user opened editor when some columns on the left side of that cell were hidden. #7322
    • ๐Ÿ›  Fix a problem when event.target's parent in the mouseover event was not defined, the table threw an error when hovering over row/column headers. #6926
    • ๐Ÿ›  Fixed an issue, where calling the validation-triggering methods on a hiddenColumns-enabled Handsontable instance rendered the validated cells improperly. #7301
    • ๐Ÿ›  Fixed an issue, where adding 0 rows to the table ended with doubled entries in indexMappers' collections. #7326
    • ๐Ÿ›  Fix a problem with the inconsistent behavior of the Context Menu's "Clear column" disabled status. #7003
    • ๐Ÿ›  Fix a bug with parsing multiline cells on pasting text/html mime-type. #7369