npm handsontable 0.34.0

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

Breaking changes:

  • We've unified the types of coordinates passed to these plugin hooks: beforeGetCellMeta, afterGetCellMeta, afterSetCellMeta. Now they'll be operating on visual table coordinates (so do the getCellMeta and setCellMeta methods). Please make sure you update your hook callbacks to use them properly. (#4409)

Changes:

  • Updated the typescript definitions to match changes in the Filters plugin. (#4429)
  • Added a parameter to the afterUpdateSettings hook, carrying information about the settings object passed to the updateSettings method. (#4413)
  • Fixed the removeCellMeta method. Previously it did not work properly with row and column order modifications. (#4410)
  • Fixed a problem where an error was thrown when using setCopyableText before selecting anything in the table. (#4390)
  • Updated the documentation for the Comments plugin. (#4379)
  • Fixed testing setup not working on Windows. (#4378)
  • Updated the Travis config to run hot-builder tests along with Handsontable tests. (#4372)

The corresponding Handsontable Pro version is 1.13.0.

Don't miss a new handsontable release

NewReleases is sending notifications on new releases.