See the full history of changes made to Handsontable in each major, minor, and patch release.
Released on October 25, 2022
For more information on this release, see:
Added
insert_row_above, insert_row_below, insert_col_start, and insert_col_end. The insert_row and insert_col parameters are marked as deprecated. #9471(opens new window)Fixed
Removed
translateRowsToColumns(). #9919(opens new window)Released on September 22, 2022
For more information on this release, see:
Fixed
alter method. #7840(opens new window)trimWhitespace option could not be used in the column and cell levels of the cascading configuration. #7387(opens new window)setSourceDataAtCell. #8599(opens new window)Removed
rowOffset and colOffset and a non-existing hook modifyRowSourceData. #8659 (opens new window), #7317