npm handsontable 3.0.0

latest releases: 0.0.0-next-43b9ea1-20240517, 0.0.0-next-bfe12c4-20240517, 0.0.0-next-35fe36a-20240516...
6 years ago

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 and sortOrder 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 to 1. (#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

Don't miss a new handsontable release

NewReleases is sending notifications on new releases.