npm handsontable 0.28.0

latest releases: 0.0.0-next-e32f4db-20240426, 0.0.0-next-9ed2854-20240426, 0.0.0-next-bc6e23d-20240425...
7 years ago

Breaking changes:

  • The afterCreateRow and afterCreateCol changed their argument types (the third argument used to be boolean, now it has to be string).
  • 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 the beforeColumnMove and afterColumnMove hooks had their arguments changed.
  • When both manualColumnMove and manualColumnFreeze 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

Don't miss a new handsontable release

NewReleases is sending notifications on new releases.