Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ A clear and concise description of what you expected to happen.

### Demo

<!-- template: https://stackblitz.com/edit/hc-angular-issue-template -->

Please provide live demo of the problem or provide any other way to recreate the problem.

#### Steps required to recreate the problem in the demo:
Expand Down
31 changes: 1 addition & 30 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,7 @@

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.

## [5.4.0](https://github.com/highcharts/highcharts-angular/compare/v3.0.0...v5.4.0) (2026-01-26)


### Bug Fixes

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

## [5.3.0](https://github.com/highcharts/highcharts-angular/compare/v3.0.0...v5.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

## [5.2.0](https://github.com/highcharts/highcharts-angular/compare/v3.0.0...v5.2.0) (2025-11-05)

### Features

- Introduce an optional timeout in the loading pipeline to accommodate modules that need a few extra milliseconds before augmenting the Highcharts namespace. ([4486b78](https://github.com/highcharts/highcharts-angular/commit/4486b787270d75ae928ab0c61cae6bef01d8d9b7))

### Bug Fixes

- Fixed #421, prevent chart updates before creation in highcharts-chart.directive.ts. ([e999063](https://github.com/highcharts/highcharts-angular/commit/e999063fa98d8ef1f1319a910af8fb5d44ba7af5))

## [5.1.0](https://github.com/highcharts/highcharts-angular/compare/v3.0.0...v5.1.0) (2025-06-23)

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

### [4.0.1](https://github.com/highcharts/highcharts-angular/compare/v3.0.0...v4.0.1) (2024-07-23)
## [4.0.1](https://github.com/highcharts/highcharts-angular/compare/v3.0.0...v4.0.1) (2024-07-23)

### Bug Fixes

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ Official minimal Highcharts integration for Angular.

## Links

* Official website: [www.highcharts.com](https://www.highcharts.com)
* Product page: [www.highcharts.com/integrations/angular](https://www.highcharts.com/integrations/angular)
* Download: [www.highcharts.com/download](https://www.highcharts.com/download)
* License: [www.highcharts.com/license](https://www.highcharts.com/license)
* Support: [www.highcharts.com/support](https://www.highcharts.com/support)
* Issues: [Working repo](https://github.com/highcharts/highcharts/issues)
- Official website: [www.highcharts.com](https://www.highcharts.com)
- Product page: [www.highcharts.com/integrations/angular](https://www.highcharts.com/integrations/angular)
- Download: [www.highcharts.com/download](https://www.highcharts.com/download)
- License: [www.highcharts.com/license](https://www.highcharts.com/license)
- Support: [www.highcharts.com/support](https://www.highcharts.com/support)
- Issues: [Working repo](https://github.com/highcharts/highcharts/issues)

## Table of Contents

Expand Down
27 changes: 0 additions & 27 deletions highcharts-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,6 @@

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.

## [5.4.0](https://github.com/highcharts/highcharts-angular/compare/v3.0.0...v5.4.0) (2026-01-26)


### Bug Fixes

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

## [5.3.0](https://github.com/highcharts/highcharts-angular/compare/v3.0.0...v5.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

## [5.2.0](https://github.com/highcharts/highcharts-angular/compare/v3.0.0...v5.2.0) (2025-11-05)

### Features

- Introduce an optional timeout in the loading pipeline to accommodate modules that need a few extra milliseconds before augmenting the Highcharts namespace. ([4486b78](https://github.com/highcharts/highcharts-angular/commit/4486b787270d75ae928ab0c61cae6bef01d8d9b7))

### Bug Fixes

- Fixed #421, prevent chart updates before creation in highcharts-chart.directive.ts. ([e999063](https://github.com/highcharts/highcharts-angular/commit/e999063fa98d8ef1f1319a910af8fb5d44ba7af5))

## [5.1.0](https://github.com/highcharts/highcharts-angular/compare/v3.0.0...v5.1.0) (2025-06-23)

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

### [4.0.1](https://github.com/highcharts/highcharts-angular/compare/v3.0.0...v4.0.1) (2024-07-23)
Expand Down
8 changes: 4 additions & 4 deletions src/main.server.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { bootstrapApplication } from '@angular/platform-browser';
import { bootstrapApplication, BootstrapContext } from '@angular/platform-browser';
import { AppComponent } from './app/app.component';
import { config } from './app/app.config.server';
import { ApplicationRef } from '@angular/core';

const bootstrap = (): Promise<ApplicationRef> => bootstrapApplication(AppComponent, config);
const bootstrap = (context: BootstrapContext): Promise<ApplicationRef> =>
bootstrapApplication(AppComponent, config, context);


export default bootstrap;
export default bootstrap;
Loading