Backward incompatible changes:
- Changed the possible values of the
source
property provided by plugin hooks. See the issue page for this problem for more information about the breaking change. (#4017)
Changes:
- Fixed a problem where the
manualRowMove
option performed the move action even when the user clicked once on a header. (#4060) - Fixed a problem with improper behavior of compare functions passed to the
columnSorting
plugin. (#4042) - Fixed a bug where the column header with wasn't adjusting properly to the text within. (#4034)
- Fixed a problem where calling
updateSettings
would misalign the table overlays. (#4015) - Fixed a bug where the scrollbar height was not calculated properly when the rows had different heights. (#4000)
- Updated the
comments
plugin with the missing functions. (#3994) - Fixed a bug where using the
checkbox
-typed cells caused a problem with performance. (#3881) - Fixed a problem with the
persistentState
plugin which was broken since version0.28.0
. (#3858) - Fixed a problem with the
manualRowMove
inconsistencies when using theloadData
method. (#3849) - Added a
sortEmptyCells
option to thecolumnSorting
plugin. (#3764) - Fixed a memory leak in the Touch Scroll feature. (#3646)
- Changed the default sorting algorithm from
Array.sort
to merge sort, as the former was unstable. (#3606) - Fixed a problem with removing the
htInvalid
css classname.
The corresponding Handsontable Pro version is 1.10.0.