Changelog 10.0
10.0.0
Released on September 29, 2021.
For more information on this release, see:
Changed
- Breaking change: Unified the naming and description of the fourth argument,
controller, for selection manipulation in thebeforeOnCellMouseDownandbeforeOnCellMouseOverhooks. #4996 - Breaking change: Changed what the
beforeRenderandafterRenderhooks are, and when they are triggered. Added two new hooks:beforeViewRenderandafterViewRender. #6303 - Breaking change: Changed the optional
HyperFormula dependency from
0.6.2to^1.1.0, which introduces breaking changes for theFormulasplugin users. #8502 - Breaking change: Changed the default values for the
rowsLimitandcolumnsLimitoptions of theCopyPasteplugin. #8660 - Breaking change: Added a default font family, size, weight and color. #8661
- Breaking change: Changed the
autoWrapRowandautoWrapColoptions` default values fromtruetofalse. #8662 - Improved the performance of the
getCellMeta()method. #6303 - Improved the documentation and TypeScript definition of the
selectOptionsoption. #8488 - Improved the arguments forwarding in the hooks #8668
- Added a Github Actions workflow covering the testing of Handsontable and all of the wrappers. #8652
Fixed
- Fixed an issue of not resetting the date picker’s configuration #6636
- An error won’t be thrown while inserting a new row for nested rows in a specific case #7137
- Fixed a few problems with the
NestedRowsplugin, occurring with theFormulasplugin enabled. #8048 - Fixed errors being thrown in the
Formulasplugin if a provided sheet name contained a dash character #8057 - Fixed multiple bugs related to undo/redo actions while using the
Formulasplugin #8078 - Fixed an issue where autofill was not able to be blocked/changed with the
beforeChangehook when theFormulasplugin was enabled #8107 - Data stored by the
NestedRowsplugin won’t be corrupted by some actions #8180 - Collapsed parents won’t be expanded after inserting rows #8181
- Fixed the cooperation of the dropdown menu and column sorting (menu closing on click) #8232
- Data won’t be corrupted anymore when some alterations are performed #8614
- Adjusted directories and files related to
dataMap, to prevent potential circular references. #8704 - Improved the performance of the regular expression used to detect numeric values, and fixed major code smells. #8752