Handsontable のリリース

Released: Jul 5, 2022

V12.1.1 での更新項目

不具合の修正

  • Angular: Fixed an issue where the installation of @handsontable/angular package failed for versions of Angular other than 9.

Released: Jun 28, 2022

V12.1.0 での更新項目

機能

  • Move rows and columns more smoothly when some are hidden.
  • Added getNearestNotHiddenIndex(), a new method that finds the visual index of the nearest non-hidden row or column.
  • Added Czech and Serbian translation.
  • Added new hooks: beforeColumnFreeze, afterColumnFreeze, beforeColumnUnfreeze, and afterColumnUnfreeze.
  • Replaced HTML entities appearing in Handsontable's license texts with canonical counterparts.
  • Updated the Pikaday optional dependency to 1.8.2, to let Handsontable work with Parcel...

Released: May 16, 2022

V12.0.1 での更新項目

不具合の修正

  • Fixed an issue where checking or unchecking a checkbox in a row with autoRowSize: true and multi-line cell values caused rows to align incorrectly.
  • Fixed an issue where checking or unchecking a checkbox changed the cell width.
  • Fixed an issue where using a single Handsontable instance with multiple HyperFormula sheets could lead to an uncaught TypeError.
  • Fixed an issue where nested column headers didn't expand properly.
  • Fixed an issue where updating custom borders could lead to uncaught...

Released: Apr 28, 2022

V12.0.0 での更新項目

機能

  • Added ShortcutManager, a new API for customizing keyboard shortcuts.
  • Added support for right-to-left (RTL) languages, by introducing a new configuration option: layoutDirection.
  • Added an Arabic translation.
  • Added a new configuration option: fixedColumnsStart.
  • Added a new keyboard shortcut (Ctrl/Cmd + Enter) for filling the selected range of cells with the value of the active cell.
  • Added support for the Home and End keys inside cell editors, for moving the cursor to the beginning or end of the...

Released: Jan 13, 2022

V11.1.0 での更新項目

機能

  • Added updateData(), which is a new method that lets you replace Handsontable's data without resetting the states of cells, rows and columns.
  • Added Vue 3 support, by introducing a new wrapper.
  • Updated the TypeScript definition of the setDataAtCell() method.
  • Extended the Code Examples Deployment GitHub Actions workflow, to allow for deploying code examples to GitHub Pages.

不具合の修正

  • Fixed an issue where the autocomplete editor's suggestion list didn't update properly.
  • Fixed an issue where nested...

Released: Nov 17, 2021

V11.0.1 での更新項目

不具合の修正

  • Fixed the UMD build of @handsontable/angular, which was not working properly in 11.0.0.

Released: Nov 17, 2021

V11.0.0 での更新項目

機能

  • Added TypeScript definition files for Handsontable's modularized version.
  • Vue: Added support for modularization to the Vue wrapper.
  • React: Added support for modularization to the React wrapper.
  • Angular: Added support for modularization to the Angular wrapper.
  • Added a new package entry point that allows importing built-in modules in one function call.
  • Added a new locale option to properly handle locale-based data.
  • Added a GitHub Actions workflow that covers testing Handsontable and the...

Released: Sep 29, 2021

V10.0.0 での更新項目

機能

  • Performance Boost - One of the biggest changes in this version is the improved performance of the getCellMeta() method. To achieve this, an additional cache layer was introduced that gets cleared once every slow render cycle.
  • Hook Changes - While working on the getCellMeta() cache layer, inconsistencies were noticed in some of the related hooks: beforeRender and afterRender. These have been renamed and two new hooks have been added: beforeViewRender and afterViewRender.
  • Faster Installation...

Released: Jul 28, 2021

V9.0.2 での更新項目

機能

  • Added new documentation engine.

不具合の修正

  • Fixed an issue with an error being thrown when lazy loading columns on a setup with Nested Headers + Hidden Columns.
  • Fixed column header sizes not being updated on updateSettings calls containing columns.
  • Fixed functional keys' behavior to prevent unexpected editing.
  • Fixed missing collapsible indicator on IE.
  • Fixed support for row and column headers in the parseTable utility.
  • Fixed a bug where not providing a data object with the nestedRows plugin...

Released: Jun 17, 2021

V9.0.1 での更新項目

機能

  • Added new CSS style for checkbox cells to restore previous behavior.

不具合の修正

  • Fixed an issue where validator function was called twice when the Formulas plugin was enabled.
  • Removed the redundant internal jsonpatch library from the source code.