Skip to content

Commit

Permalink
feat: upgrade to Angular 17
Browse files Browse the repository at this point in the history
Upgrade to Angular 17 and use latest Angular Package Format to distribute library.

BREAKING CHANGE: Angular v17 is now required as peer dependency
  • Loading branch information
EmmanuelRoux committed Nov 12, 2023
1 parent 088798b commit 9ac9a10
Show file tree
Hide file tree
Showing 10 changed files with 10,317 additions and 7,944 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@
</h1>

<p align="center">
<a href="https://angular.io/"><img src="https://img.shields.io/badge/Angular-16-limegreen.svg?logo=angular" alt="Angular 16"></a>&nbsp;
<a href="https://angular.io/"><img src="https://img.shields.io/badge/Angular-17-limegreen.svg?logo=angular" alt="Angular 17"></a>&nbsp;
<a href="https://www.npmjs.com/package/ngx-matomo-client"><img src="https://img.shields.io/npm/v/ngx-matomo-client/latest.svg?logo=npm&logoColor=fff&label=NPM+package&color=limegreen" alt="NPM latest version"></a>&nbsp;
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-limegreen.svg" alt="MIT license"></a>&nbsp;
<a href="https://github.com/semantic-release/semantic-release"><img src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-limegreen.svg" alt="semantic-release"></a>&nbsp;
Expand Down Expand Up @@ -46,6 +46,7 @@ easily migrate.**
| 3 or 4 | 14 | | 3.x ([docs](https://github.com/EmmanuelRoux/ngx-matomo/blob/3.x/README.md)) |
| 3 or 4 | 15 | 5.x | 4.0.x ([docs](https://github.com/EmmanuelRoux/ngx-matomo/blob/4.0.x/README.md)) |
| 3, 4 or 5 | 16 | 5.x | 4.x ([docs](https://github.com/EmmanuelRoux/ngx-matomo/blob/4.x/README.md)) _(deprecated)_ |
| 3, 4 or 5 | 17 | 6.x | |

[![build](https://github.com/EmmanuelRoux/ngx-matomo/actions/workflows/main.yml/badge.svg)](https://github.com/EmmanuelRoux/ngx-matomo/actions/workflows/main.yml)
[![CodeQL](https://github.com/EmmanuelRoux/ngx-matomo/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/EmmanuelRoux/ngx-matomo/actions/workflows/codeql-analysis.yml)
Expand Down
6 changes: 3 additions & 3 deletions angular.json
Expand Up @@ -103,18 +103,18 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "demo:build"
"buildTarget": "demo:build"
},
"configurations": {
"production": {
"browserTarget": "demo:build:production"
"buildTarget": "demo:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "demo:build"
"buildTarget": "demo:build"
}
},
"test": {
Expand Down

0 comments on commit 9ac9a10

Please sign in to comment.