Handsontable v12.1.3 Release Notes
Release Date: 2022-09-22 // over 2 years ago-
๐ For more information on this release, see:
- ๐ Release notes
- Blog post
๐ Fixed
- ๐ Fixed incorrect date format conversion on input in the date editor. #9681
- ๐ Fixed an error when adding a large number of rows using the
alter
method. #7840 - ๐ Fixed IME text input in the editors. #9586
- ๐ Fixed an issue where the editor did not open on key events when the cell was outside the viewport. #9022
- ๐ Fixed an issue with "0" values being ignored by the Column Summary plugin. #6385
- ๐ Fixed an error when opening the column dropdown menu with the Filters plugin enabled. #9561
- ๐ Fixed an issue where the
trimWhitespace
option could not be used in the column and cell levels of the cascading configuration. #7387 - ๐ Fixed the flickering of the selection area at the edge of the table while scrolling. #8317
- ๐ Fixed misalignment on mobile devices when the edge cells were selected. #9621
- ๐ Fixed type definitions for the method
setSourceDataAtCell
. #8599
โ Removed
Previous changes from v12.1.2
-
๐ For more information on this release, see:
- ๐ Release notes
๐ Changed
- ๐ Changed the version of the Moment.js dependency from 2.29.3 to 2.29.4, in reaction to a recently-found Moment.js security vulnerability. The vulnerability did not affect a correct configuration of Handsontable. #9638
- Vue: Freezed the version of the Vue framework that is used in our build chain to ~2.6. This shouldn't affect apps that use Vue 2.7+. #9624