Breaking changes:
- We've added a new cell property:
allowHtml
. If you set it totrue
, theautocomplete
anddropdown
cells will be able to render HTML elements correctly (as it was before).
However, if you set it tofalse
, no HTML will be rendered. This change is meant to decrease Handsontable's XSS vulnerability. (#3761)
The allowHtml
property defaults to false, so please make sure if you have to specify it in your implementation!
- We've refactored the Comments plugin, which caused some API and visual changes. Please see our documentation and check if you need to make some changes in your implementation.
Changes:
- Fixed a problem with inconsistent size of the "helper" in
manualColumnMove
. (#3830) - Fixed an issue with a flickering cursor over the Context Menu. (#3813)
- Fixed problems with tests on macOS Sierra. (#3769)
- Fixed a problem with exceptions being thrown on Internet Explorer. (#3623)
- Fixed a problem with the
<select>
tag used in headers on Firefox and IE. (#3555) - Fixed a problem with some cases of wrong date recognition. (#3471)
- Fixed a problem with the
setDirection
method of WalkontableCellRange. (#2467) - Fixed an issue with row header flickering while scrolling the table. (#3850)
- Fixed a problem with sorting the
DD/MM/YYYY
date format. (#3588) - Fixed an issue with error being thrown after disabling the Context Menu plugin. (#3140)
- Fixed a problem with malfunctioning dropdown editor on Internet Explorer. (#3380)
- Fixed a problem with updating the
fixedColumnsLeft
andfixedRowsTop
options. (#3857) - Fixed a problem with the
z-index
property in theComments
plugin. (#1792) - Fixed a problem with the
Comments
plugin andhtml
-typed cells. (#2692)
The corresponding Handsontable Pro version is 1.8.0.