npm handsontable 0.27.0

latest releases: 0.0.0-next-ed6d58d-20240429, 0.0.0-next-dd75280-20240429, 0.0.0-next-e32f4db-20240426...
7 years ago

Breaking changes:

  • We refactored the Manual Row Move plugin to allow the user moving multiple rows at once. This made some backward-incompatible changes. For example the beforeRowMove and afterRowMove hooks had their arguments changed. After updating to this version, please check if any changes need to be made in your implementation. Also, we work on the same functionality for columns.
  • We added an additional default column/row header styling - now the column and row header corresponding to the selected cell will be rendered with a darker background. Please have that in mind when styling your Handsontable instance.

Changes:

  • Fixed a bug where column stretching didn't work properly in some specific cases. (#3732)
  • Fixed a bug, where the user was unable to check/unckeck all checkboxes in a column. (#3616)
  • Fixed a problem with closing the Context Menu by clicking below it. (#3469)
  • Disabled the custom Context Menu for Handsontable editors. (#3440)
  • Fixed a problem when the user was unable to close the menu by using the ESC key. (#3391)
  • Fixed a bug where Handsontable threw an error when the autocomplete editor used a numeric-typed suggestion list. (#2879)
  • Added the beforeUndo, afterUndo, beforeRedo and afterRedo plugin hooks. (#1587)

The corresponding Handsontable Pro version is 1.6.0.

Don't miss a new handsontable release

NewReleases is sending notifications on new releases.