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
skipRowOnPaste
option to work similarly toskipColumnOnPaste
and added it to the documentation. (#5845) - Fixed the font inconsistency in the dropdown menu. (#5948)
- Fixed a problem with the
manualColumnResize
option not working properly alongsidefixedColumnsLeft
. (#5959) - Fixed a problem with
TextEditor
not 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-parser
module 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.