Handsontable 14.4.0

Released: Jun 11, 2024

14.4.0 での更新項目

機能

  • Extended the manualRowResize plugin with a method to retrieve the row height value from the last manual adjustment attempt.
  • Added an option to change the order of hook callbacks.
  • Added new dataDotNotation option which, when set as false allows using object keys with dots.
  • Improved editor behavior after dataset alterations.
  • React: Synchronized the rollup version between the wrappers and updated the rollup plugin dependencies.

不具合の修正

  • Fixed unwanted table re-rendering for oversized rows/columns.
  • Fixed Ctrl/Cmd + Enter keyboard shortcut for comments.
  • Fixed issue with rows and columns not unfreezing when headers are disabled.
  • Fixed imeFastEdit option being reset after updateSettings call.
  • Improved fast typing values between editors.
  • Removed double borders for column headers.
  • Fixed column width calculations with stretchH: 'all' option.
  • Fixed missing column summary cell meta state after updateSettings method call.
  • Fixed sorting issue for the time column type.
  • Fixed data populate error with correctFormat usage.
  • Fixed cell meta coordinates overwrite by GhostTable.
  • Fixed setDataAtRowProp error when saving data into a trimmed-out column.
  • Fixed table scrolling issue after inserting a new row over a table-wide selection.
  • Fixed copy/cut/paste issue from outside elements.
  • Fixed autocomplete dropdown dimensions after filtering out all choices.
  • Fixed dataset clearing issue for formulas.
  • Improved typings for the ContextMenu plugin.
  • Added missing type for namedExpressions.
  • Fixed double borders for row/column headers.
  • Fixed a problem, where trying to render a hidden instance made it render all of its rows by disabling the rendering for hidden instances.
  • Fixed error in numeric cell types after entering non-numeric values.
  • Fixed a bug that prevented column sorting of the checkbox cell types.
  • Updated the TS typings of the Shortcut Manager's getShortcuts method.
  • React: Prevented React wrapper from throwing errors on updating component props with init-only settings.