npm handsontable 0.24.0

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

Backward incompatible changes:

Moved the manualColumnPositions and manualRowPositions array from the main HOT instance object to the plugins, and renamed it to:

hot.getPlugin('manualColumnMove').columnPositions;

hot.getPlugin('manualRowMove').rowPositions;

(#3281)

Changes:

  • Added a possibility to define a custom sorting function. For more details, see sortFunction in our docs. (#3308)
  • Fixed a problem with an error being thrown when updating the columns property via updateSettings. (#3297)
  • Fixed a problem with a wrong column being removed while using the manual column move plugin and undo/redo issues connected with it. (#3281)
  • Implemented a cache for getting a length of the dataset. (#3275)
  • Fixed a problem with updating the table height breaking the table. (#3255)
  • Added the time cell type and time validator. (#3254)
  • Fixed a glitch causing the column-moving handle flickering. (#3134)
  • Fixed a bug with propToCol method returned wrong values after moving the columns. (#3091)
  • Fixed a problem with updating the stretchH property. (#2719)
  • Added a separate sorting algorithm for the numeric cell type. (#3318)

Don't miss a new handsontable release

NewReleases is sending notifications on new releases.