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.
  • Updated Handsontable to the latest version...

Released: Oct 12, 2016

V1.7.3 での更新項目

機能

  • Rows and columns - Scrol, fix, resize, move and display header tooltips.
  • Rows - Pre-populate, fix bottom rows, hide, trim and bind rows with headers.
  • Columns - Stretch, freeze, hide, collapse, nested headers and dropdown menus.
  • Data operations - Sorting, paginating, searching, filtering, formula support and summary calculations.
  • Cell features - Data validation, drag down, merged cells, alignment, read-only and disabled editing.
  • Cell types - Custom renderers, numeric, date, time, checkbox...