This repository has been archived by the owner on Jul 3, 2019. It is now read-only.
6.2.1
Changes
- Updated
babel
to7.x
. (handsontable/handsontable#5398) - Fixed a bug, where calling
updateSettings
orloadData
with a new, larger dataset caused an error to be thrown. (handsontable/handsontable#5617) - Fixed a bug, where the mobile keyboard opened on every cell selection on Android devices. (handsontable/handsontable#5586)
- Fixed a bug, where the date validation did not work properly in some cases. (handsontable/handsontable#5563)
- Fixed a problem with poor
updateSettings
performance when removing rows. (handsontable/handsontable#5561) - Fixed a problem with improper
carriage return
symbol usage in the pasted data. (handsontable/handsontable#5477) - Added some missing methods, options and hooks to the typescript definition file. (handsontable/handsontable#5639, handsontable/handsontable#5590)
- Corrected the CSS property assignments to zero from
0
to'0'
; (handsontable/handsontable#5291) - Fixed a bug, where the
autofill
feature did not work properly with themergeCells
plugin, while working on an object-based dataset. (handsontable/handsontable#5022) - Fixed a problem with the
observeChanges
plugin causing a memory leak. (handsontable/handsontable#4400) - Fixed a problem with the scientific notation not being supported in the numeric editor. (handsontable/handsontable#2030)