Handsontable
Improvements prevent misalignment issues in implementations based on CSS transform.
Features
- Replaced "fixed" positioning of row/column resize handles with "absolute" to prevent misalignment issues in implementations based on CSS transform.
- Updated webpack to version 4.
- Added core-js to Handsontable’s dependencies.
- Added a ghost-table attribute to all cell elements generated with Ghost Table.
Fixes
- Fixed the LICENSE.txt file link in README.md.
- Fixed a problem with Handsontable throwing errors on scroll by adding support for EventListenerOption in the EventManager.
- Fixed a bug where the editor was visible despite not being open when the table was positioned using CSS transform.
- Fixed a bug where the table scrolled up after clicking a cell when Handsontable was implemented inside of an iframe.