Handsontable is the new name for Handsontable Pro.
Handsontable V12.3.0
Released: Dec 14, 2022
Atualizações na V12.3.0
Recursos
Added the ability to copy the contents of column headers by using 3 new context menu options: 'Copy with headers', 'Copy with group headers', and 'Copy headers only'.
Added 4 new API methods for copying column headers programmatically: 'copyCellsOnly()', 'copyWithColumnHeaders()', 'copyWithAllColumnHeaders()', and 'copyColumnHeadersOnly()'.
Added translations for the new context menu options in:
Arabic.
Czech.
English.
Spanish.
Italian.
Latvian.
Norwegian.
Dutch.
Polish.
Added missing TypeScript definitions of 'CellCoords' and 'CellRange' classes, which are used in the arguments of some APIs.
Added missing TypeScript definitions for the following Handsontable hooks: 'beforeColumnFreeze', 'afterColumnFreeze', 'beforeColumnUnfreeze', and 'afterColumnUnfreeze'.
Correções
Fixed an issue where the UndoRedo plugin didn’t work properly with preconfigured columns.
Fixed an issue where formulas inserted programmatically by using updateData() were not evaluated.
Fixed a regression where setting a column’s type could overwrite other custom-defined settings.
Fixed an issue where Handsontable didn’t render properly when initialized inside of a hidden container.
Fixed an issue of desynchronization between configuration options (cell meta) and Handsontable’s data. The issue occurred when Handsontable’s options were modified through the following hooks: beforeCreateRow, afterCreateRow, beforeCreateCol, and afterCreateCol.
Fixed an issue where comments added to fixed columns didn’t display properly after scrolling.
Fixed an issue where typing in a dropdown editor caused the IME to disappear, resulting in the wrong characters being typed.
React: Fixed an issue where dropdown cells weren’t validated properly when using the HotColumn component.