Handsontable のリリース

Released: Mar 25, 2026

17.0.1 での更新項目

機能

  • Improved clipboard processing after pasting.
  • Added missing Core typings so the public API is correctly declared in TypeScript.

不具合の修正

  • Fixed UndoRedo crash when nullified changes.
  • Fixed UndoRedo beforeChange order.
  • Fixed a bug where the editor does not receive the user inputs.
  • Fixed scrollbar width calculation on Safari >=26.
  • Fixed rounded corners that may be applied in incorrect use cases.
  • Fixed undo/redo stack desync with formulas engine.
  • Fixed column width calculation for collapsed...

Released: Mar 9, 2026

17.0.0 での更新項目

機能

Native support for MultiSelect Cell Type

  • The new MultiSelect cell type is designed for scenarios where a single field needs to store multiple values. Now you can select any number of options within the same cell from the dropdown menu that supports search, filtering, and full keyboard navigation.
  • Once selected, values are stored directly in the table's source data as an array, keeping the data model clean.
  • Each selected item is rendered inside the cell as a removable chip, making it easy to...

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...

Released: Sep 23, 2025

16.1.1 での更新項目

不具合の修正

  • Fixed row misalignment when setting manualRowResize on an instance with autoRowSize enabled.
  • Reverted the color variables change for the "main" theme.
  • Fixed an error thrown when using autocomplete-typed cells with key/value sources alongside formulas.

Released: Sep 15, 2025

16.1.0 での更新項目

機能

  • Introduced row pagination functionality.
  • Introduced a Dialog plugin.
  • Added support for object-based (key/value) source in Autocomplete and Dropdown editors, along with new valueGetter and valueSetter options.
  • Added a new initialState configuration option.
  • Introduced the Loading plugin.
  • Added a new 'classic' theme.
  • Added a Deprecation policy page to the documentation.
  • Added a Long Term Support (LTS) page to the documentation.
  • Enabled focus navigation between multiple selection layers.
  • Renamed...

Released: Jul 10, 2025

16.0.1 での更新項目

不具合の修正

  • Fixed a missing 'touchend' handler that prevented the editor from opening on mobile devices.

Released: Jul 9, 2025

16.0.0 での更新項目

機能

New Wrapper for Angular

  • Version 16.0 introduces an entirely rewritten Angular wrapper for Handsontable, created to align with Angular's latest architectural standards and offer an improved developer experience. If you're working with Angular 16 or above, it is recommended to upgrade to the new wrapper to take advantage of improvements such as more idiomatic usage, easier maintenance, and better integration with Angular's change-detection system.

New textEllipsis Feature

  • This version has...

Released: Apr 29, 2025

15.3.0 での更新項目

機能

  • CSV Export Sanitization - This release introduces content sanitization for export to CSV, protecting users from potential CSV injection vulnerabilities. This new feature adds a configurable sanitizeValues option to the exportPlugin.downloadFile API, giving you control over value sanitization during CSV exports, and offering flexible data protection methods:
    • Set sanitizeValues to true to sanitize values automatically according to OWASP recommendations.
    • Provide a regular expression to escape...

Released: Mar 19, 2025

15.2.0 での更新項目

機能

  • Added Farsi translation.
  • Added support for class names passed as an array for the numeric cell renderer.
  • Updated Italian and Serbian translation for new Context Menu labels.
  • Added mobile cell handle CSS variables to the themes.
  • Improved the execution flow of the Filters plugin and added two new methods (importConditions and exportConditions).
  • Improved speed of rendering performance for themes.
  • Improved table UI behavior after removing all rows and/or columns.
  • Reverted the removal of...

Released: Feb 20, 2025

15.1.0 での更新項目

機能

  • Added the TAB and SHIFT+TAB functionality to the Comments editor.
    • TAB closes the Comments editor, discards the unsaved changes and moves the selection to the next cell.
    • SHIFT+TAB closes the Comments editor, discards the unsaved changes and moves the selection to the previous cell.
  • Changed the approach for how the table is rendered by reusing the cell nodes.
    • Handsontable can now reuse and cache cell nodes, reducing unnecessary DOM manipulations and boosting rendering speed by up to...