For more information on this release, see:
Added
- Added a new feature that lets you add rows and columns at a specified position. Now, the
alter()
method takes 4 new parameter values:insert_row_above
,insert_row_below
,insert_col_start
, andinsert_col_end
. Theinsert_row
andinsert_col
parameters are marked as deprecated. #9471
Fixed
- Fixed an issue where the width of the cell editor was calculated incorrectly. #3815
- Fixed an issue where formulas surrounded by merged cells were converted to values by mistake. #6359
- Fixed an issue where Handsontable could disappear on Firefox 93 (and later) in a specific use case. #9545
- Fixed an issue where changing a cell's
type
throughsetCellMeta()
didn't properly set the cell'seditor
andrenderer
. #9734 - Fixed an issue where the dropdown menu didn't display when the
NestedHeaders
plugin was enabled and all rows were trimmed out. #9753
Removed
- Removed a type definition for a non-existing method,
translateRowsToColumns()
. #9919