Older versions
7.4.2
Released on February 19, 2020.
For more information on this release, see:
Changes
- Fixed an issue where the cell value could not be edited on mobile devices. (#6707)
- Fixed an issue where white lines appeared at the bottom of cell headers. (#6459)
- Fixed a bug, where resizing the window (while using Angular) would result in Handsontable not stretching properly and throwing an error. (#6710)
7.4.1
Released on February 19, 2020.
Due to technical issues, version 7.4.2 patch needed to be released.
All the changes from 7.4.1 are included in the 7.4.2 release.
7.4.0
Released on February 12, 2020.
For more information on this release, see:
Changes
- Fixed the problem, where the
onCellMouseUphook was fired for all mouse buttons exceptRMB, which was not consistent with theonCellMouseDownhook. To make the changes more consistent with the nativedblclickevent (which is triggered only for theLMBbutton), theonCellDblClickandonCellCornerDblClickhooks were modified to also fire only forLMB. (#6507) - Updated
moment,pikadayandnumbroto their latest versions. (#6610) - Fixed a bug with numbers not being presented properly with the
pt_BRculture setting. (#5569) - Extended the Babel config with the possibility to use private methods, optional chaining and nullish coalescing operator. (#6308)
- Updated some of the internal configs, updated dev-dependencies, housekeeping etc. (#6560, #6609, #6612, #6629, #6574, #6565)
Older versions
The changelogs from older versions of Handsontable are available on GitHub.