Handsontable is the new name for Handsontable Pro.
Handsontable 新版本發表
Released: Jan 17, 2017
V1.9.1 中的更新
修補程式
Fixed a problem with copying/pasting values when fixedRowsBottom is enabled.
Released: Jan 12, 2017
V1.9.0 中的更新
特性
The AutoFill plugin was refactored.
The setCellMeta method was changed to work on visual row and column indexes, analogously to the getCellMeta method.
Added tests concerning the maxRows option.
修補程式
Fixed issues manipulating the data structure with the columnSummary plugin enabled.
Fixed a problem with building the Pro version with a different Handsontable branch than master.
Released: Dec 21, 2016
V1.8.2 中的更新
修補程式
Fixed a problem when longer header labels were cut with the nestedHeaders plugin.
Fixed a problem with selection and keyboard navigation when using the hiddenRows plugin.
Released: Dec 13, 2016
V1.8.1 中的更新
特性
Refactored the columnSummary plugin, introducing a feature which allows you to add custom functions to the plugin configuration.
Released: Nov 8, 2016
V1.8.0 中的更新
特性
Added new cell property called allowHtml. If you set it to true, the autocomplete and dropdown cells will be able to render HTML elements correctly (as it was before). However, if you set it to false, no HTML will be rendered. This change is meant to decrease Handsontable's cross-site scripting (XSS) vulnerability.
Refactored the Comments plugin, which caused some API and visual changes.
Tweaked invalid characters validation for the formulas.