Skip to content

Releases: highcharts/highcharts-angular

v5.4.0

26 Jan 08:29

Choose a tag to compare

5.4.0 (2026-01-26)

Bug Fixes

  • Signals are now read before await in computed() to ensure proper reactivity.

v5.3.0

23 Jan 07:54

Choose a tag to compare

5.3.0 (2026-01-23)

Features

  • Deprecation: Marked [(update)] and [(oneToOne)] inputs as deprecated- they will be removed in a future 6.0.0 release.
  • Simplified Logic: Shifted the responsibility of triggering updates from the wrapper's internal state checking to the developer via manual .update() calls

v5.2.0

05 Nov 07:08

Choose a tag to compare

Features

  • Introduce an optional timeout in the loading pipeline to accommodate modules that need a few extra milliseconds before augmenting the Highcharts namespace. (4486b78)

Bug Fixes

  • Fixed #421, prevent chart updates before creation in highcharts-chart.directive.ts. (e999063)

v5.1.0

23 Jun 07:28

Choose a tag to compare

Bug Fixes

  • The provideHighcharts() couldn't be used in the component

v5.0.0

13 Jun 06:47

Choose a tag to compare

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.

v4.0.1

23 Jul 09:02

Choose a tag to compare

Bug Fixes

  • Fixed #380, improved typing of the chartInstance emitter. (b4751e5)
  • Fixed #385, error when importing ESM module. (832ca80)

v4.0.0

07 Nov 10:31

Choose a tag to compare

Bug Fixes

  • Fix #365, the chat instance was not emitted on the ngOnDestroy.(344deb7)

v3.1.2

02 Feb 14:05

Choose a tag to compare

Features

  • Added missing README file.

v3.1.0

02 Feb 13:10

Choose a tag to compare

Features

  • Added TS support for ESM [6baa698]
  • Dropped support for Angular 10.x.x [6e9f426]

v3.0.0

01 Dec 13:11

Choose a tag to compare

Features

  • Updated to Angular 13 and enabled ivy [aa202ec]