Added
- Added support for row and column virtualization of merged cells. #11162
- Added missing typings for the language files. #11236
- Added support for the new themes, including "main" and "horizon". #11144
- React: Added
@handsontable/react-wrapper
(functional React) to the monorepo. #11212
Changed
- Breaking change: Updated the production dependencies (replaced
pikaday
with@handsontable/pikaday
, updatednumbro
anddompurify
) #10929 - Refactored the column stretching logic, moved it to a separate plugin and fixed bugs related to the columns widths misalignment. #11210
- Updated the typing for dropdown and context menu options. #11237
- Updated the monorepo to utilize Node 22. #11265
Removed
- Breaking change: Removed check marks from the Context Menu's alignment submenu. #11278
- Removed
aria-hidden
from TextEditor's and PasswordEditor'sTEXTAREA
elements. #11218
Fixed
- Fixed the Autocomplete and Dropdown editors' container size calculations. #11201
- Fixed the focus management for the Dropdown Menu after
updateSettings
calls. #11205 - Fixed the broken column selection when the column was being moved with the Nested Headers plugin enabled. #11206
- Fixed copying values when the Fast IME Edit option was enabled. #11243
- Fixed an issue with exporting of the common lib in
package.json
. #11247 - Fixed the checkbox switching in merged cells. #11252
- Fixed a problem with the missing "name" attribute of the Focus Catcher. #11256
- Fixed data deletion for the checkbox-typed cells. #11263
- Fixed the horizontal scrolling for Nested Headers. #11269
- Fixed a problem where the Filters' dropdown container did not match the dropdown content size. #11273
- Fixed an error thrown when hiding already selected columns. #11277
- Fixed the cell fast edit mode that did not work properly when a comment was displayed. #11280
- Fixed an error for cases where the keyboard event was triggered with
key
set asundefined
. #11281 - Fixed the input width calculation for the password-typed cells. #11283
- Fixed the missing
source
argument for thesetDataAtCell
method. #11287 - Fixed the top overlay misalignment issue, visible after vertical scrollbar disappeared. #11289
- React: Made the build scripts of
@handsontable/react-wrapper
place the TS type definitions in the configured directory. #11296
For more information on Handsontable 15.0.0, see: