Handsontable V11.1.0

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 headers didn't render when data wasn't defined.
  • Fixed some end-to-end tests that failed on mobile devices.
  • Fixed an issue where the rendered selection could get shifted by 1px.
  • Fixed an issue where the first column's border didn't display properly.
  • Fixed an issue where the CollapsibleColumns plugin's expandAll() method didn't expand collapsed columns.
  • Fixed end-to-end test scripts that occasionally crashed.
  • Fixed a typo in the valueAccordingPercent() helper.
  • Fixed an issue where the NestedRows plugin could throw a type error after calling the updateSettings() method.
  • Fixed an issue where performance was affected by removing events.
  • Fixed a wrong TypeScript definition of the MultiColumnSorting plugin's sort() method.
  • Fixed an issue where the Comments plugin's editor disappeared after adding a comment.
  • React: Fixed a wrong return type.