Breaking changes
The Column Sorting plugin is over the first stage of refactoring. (#5014) This resulted in the following breaking changes:
- The main instance's
sort
function was moved to the plugin - The
sortIndex
property was removed from Handsontable's main instance - Moved the
sortColumn
andsortOrder
properties from the main instance to the plugin - The
sortOrder
property now accepts string values (asc
,desc
,none
), instead of booleans (true
,false
,undefined
)
Changes
- Added missing type definitions for the Search Plugin. (#5039)
- Added the Chinese (CN, TW) translations. (#5007, #4923)
- Added the French translation. (#4777)
- Added the Spanish (MX) translation. (#4900)
- Fixed a problem, where an error was being thrown when using the
updateSettings
method. (#4988) - Fixed a problem, where using the TAB key removed some data, when
minSpareCols
was set to1
. (#4986) - Fixed a bug, where an infinite hook loop was being created, when the table was initialized at the bottom of the page. (#4961)
- Fixed some issues with the CI stability. (#4925)
The corresponding Handsontable Pro version is 3.0.0