Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/fhi-angular-highcharts/5.0.0 #693

Merged
merged 1 commit into from
Sep 19, 2024
Merged
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
8 changes: 5 additions & 3 deletions projects/fhi-angular-highcharts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Unreleased
# 5.0.0

* :boom: **Breaking** Update to Angular 18, and remove deprecated properties from `FhiDiagramOptions`.
* :boom: **Breaking** Only populate the the `fhi-diagram-type-nav-default` with diagram type `table` if no diagram types defined options (`navigation.items.chartTypes` or `navigation.items.mapTypes`).
> Sep 20, 2024

* :boom: **Breaking** Update to Angular 18, and remove deprecated properties from `FhiDiagramOptions`. [(#691)](https://github.com/folkehelseinstituttet/Fhi.Frontend.Demo/pull/691)
* :boom: **Breaking** Only populate the the `fhi-diagram-type-nav-default` with diagram type `table` if no diagram types defined options (`navigation.items.chartTypes` or `navigation.items.mapTypes`). [(#688)](https://github.com/folkehelseinstituttet/Fhi.Frontend.Demo/pull/688)

## 4.4.0

Expand Down
2 changes: 1 addition & 1 deletion projects/fhi-angular-highcharts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ _An opinionated wrapper to the official minimal [Highcharts wrapper for Angular]

| FHI Angular Highcharts | FHI Angular Componets | FHI Style | Bootstrap | NgBootstrap | Highcharts | Highcharts Angular | Angular | Node/NPM |
| ---------------------- | --------------------- | --------- | --------- | ----------- | ---------- | ------------------ | ------- | -------- |
| Unreleased | 5 | 6.3 | 5.3.2 | 17 | 11.4 | 4.0 | 18 | 20/10 * |
| 5 | 5 | 6.3 | 5.3.2 | 17 | 11.4 | 4.0 | 18 | 20/10 * |
| >4.1 | 4 | 6.3 | 5.3.2 | 16 | 11.4 | 4.0 | 17 | 18/10 * |
| >=3.1 <=4.1 | 4 | 6.2 | 5.3.2 | 16 | 11.4 | 4.0 | 17 | 18/10 * |
| 3 | 4.0 | 6 | 5.3.2 | 16 | 11.1 | 4.0 | 17 | 18/10 * |
Expand Down
2 changes: 1 addition & 1 deletion projects/fhi-angular-highcharts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folkehelseinstituttet/angular-highcharts",
"version": "4.4.0",
"version": "5.0.0",
"publishConfig": {
"tag": "latest"
},
Expand Down
Loading