Handsontable V11.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 wrappers.
  • Added new direction helpers (internal API) that lay ground for future RTL support.
  • Changed how the populateFromArray() method works with its method argument set to shift_down or shift_right.
  • Moved the entire Handsontable package to its own, new subdirectory: ./handsontable.
  • Replaced the license files with updated versions.

不具合の修正

  • Fixed an issue with incorrect filtering of locale-based data while using search input from a drop-down menu.
  • Fixed an error thrown when using the populateFromArray() method with its method argument set to shift_right.
  • Fixed an issue with the beforeOnCellMouseDown and afterOnCellMouseDown hooks using wrong coordinates.
  • Fixed a TypeError thrown when calling the updateSettings() method in Handsontable's modularized version.
  • Fixed two issues with the documentation's canonicalUrl entries.
  • Fixed an error thrown when autofill's source is a date cell.
  • React: Fixed a React wrapper issue where it's impossible to use different sets of props in editor components reused across multiple columns.