Handsontable 16.2.0

Released: Nov 25, 2025

16.2.0 での更新項目

機能

  • Improved focus management by introducing a focus scopes mechanism.
  • Introduced an 'auto' option for the 'roundFloat' setting in the Column Summary plugin and ensured proper recalculation of endpoints after data updates.
  • Added an Enter key handler and a new 'searchMode' option to the Filters plugin.
  • Implemented a style option for the Custom Borders plugin, enabling style customization.
  • Introduced a new 'dotted' border style to the Custom Borders plugin.
  • Added the 'EmptyDataState' plugin to improve UX when no data is available.
  • Added a settings entry to the Handsontable exports.
  • Added new global button CSS class names.
  • Introduced 'minRowHeights' as an alias for 'rowHeights' for API consistency.
  • Added a new template option to the Dialog plugin.
  • Added new theme variables and implemented no-icons and icons-only style variants.
  • Refined dropdown behavior when the input is empty - focus now remains on the input field.
  • Improved how the Autocomplete and Dropdown editors respond to clicks outside the open editor.
  • Reverted the editor 'updateChoicesList' method type change.
  • Updated dev dependencies to address high-severity vulnerabilities.
  • Improved column width calculations for checkbox-typed cells.

不具合の修正

  • Fixed the 'datepicker' icon size issue on iPad.
  • Corrected header size rendering on iPad.
  • Fixed an issue with header text size with 'collapsibleColumns' enabled.
  • Fixed an issue with an unwanted empty space on the right side of the table when using the modern themes.
  • Fixed row misalignment for multi-line cell content.
  • Fixed a problem, where using 'minSpareRows' would crash the table when configured alongside the Column Summary plugin.
  • Fixed an issue preventing re-adding a previously removed hook callback.
  • Stabilized the height of the first row when it's empty.
  • Fixed a problem where resizing the window vertically did not resize the table.
  • Fixed an issue where the dialog overlay could make the table unresponsive after rapid show/hide calls.
  • Fixed an issue with 'TouchEvent' on Firefox.
  • React: Fixed and issue with Collapsible Columns being reset in React wrapper.