Handsontable のリリース

Released: May 13, 2019

V7.0.3 での更新項目

機能

  • Updated several dependencies to remove security vulnerabilities thrown by npm audit.
  • Removed eval() from the formula-parser module to fulfill Content-Security-Policy.

不具合の修正

  • Fixed skipRowOnPaste option to work the same way as skipColumnOnPaste and added it to the documentation.
  • Fixed font inconsistency in the dropdown menu.
  • Fixed a problem with the manualColumnResize option not working properly alongside fixedColumnsLeft.
  • Fixed a problem with the TextEditor not resizing the input field...

Released: Apr 8, 2019

V7.0.1 での更新項目

機能

  • Replaced "fixed" positioning of row/column resize handles with "absolute" to prevent misalignment issues in implementations based on CSS transform.
  • Updated webpack to version 4.
  • Added core-js to Handsontable’s dependencies.
  • Added a ghost-table attribute to all cell elements generated with Ghost Table.

不具合の修正

  • Fixed the LICENSE.txt file link in README.md.
  • Fixed a problem with Handsontable throwing errors on scroll by adding support for EventListenerOption in the EventManager.
  • Fixed a bug where...

Released: Mar 6, 2019

V7.0.0 での更新項目

機能

  • Handsontable is the new name for Handsontable Pro.
  • Added the beforeTrimRows and beforeUntrimRows hooks and modified the argument list for the existing ones in the Trim Rows plugin.
  • Removed the deprecated selectCellByProp method.
  • Added hooks to the Hidden Rows and Hidden Columns plugins and added validation of the provided rows.
  • No longer supports Bower. To install Handsontable, use npm or CDN instead.
  • Refactored the following classes to ES6:
    • BaseEditor
    • AutocompleteEditor
    • HandsontableEditor...

Released: Nov 13, 2018

V6.2.0 での更新項目

機能

  • Added language support for Korean.
  • Added language support for Latvian.
  • Updated TypeScript definition file for ColumnSorting and MultiColumnSorting.
  • Updated the TypeScript definition for beforeRowMove and beforeColumnMove
  • Updated the TypeScript definition for some selection and context menu related methods and hooks.
  • Refactored the columnSorting plugin to be reusable with the multiColumnSorting plugin.
  • Refactored the multiColumnSorting plugin to use the columnSorting plugin.

不具合の修正

  • Fixed a bug...

Released: Sep 27, 2018

V6.0.0 での更新項目

機能

Multi-column sorting

  • New plugin replaces the old sorting indicators with new ones that more clearly identify whether data is being sorted in ascending or descending order. Also included. are numbers to indicate the sequence of the columns involved in the multi-column sort.
  • The ColumnSorting plugin was refactored changing the sort method. It’s now a pure function, so every call to it will set an entirely new sort order.
  • Three new public API methods were added (getSortConfig, setSortConfig, and...

Released: Jul 11, 2018

V5.0.0 での更新項目

機能

  • Refactored the Custom Borders plugin. The API method was changed - added new methods such as getBorders, setBorders and clearBorders. The initial object configuration has not been changed and is still compatible with the previous releases.
  • Improved colors, cursor style and sizes of some parts of Handsontable.
  • Added an ability to disable Byte Order Mark (BOM) while exporting a table to a CSV file.

不具合の修正

  • Fixed an issue related to a lack of afterSelectionEnd hook being fired when contextmenu...

Released: Jun 13, 2018

V4.0.0 での更新項目

機能

  • Enhanced support for Input Method Editors (IME).
  • Improved filtering, sorting and formatting numbers.
  • Added a Norwegian translation

Released: May 16, 2018

V3.0.0 での更新項目

機能

  • Refactored and Improved Column Sorting plugin.
  • Added missing type definitions for the Search Plugin.
  • Added Chinese (CN, TW) translations.
  • Added French translation.
  • Removed some unnecessary margins from the Filtering dropdown.
  • Added an option to the Gantt Chart plugin, which allows skipping incomplete weeks at the beginning and/or end of the month.

不具合の修正

  • Fixed a problem where an error was being thrown when using the updateSettings method.
  • Fixed a problem where using the TAB key removed some...

Released: Apr 11, 2018

V2.0.0 での更新項目

機能

  • Added beforeContextMenuShow hook, triggered within the Context Menu plugin.
  • Modified the look of the fill handle.
  • Added a Russian translation.
  • Updated the pull request templates.
  • Added helpers for console.log, console.warn etc due to IE compatibility.
  • Added an additional hook, beforeDropdownMenuShow for the Dropdown Menu plugin.
  • Added undo/redo test cases for the dropdown menu plugin.
  • Added new beforeFilter and afterFilter parameter to say what kind of operation is performed on the column...

Released: Mar 20, 2018

V1.18.1 での更新項目

不具合の修正

  • Fixed a bug with duplicate fill handles on the edges of the table's overlays.
  • Fixed a problem, where the MergeCells class was added under Core in the docs.