Breaking changes:
- The
afterCreateRow
andafterCreateCol
changed their argument types (the third argument used to beboolean
, now it has to bestring
). - We've refactored the Manual Column Move plugin to allow the user to move multiple columns at once. This made some backward-incompatible changes.
For example thebeforeColumnMove
andafterColumnMove
hooks had their arguments changed. - When both
manualColumnMove
andmanualColumnFreeze
plugins are enabled, it's now impossible to move columns from, to and inside the fixed part.
After updating to this version, please check if any changes need to be made in your implementation.
Changes:
- Fixed a problem where some of the plugin hooks were not declarable in the Handsontable initialization object. (#3158)
- Fixed a problem with providing numeric values as the checked/unchecked templates for the checkbox renderer. (#1539)
The corresponding Handsontable Pro version is 1.7.0