Handsontable のリリース

Released: Sep 22, 2022

V12.1.3 での更新項目

不具合の修正

  • Fixed incorrect date format conversion on input in the date editor.
  • Fixed an error when adding a large number of rows using the alter method.
  • Fixed IME text input in the editors.
  • Fixed an issue where the editor did not open on key events when the cell was outside the viewport.
  • Fixed an issue with "0" values being ignored by the Column Summary plugin.
  • Fixed an error when opening the column dropdown menu with the Filters plugin enabled.
  • Fixed an issue where the trimWhitespace option could...

Released: Jul 8, 2022

V12.1.2 での更新項目

機能

  • Changed the version of the Moment.js dependency from 2.29.3 to 2.29.4.
  • Vue: Frozen the version of the Vue framework that is used in our build chain to ~2.6. This shouldn't affect apps that use Vue 2.7+.

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