Handsontable is the new name for Handsontable Pro.
Handsontable V8.3.0
Released: Jan 28, 2021
V8.3.0 中的更新
特性
Importing modules - You can now import Handsontable with core functionality and then choose the parts of the library you need to have in the project. Cell types, editors, renderers, plugins, validators, etc. can now be imported on-demand.
Batch operations - New callback function resumes the render automatically as soon as operations are finished. The main advantage of this is an increase in performance.
修補程式
Fixed a bug with auto-execution of the first item in the ContextMenu plugin.
Fixed a bug where column sorting with multi-column sorting crashed the table.
Added a missing entry for the skipRowOnPaste option in the TypeScript definition file.
Added missing tests to prevent issue #7377 from resurfacing.
Fixed an issue where altering columns did not update filters attached to columns.
Fixed typos and wrong return types in the TypeScript definition file.
Updated the dependencies causing potential security issues, as well as Babel configuration needed after the update.