This repository has been archived by the owner on Jul 3, 2019. It is now read-only.
6.2.0
Changes
- Added the Korean language support. (handsontable/handsontable#5356)
- Added the Latvian language support. (handsontable/handsontable#5186)
- Updated the TypeScript definition file for
ColumnSorting
andMultiColumnSorting
. (handsontable/handsontable#5545, handsontable/handsontable#5445) - Updated the TypeScript definition for
beforeRowMove
andbeforeColumnMove
. (handsontable/handsontable#5416) - Updated the TypeScript definition for some selection and context menu related methods and hooks. (handsontable/handsontable#5307)
- Fixed a bug with the Copy/Paste plugin working incorrectly, when copying
0
. (handsontable/handsontable#5544) - Fixed a problem with improper
autoRowSize
calculations. (handsontable/handsontable#5527) - Fixed a problem with the keyboard opening on every selection on mobile. (handsontable/handsontable#5479)
- Refactored the
columnSorting
plugin to be reusable with themultiColumnSorting
plugin. (handsontable/handsontable#5457) - Refactored the
multiColumnSorting
plugin to use thecolumnSorting
plugin. (#148) - Fixed a bug, where adding a new row cleared the data from the first row. (handsontable/handsontable#5446)
- Fixed a bug, where using the
allowInvalid: false
option on date-typed cells broke the table. (handsontable/handsontable#5419) - Fixed a bug with the column header width being calculated incorrectly. (handsontable/handsontable#5359)
- Fixed a problem with building Handsontable
3.0.0+
usinghot-builder
. (handsontable/handsontable#5287) - Fixed a bug, where opening the context menu on the column header sorted the column. (handsontable/handsontable#4676, #176)
- Updated Jest to resolve a security issue with the
merge
package. (handsontable/handsontable#5564, #179) - Fixed some unstable tests, which caused the CI to fail frequently. (handsontable/handsontable#5562)
- Fixed the
ERR_ADDRESS_INVALID
error when running e2e tests. (handsontable/handsontable#5558)