6.1.0
Changes
-
Moved the
fixedRowsBottom
functionality to Handsontable CE. (handsontable/handsontable#5404, #146) -
Introduced a new functionality to the Copy/Paste plugin. From version
6.1.0
, it supports thetext/html
data type alongsidetext/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, where it was impossible to copy the first row/column if it was declared as
readOnly
. (handsontable/handsontable#5392) - Fixed a bug, where the cell editor contained an unwanted empty line, if the previous value of the cell was pasted from Excel. (handsontable/handsontable#5330)
- Fixed a problem with copying and pasting data from rows after clicking the row headers. (handsontable/handsontable#5300)
- Fixed a bug where pasting multiple rows from Excel (below version
16
) did not work properly. (handsontable/handsontable#5277) - Fixed a bug with copying entire rows into Excel not working properly. (handsontable/handsontable#5176)
- Fixed a bug, where pasting data from Excel to Handsontable did not work on Safari. (handsontable/handsontable#5121)
- Fixed a problem with improper cell selection after pasting data into the table. (handsontable/handsontable#4849)
- Fixed a bug with Handsontable crashing after using
updateSettings
inside theafterSelectionEnd
callback. (handsontable/handsontable#4837) - Fixed a problem with pasting double quotation marks (
""
) into the table. (handsontable/handsontable#4790, handsontable/handsontable#4003) - Fixed a bug, where copying and pasting empty cells did not work properly. (handsontable/handsontable#4725)
- Fixed a problem with copying data on IE and pasting it on Chrome/Firefox. (handsontable/handsontable#4717)
- Fixed a bug, where copying and pasting entire columns did not work as expected. (handsontable/handsontable#4456)
- Fixed a problem with pasting multiline content into a single cell. (handsontable/handsontable#4308)
- Fixed a bug, where it was impossible to copy the first row/column if it was declared as
-
Added an Italian translation to the languages set. (handsontable/handsontable#5407)
-
Added a Dutch translation to the languages set. (handsontable/handsontable#5156)
-
Fixed a bug, where trying to open the cell editor while a cell outside of the viewport was being edited threw an error. (handsontable/handsontable#5119)
-
Fixed a bug, where the cell editor rendered improperly when the
preventOverflow
option was enabled. (handsontable/handsontable#5073) -
Fixed a bug, where clicking on a cell caused the table container to scroll. (handsontable/handsontable#4656)
-
Fixed a bug, where using the
Undo
functionality did not work properly after sorting and removing rows. (handsontable/handsontable#3188) -
Fixed a bug, where the contents of the
Filters
dropdown menu was scrollable horizontally. (#151) -
Fix 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)