Handsontable 7.4.0 released

Anna Cieślik Release Notes / February 12, 2020

Handsontable 7.4.0 released

Handsontable 7.4.0 is here! This minor release brings fixes for lack of consistency in how the ContextMenu reacted to clicking the menu items. The left mouse button click used to execute the ContextMenu item on mouseup whereas right mouse button did the same on mousedown. Now both trigger an action on mouseup.

Apart from a fix to the ContextMenu this release brings updates for moment, pikaday and numbro to their latest versions, Babel config with the possibility to use private methods, optional chaining and nullish coalescing operator, and several housekeeping duties on internal configurations and dev-dependencies.

A full list of changes is available below:

Changes

  • Fixed the problem, where the onCellMouseUp hook was fired for all mouse buttons except the right mouse button, which was not consistent with the onCellMouseDown hook. To make the changes more consistent with the native dblclick event (which is triggered only for the left mouse button), the onCellDblClick and onCellCornerDblClick hooks were modified to also fire only for the left mouse button. (#6507)
  • Updated moment, pikaday and numbro to their latest versions. (#6610)
  • Fixed a bug with numbers not being presented properly with the pt_BR culture setting. (#5569)
  • Extended the Babel config with the possibility to use private methods, optional chaining and nullish coalescing operator. (#6308)
  • Updated some of the internal configs, updated dev-dependencies, housekeeping etc. (#6560, #6609, #6612, #6629, #6574, #6565)

Follow us on Twitter to keep up with news and updates.

Leave a comment below or write to us if you have any questions.