Changes
- Fixed the
LICENSE.txt
file link inREADME.md
. (#5914) - Replaced
fixed
positioning of the row/column resize handles withabsolute
to prevent misalignment issues in implementations based on CSStransform
. (#5050) - Updated
webpack
to version4
. (#5912) - Fixed a problem with Handsontable throwing errors on scroll by adding support for
EventListenerOption
in theEventManager
. (#5904, #4526) - Added
core-js
to Handsontable's dependencies. (#5888) - Added a
ghost-table
attribute to all cell elements generated with Ghost Table. (#5927) - Fixed a bug, where the editor was visible despite not being open, when the table was positioned using CSS
transform
. (#5886) - Fixed a bug, where the table scrolled up after clicking a cell when Handsontable was implemented inside of an
iframe
. (#5910)