Highcharts Grid Pro v2.1.0

Released: Dec 9, 2025

v2.1.0 での更新項目

機能

  • Optimized grid.update() so that it now re-renders only the relevant elements in the DOM for the options being changed, rather than the entire container.
  • Refactored and cleaned up CSS for greater consistency across elements.
  • @highcharts/grid-lite and @highcharts/grid-pro npm libraries now export ES modules for client-side bundling on the default import path, instead of UMD bundles.
  • Added column hover trigger on header cell mouseover.

不具合の修正

  • Fixed sparkline cell update when previous value was null.
  • Fixed issue where the afterEdit event was not triggered when editing cells using view renderer content.
  • Fixed export methods so they respect column dataType settings.
  • Fixed the insert argument in the dataTable.setRow() method was not respected.
  • Fixed the custom cell className was missing when the cell formatter returned null.