Handsontable のリリース

Released: Oct 12, 2017

V1.14.3 での更新項目

機能

  • Added allowSplitWeeks option to Gantt Chart plugin.

不具合の修正

  • Fixed copy/paste functionality for older versions of Safari.

Released: Sep 13, 2017

V1.14.2 での更新項目

不具合の修正

  • Added a missing "moment" import.

Released: Sep 12, 2017

V1.14.1 での更新項目

不具合の修正

  • Fixed a problem with table instances removing its sibling on destroy.
  • Fixed a problem with the Filters plugin improperly trimming table rows.
  • Fixed a problem with Filters plugin dropdown components not being updated properly.
  • Fixed a problem with hot-tables not being initialized properly.
  • Fixed a problem with Handsontable throwing an error when moving the cursor outside the table.
  • Updated the setDataAtCell TypeScript definition.
  • Updated Bootstrap css files.
  • Updated documentation for the...

Released: Aug 2, 2017

V1.13.0 での更新項目

機能

  • Added support for EXP formulas in the Filters plugin.
  • Changed the text in the warning message thrown when the amount of conditions exceeded the capacity of the dropdownMenu.
  • Updated the Filters documentation.

不具合の修正

  • Fixed a problem where the Filters plugin threw an error when there was a condition with too many arguments applied.
  • Fixed the alignment of the checkboxes in the Filters dropdown menu.
  • Fixed a problem where the Filters plugin threw an error when adding a condition with an improper...

Released: Jul 11, 2017

V1.12.0 での更新項目

機能

  • Use 'AND' and 'OR' statemenets for more control over filters.
  • Added a new config option to the Comments plugin (displayDelay), allowing you to customize the delay for showing the comment box.

不具合の修正

  • Fixed a bug where Filters were broken when doing a custom build.
  • Added a workaround for npm incorrectly generating the package-lock.json file.
  • Removed ZeroClipboard from dependencies.
  • Updated the Handsontable dependencies.
  • Fixed a problem with a missing method import.
  • Fixed a problem, where using...

Released: Jun 2, 2017

V1.11.0 での更新項目

不具合の修正

  • Fixed documentation for the autoRowSize config option.
  • Fixed documentation for the cells config option.
  • Fixed a problem with the maxRows functionality.
  • Fixed a problem with the maxCols functionality.
  • Fixed a bug, where passing integer values to a dropdown caused the cell to be marked as invalid.
  • Added the TypeScript definitions to the repository.
  • Fixed a bug with getCoords throwing an error when used on non-cell elements.
  • Data copied from the table will no longer have a newline at the end...

Released: Apr 3, 2017

V1.10.2 での更新項目

不具合の修正

  • Fixed a problem where the Nested Headers' ghost table generation modified the plugin cache (resulting in header sizing issues).
  • Fixed a bug where Trimmed Rows were lost after updating the settings.
  • Fixed a problem where the Filters plugin blocked loading the data.
  • Fixed a bug where the option list in the filtering plugin was not updated after changes in cells.
  • Fixed a problem where the escape key didn't always work with 'Filter by condition'.
  • Fixed a problem where Filters didn't work...

Released: Mar 7, 2017

V1.10.1 での更新項目

不具合の修正

  • Fixed a problem where the column titles were trimmed when using the nestedHeaders plugin.
  • Fixed a problem with the Nested Headers' collapseAll method.
  • Fixed a problem where clicking on the Context Menu scrolled the page.
  • Added a preventScrolling argument to afterSelection and afterSelectionByProp plugin hooks.
  • Fixed a problem with loadData and manualColumnMove.
  • Fixed a problem where adding a new row near the top of the table, the page scrolled improperly.
  • Added new plugin hooks for cut...

Released: Feb 14, 2017

V1.10.0 での更新項目

不具合の修正

  • Changed possible values of the source property provided by plugin hooks.
  • Updated hot-formula-parser dependencies.
  • Added some fixes for Handsontable CE.
  • Fixed a bug with 'grunt test-pro' which wasn't working properly.

Released: Jan 17, 2017

V1.9.1 での更新項目

不具合の修正

  • Fixed a problem with copying/pasting values when fixedRowsBottom is enabled.