HANDSONTABLE v8.1.0 Release Notes

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

    โž• Added

    • โž• Added support for resizing non-contiguous selected rows #7162 along with refactor and bug fix introduced within #6871 PR #7220
    • โž• Added e2e tests and reorganized already existing ones #6491

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed an issue where if the first part of the merged area was hidden the value did not show #6871
    • ๐Ÿ›  Fixed an issue where after selecting the top-left element the row range resizing was not possible #7162 along with refactor and bug fix introduced within #6871 PR #7220
    • ๐Ÿ›  Fixed an issue where the column headers were cut off after hiding and then showing columns using the Hidden Columns plugin. #6395
    • ๐Ÿ›  Fixed an issue where redundant row has been added during copy/paste operations in some case #5961
    • ๐Ÿ›  Fixed an issue where too many values have been pasted when column was hidden #6743
    • ๐Ÿ›  Fixed a bug, where trying to move collapsed parent rows with the Nested Rows plugin enabled threw an error. #7132
    • ๐Ÿ›  Fixed an issue where after column or row alteration, Handsontable threw an error if ColumnSummary was enabled without defined rows ranges #7174
    • ๐Ÿ›  Fixed an issue where using updateSettings() has been breaking column sorting in specific cases #7228
    • ๐Ÿ›  Fixed an issue where the rows were missing their left border after disabling the row headers using updateSettings, while there were fixedColumnsLeft defined. #5735
    • ๐Ÿ›  Fixed an issue where the Handsontable could fall into an infinite loop during vertical scrolling. It only happened when the scrollable element was the window object. #7260;
    • ๐Ÿ›  Fixed an issue with moving rows to the last row of the table, when the Nested Rows plugin was enabled along with some other minor moving-related bugs. #6067
    • ๐Ÿ›  Fixed an issue with adding unnecessary extra empty line in cells on Safari. #7262
    • ๐Ÿ›  Fixed an issue with clipped column headers if they were changed before or within usage updateSettings. #6004

    ๐Ÿ”„ Changed

    • โšก๏ธ Updated dependencies to meet security requirements #7222
    • ๐Ÿ‘Œ Improved performance for TrimRows, HiddenRows and HiddenColumns plugins for big datasets with lots trimmed/hidden indexes #7223