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

Update to Angular 18 in @folkehelseinstituttet/angular-components #689

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
6 changes: 5 additions & 1 deletion projects/fhi-angular-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# 4.4.2
# Unreleased

* :boom: **Breaking** Update to Angular 18

## 4.4.2

> Sep 17, 2024

Expand Down
13 changes: 7 additions & 6 deletions projects/fhi-angular-components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ _Contains Angular components used by Folkehelseinstituttet, which are based on [

| FHI Angular Components | FHI Style | Bootstrap | NgSelect | NgBootstrap | Angular | Node/NPM |
| ---------------------- | --------- | --------- | -------- | ----------- | ------- | -------- |
| 4.x.x | 6 | 5.3.2 | 12 | 16 | 17 | 18/9 * |
| 3.x.x | 5.9 | 5.3.2 | 12 | 16 | 17 | 18/9 * |
| 2.x.x | 5 | 5 | 11 | 15 | 16 | 18/9 * |
| 1.x.x | 5 | 5 | 10 | 14 | 15 | 18/9 * |
| 0.5.x | 5 | 5 | 10 | 14 | 15 | 18/9 * |
| 0.4.x | 5 | 5 | 10 | 14 | 15 | 18/9 * |
| Unreleased | 6 | 5.3.2 | 13 | 17 | 18 | 20/10 * |
| 4 | 6 | 5.3.2 | 12 | 16 | 17 | 18/9 * |
| 3 | 5.9 | 5.3.2 | 12 | 16 | 17 | 18/9 * |
| 2 | 5 | 5 | 11 | 15 | 16 | 18/9 * |
| 1 | 5 | 5 | 10 | 14 | 15 | 18/9 * |
| 0.5 | 5 | 5 | 10 | 14 | 15 | 18/9 * |
| 0.4 | 5 | 5 | 10 | 14 | 15 | 18/9 * |
| 0.3.0 | 4 | 5 | 10 | 14 | 15 | 18/9 * |
| 0.2.0 | 4 | 5 | 9 | 13 | 14 | 16/8 * |

Expand Down
8 changes: 4 additions & 4 deletions projects/fhi-angular-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"directory": "projects/fhi-angular-components"
},
"peerDependencies": {
"@angular/common": "^17.0.0",
"@angular/core": "^17.0.0",
"@angular/common": "18.2.4",
"@angular/core": "18.2.4",
"@folkehelseinstituttet/style": "^6.0.0",
"@ng-bootstrap/ng-bootstrap": "^16.0.0",
"@ng-select/ng-select": "^12.0.0",
"@ng-bootstrap/ng-bootstrap": "^17.0.1",
"@ng-select/ng-select": "^13.7.1",
"bootstrap": "^5.3.2",
"date-fns": ">=3.3.1"
},
Expand Down
Loading