Releases: highcharts/highcharts-angular
Releases · highcharts/highcharts-angular
v5.0.0
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 ofHighchartsChartModule
with the newprovideHighcharts()
and the standaloneHighchartsChartComponent
orHighchartsChartDirective
. - Dropped
callbackFunction
. Replace your usage of[callbackFunction]="myFunction"
with(chartInstance)="myFunction($event)"
. chartInstance
will not emit at all during destruction anymore.
v4.0.1
v4.0.0
v3.1.2
Features
- Added missing README file.
v3.1.0
v3.0.0
v2.10.0
v2.9.0
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)