Skip to content

Commit 6eca83e

Browse files
chore(release): 5.2.0
1 parent 4486b78 commit 6eca83e

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

highcharts-angular/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [5.2.0](https://github.com/highcharts/highcharts-angular/compare/v3.0.0...v5.2.0) (2025-11-05)
6+
7+
8+
### Features
9+
10+
* add configurable timeout for Highcharts module loading ([0382051](https://github.com/highcharts/highcharts-angular/commit/0382051d14061be0a3556f3bdccc40e8d4a878c6))
11+
* add timeout configuration for Highcharts loading ([034b9e3](https://github.com/highcharts/highcharts-angular/commit/034b9e3fac06f90e593019a026e3f988cddbd981))
12+
* add timeout handling for Highcharts chart creation and updates ([599056c](https://github.com/highcharts/highcharts-angular/commit/599056caf00b149ceb069a067f149768697210e0))
13+
14+
15+
### Bug Fixes
16+
17+
* add missing comma for timeout configuration in module loading ([35fb36b](https://github.com/highcharts/highcharts-angular/commit/35fb36bef4b08609de5c6efe6bb0bf5be9465b9d))
18+
519
## [5.1.0](https://github.com/highcharts/highcharts-angular/compare/v3.0.0...v5.1.0) (2025-06-23)
620

721
## [5.0.0](https://github.com/highcharts/highcharts-angular/compare/v3.0.0...v5.0.0) (2025-06-13)

highcharts-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "highcharts-angular",
33
"description": "Highcharts component for Angular.",
4-
"version": "5.1.0",
4+
"version": "5.2.0",
55
"license": "MIT",
66
"author": "Black Label <start@blacklabel.net> (http://blacklabel.net)",
77
"bugs": {

0 commit comments

Comments
 (0)