Handsontable 7.0.3 released
We’ve just released Handsontable 7.0.3. It contains an important update regarding security, as we’ve removed eval() from the formula-parser module in order to fulfill Content-Security-Policy requirements.
Changes
- Fixed the
skipRowOnPasteoption to work similarly toskipColumnOnPasteand added it to the documentation. (#5845) - Fixed the font inconsistency in the dropdown menu. (#5948)
- Fixed a problem with the
manualColumnResizeoption not working properly alongsidefixedColumnsLeft. (#5959) - Fixed a problem with
TextEditornot resizing the input field properly when it is on the edge of the table and contains multi-line text. (#5969) - Updated some of the dependencies to get rid of the security vulnerabilities thrown by
npm audit. (#5995) - Removed
eval()from theformula-parsermodule to fulfill the Content-Security-Policy. (#5990)
Follow us on Twitter to keep up with news and updates.
Leave a comment below or write to us if you have any questions.