Handsontable 5.0.0 is now available
We are happy to announce that Handsontable (CE/Pro) 5.0.0. has been released. We focused mainly on fixing bugs and making small improvements to the layout of Handsontable.
Breaking changes
- Refactored the Custom Borders plugin. The API method was changed – added new methods such as
getBorders
,setBorders
andclearBorders
. The initial object configuration has not been changed – it is still compatible with the previous releases. (#5017) - Improved colors, cursor style and sizes of some parts of Handsontable. (#5170)
Changes
- Fixed an issue related with a lack of
afterSelectionEnd
hook being fired whencontextmenu
event is called for a cell. This fix additionally introduces two new hooks (afterOnCellContextMenu
,beforeOnCellContextMenu
). (#5201, #5232) - Fixed an issue related with minifying CSS files where the
z-index
property was incorrectly modified byOptimizeCssAssetsPlugin
webpack plugin. (#5230) - Cleaned up and improved the code readability of the
ColumnSorting
plugin. (#5228) - Updated the TypeScript definition file. (#5211)
- Fixed sort indicator which didn’t update after moving columns. (#3900)
- Added an ability to disable Byte Order Mark (BOM) while exporting table to the CSV file. (#86)
Follow us on Twitter to keep up with news and updates.
Leave a comment below or write to us if you have any questions.