Handsontable is the new name for Handsontable Pro.
Handsontable 릴리스
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.