
Removed eval() from the formula-parser module to fulfill Content-Security-Policy.
Features
- Updated several dependencies to remove security vulnerabilities thrown by npm audit.
- Removed eval() from the formula-parser module to fulfill Content-Security-Policy.
Fixes
- Fixed skipRowOnPaste option to work the same way as skipColumnOnPaste and added it to the documentation.
- Fixed font inconsistency in the dropdown menu.
- Fixed a problem with the manualColumnResize option not working properly alongside fixedColumnsLeft.
- Fixed a problem with the TextEditor not resizing the input field properly while being placed on the edge of the table and containing multi-line text.