Handsontable 7.0.1 released
Today we’ve released version 7.0.1 of Handsontable. In this patch update we’ve fixed a couple bugs related to the usage of the CSS transform
property and have also added support for passive event listeners. Check out the rest of the changes below.
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)
Follow us on Twitter to keep up with news and updates.
Leave a comment below or write to us if you have any questions.