Changelog 9.0
9.0.2
Released on July 28, 2021.
For more information on this release, see:
Fixed
- Fixed an issue with an error being thrown when lazy loading columns on a setup with Nested Headers + Hidden Columns. #7160
- Fixed column header sizes not being updated on
updateSettingscalls containingcolumns. #7689 - Fixed functional keys’ behavior to prevent unexpected editing. #7838
- Fixed missing collapsible indicator on IE. #8028
- Fixed support for row and column headers in the
parseTableutility. #8041 - Fixed a bug where not providing a data object with the
NestedRowsplugin enabled crashed the table. #8171 - Vue: Fixed an issue where adding rows to a Handsontable instance wrapped for Vue resulted in additional rows being inserted at the end of the table. #8148
- Vue: Fixed a problem in the Vue wrapper, where destroying the underlying Handsontable instance caused it to throw errors and crash. #8311
- React: Fixed a problem in the React wrapper, where destroying the underlying Handsontable instance caused it to throw errors and crash. #8311
- Angular: Fixed a problem in the Angular wrapper, where destroying the underlying Handsontable instance caused it to throw errors and crash. #8311
Added
- Added new documentation engine #7624
9.0.1
Released on June 17, 2021.
For more information on this release, see:
Removed
- Removed the redundant internal
jsonpatchlibrary from the source code. (#8140)
Fixed
- Fixed an issue where the validator function was called twice when the
Formulasplugin was enabled. (#8138) - Introduced a new CSS style for cells of the
checkboxtype to restore previous behaviour. (#8196)
9.0.0
Released on June 1, 2021.
For more information on this release, see:
Changed
- Breaking change: New
Formulasplugin, with an entirely different API. See the migration guide for a full list of changes. Removed the requiredhot-formula-parserdependency for the sake of an optional one,hyperformula. (#6466) - Breaking change: Changed the
afterAutofillandbeforeAutofillhooks’ signatures. (#7987) - Upgraded
eslintand eslint-related modules. (#7531) - Added
fit&fdescribeto restricted globals in test files. (#8088)
Deprecated
- Deprecated the
beforeAutofillInsidePopulatehook. It will be removed in the next major release. (#8095)
Removed
- Breaking change: Removed the deprecated plugins - Header Tooltips and Observe Changes. (#8083)
Fixed
- Fixed a problem with the column indicator of the
CollapsibleColumnsplugin not being displayed properly on styled headers. (#7970) - Fixed a problem with duplicated
afterCreateColhooks being triggered after undoing a removal of a column. (#8076) - Fixed a problem with formulas not being calculated in certain conditions. (#4430)
- Fixed a bug with formulas displaying incorrect values after inserting new rows. (#4654)
- Fixed a problem with the
AVARAGEformula being updated incorrectly. (#4675) - Fixed a problem with the
IFformulas not working properly. (#5870) - Fixed a bug with using the
clearmethod broke the formulas in the table. (#6248)