HANDSONTABLE v11.1.0 Release Notes

Release Date: 2022-01-13 // over 2 years ago
  • ๐Ÿš€ For more information on this release, see:

    โž• Added

    • โž• Added updateData(), a new method that allows for replacing Handsontable's data without resetting the states of cells, rows and columns. #7263
    • Vue: Added Vue 3 support, by introducing a new wrapper. #7545

    ๐Ÿ”„ Changed

    • โšก๏ธ Updated the TypeScript definition of the setDataAtCell() method. #8601
    • ๐Ÿš€ Extended Handsontable's GitHub Actions workflow, to allow for deploying code examples to GitHub Pages. #9058

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed an issue where the autocomplete editor's suggestion list didn't update properly. #7570
    • ๐Ÿ›  Fixed an issue where nested headers didn't render when data wasn't defined. #8589
    • ๐Ÿ›  Fixed some end-to-end tests that failed on mobile devices. #8749
    • ๐Ÿ›  Fixed an issue where the rendered selection could get shifted by 1px. #8756
    • ๐Ÿ›  Fixed an issue where the first column's border didn't display properly. #8767
    • ๐Ÿ›  Fixed an issue where the CollapsibleColumns plugin's expandAll() method didn't expand collapsed columns. #8900
    • ๐Ÿ›  Fixed end-to-end test scripts that occasionally crashed. #8961
    • ๐Ÿ›  Fixed a typo in the valueAccordingPercent() helper. #9006
    • ๐Ÿ›  Fixed an issue where the NestedRows plugin could throw a type error after calling the updateSettings() method. #9018
    • ๐Ÿ›  Fixed an issue where performance was affected by removing events. #9044
    • ๐Ÿ›  Fixed a wrong TypeScript definition of the MultiColumnSorting plugin's sort() method. #9067
    • ๐Ÿ›  Fixed an issue where the Comments plugin's editor disappeared after adding a comment. #9075 #6661
    • React: Fixed a wrong return type. #9000