Skip to content

v5.0.0

Latest
Compare
Choose a tag to compare
@karolkolodziej karolkolodziej released this 13 Jun 06:47
· 1 commit to master since this release

Features

  • Added signal support for reactive bindings.
  • Switched to OnPush change detection by default.
  • Enabled lazy-loading of the component.
  • Now pure ESM, thanks to Highcharts v12.2.0.

Breaking changes

  • Dropped HighchartsChartModule. Replace your usage of HighchartsChartModule with the new provideHighcharts() and the standalone HighchartsChartComponent or HighchartsChartDirective.
  • Dropped callbackFunction. Replace your usage of [callbackFunction]="myFunction" with (chartInstance)="myFunction($event)".
  • chartInstance will not emit at all during destruction anymore.