Added
- Improved focus management by introducing a focus scopes mechanism. #11804
- Introduced an "auto" option for the
roundFloatsetting in the Column Summary plugin and ensured proper recalculation of endpoints after data updates. #11833 - Added an Enter key handler and a new
searchModeoption to the Filters plugin. #11871 - Implemented a
styleoption for the Custom Borders plugin, enabling style customization. #11876 - Introduced a new "dotted" border style to the Custom Borders plugin. #11877
- Added the EmptyDataState plugin to improve UX when no data is available. #11879
- Added a
settingsentry to the Handsontable exports. #11883 - Added new global button CSS class names. #11896
- Introduced
minRowHeightsas an alias forrowHeightsfor API consistency. #11898 - Added a new
templateoption to the Dialog plugin. #11902 - Added new theme variables and implemented
no-iconsandicons-onlystyle variants. #11913
Changed
- Refined dropdown behavior when the input is empty - focus now remains on the input field. #11863
- Improved how the Autocomplete and Dropdown editors respond to clicks outside the open editor. #11873
- Reverted the editors'
updateChoicesListmethod type change. #11943
Fixed
- Fixed the datepicker icon size issue on iPad. #11860
- Corrected header size rendering on iPad. #11861
- Fixed an issue with header text size with
collapsibleColumnsenabled. #11864 - Fixed an issue with an unwanted empty space on the right side of the table when using the modern themes. #11868
- Fixed row misalignment for multi-line cell content. #11872
- Improved column width calculations for checkbox-typed cells. #11891
- Fixed a problem, where using
minSpareRowswould crash the table when configured alongside the Column Summary plugin. #11911 - Fixed an issue preventing re-adding a previously removed hook callback. #11914
- Stabilized the height of the first row when it's empty. #11918
- Fixed a problem where resizing the window vertically did not resize the table. #11919
- Fixed an issue where the dialog overlay could make the table unresponsive after rapid show/hide calls. #11925
- Fixed an issue with TouchEvent on Firefox. #11928
- React: Fixed and issue with Collapsible Columns being reset in React wrapper. #11923
Security
- Updated dev dependencies to address high-severity vulnerabilities. #11895