Handsontable 6.1.0 released

Peter Plesa Release Notes / October 17, 2018

Handsontable 6.1.0 released

Today we’ve released version 6.1.0 of Handsontable (CE/Pro). Notable changes in this release are the inclusion of the fixedRowsBottom functionality in Handsontable CE, the introduction of a cool new functionality to the CopyPaste plugin (which prompted some bug fixes related to the plugin itself) and, with the help of our GitHub community, the addition of two new language packs: Dutch (special thanks to @slidertom, @webjazznl, @Gediminas, @RikTheunis, and @DjPasco) and Italian (special thanks to @imcatta, @giovannipessiva, and @DenialOfLupsy).

Changes

  • Moved the fixedRowsBottom functionality to Handsontable CE. (#5404, #146)
  • Introduced a new functionality to the CopyPaste plugin. From version 6.1.0, it supports the text/html data type alongside text/plain. This change, apart from allowing the user to copy data from Handsontable as an HTML table, allowed us to fix multiple bugs related to the plugin:
    • Fixed a bug that made it impossible to copy the first row/column if it was declared as readOnly. (#5392)
    • Fixed a bug where the cell editor contained an unwanted empty line if the previous value of the cell was pasted from Excel. (#5330)
    • Fixed a problem with copying and pasting data from rows after clicking the row headers. (#5300)
    • Fixed a bug where pasting multiple rows from Excel (below version 16) did not work properly. (#5277)
    • Fixed a bug where copying entire rows into Excel did not work properly. (#5176)
    • Fixed a bug, where pasting data from Excel to Handsontable did not work on Safari. (#5121)
    • Fixed a problem with improper cell selection after pasting data into the table. (#4849)
    • Fixed a bug with Handsontable crashing after using updateSettings inside the afterSelectionEnd callback. (#4837)
    • Fixed a problem with pasting double quotation marks ("") into the table. (#4790, #4003)
    • Fixed a bug, where copying and pasting empty cells did not work properly. (#4725)
    • Fixed a problem with copying data on IE and pasting it on Chrome/Firefox. (#4717)
    • Fixed a bug, where copying and pasting entire columns did not work as expected. (#4456)
    • Fixed a problem with pasting multiline content into a single cell. (#4308)
  • Added an Italian translation to the languages set. (#5407)
  • Added a Dutch translation to the languages set. (#5156)
  • Fixed a bug, where trying to open the cell editor while a cell outside of the viewport was being edited threw an error. (#5119)
  • Fixed a bug, where the cell editor rendered improperly when the preventOverflow option was enabled. (#5073)
  • Fixed a bug, where clicking on a cell caused the table container to scroll. (#4656)
  • Fixed a bug, where using the Undo functionality did not work properly after sorting and removing rows. (#3188)
  • Fixed a bug, where the contents of the Filters dropdown menu was scrollable horizontally. (#151)
  • Fixed a bug, where multi-column sorting did not work with the Filters plugin. (#149)
  • Switched to using a CDN in the default jsfiddle link in the issue template. (#154)

Follow us on Twitter to keep up with news and updates.

Leave a comment below or write to us if you have any questions.