Changes
- Fixed a bug where editor focusing caused the window to scroll. (#5220)
- Fixed a problem where double-clicking the fill handle filled the cells towards the left instead of down. (#5023)
- Fixed a bug where editing a cell showed improper values after sorting and using the
setDataAtRowProp
method. (#4289) - Fixed a problem with editing
autocomplete
-typed cells after using similar cells in a different Handsontable instance. (#3374) - Corrected a typo in
AutoColumnSize
typescript definition file. (#5364) - Fixed a bug with calculating how many rows/columns need to be rendered. (#5365)
- Finished the ESLint warning correction task (#4536), which included resolving problems with:
no-param-reassign
(#5368)no-restricted-properties
(#5361)no-undef
(#5363)no-use-before-define
(#5362)no-plusplus
(#5345)prefer-const
(#5348)object-curly-spacing
(#5347)arrow-parens
(#5358)space-before-function-paren
(#5357)one-var
(#5349)no-constant-condition
(#5343)no-restricted-syntax
(#5342)newline-per-chained-call
(#5341)