Skip to content

Releases: highcharts/highcharts-angular

v5.0.0

13 Jun 06:47
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Features

  • Added missing README file.

v3.1.0

02 Feb 13:10
Compare
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
Compare
Choose a tag to compare

Features

  • Updated to Angular 13 and enabled ivy [aa202ec]

v2.10.0

09 Feb 14:17
Compare
Choose a tag to compare

2.10.0 (2021-02-09)

Features

  • Updated Highcharts to 9.0.0 version. (e23e896)

v2.9.0

04 Jan 13:16
Compare
Choose a tag to compare

2.9.0 (2021-01-04)

Features

  • Added common TS error example to the online examples and the FAQ section. (6c13fdd)
  • Added how to use proj4 to the online examples, and the FAQ section. (7f02d4e)
  • Added portals demo to the online examples, and the FAQ section. (5e166bf)
  • Updated Highcharts product names in the README file. (4831134)
  • Updated Angular to version 11. (594c411)

v2.8.2

02 Nov 10:32
Compare
Choose a tag to compare

2.8.2 (2020-11-02)

Bug Fixes

  • Changed peer dependencies. (07e6209)

v2.8.0

31 Aug 14:19
Compare
Choose a tag to compare

2.8.0 (2020-08-31)

Features

  • Updated Angular to version 10. (a28190c)
  • Added Tests for creating a simple component. (d6107dd)
  • Added a paragraph about SSR in the README. (9269c55)

Bug Fixes

  • Fixed lazy-loading demo. (de88e2a)