-
Notifications
You must be signed in to change notification settings - Fork 17
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
Angular 18 support #90
Comments
Hi @swurzinger, indeed I will work on it very soon. |
EmmanuelRoux
added a commit
that referenced
this issue
May 28, 2024
EmmanuelRoux
added a commit
that referenced
this issue
May 28, 2024
EmmanuelRoux
added a commit
that referenced
this issue
May 28, 2024
EmmanuelRoux
added a commit
that referenced
this issue
May 28, 2024
# [6.2.0](v6.1.3...v6.2.0) (2024-05-28) ### Bug Fixes * **tracker:** add default value for `acceptDoNotTrack` option ([243fc46](243fc46)) * upgrade schematics to non-deprecated module names ([946ef9f](946ef9f)) ### Features * add compatibility with Angular 18 ([7828aed](7828aed)), closes [#90](#90) * add FormAnalytics support ([ccdcfac](ccdcfac)) * **router:** allow ignoring subsequent navigation to the same url ([#89](#89)) ([1cb504c](1cb504c)), closes [#72](#72) * **tracker:** add new `disableCampaignParameters` configuration option ([88258fa](88258fa)) * **tracker:** add new `disableCampaignParameters` tracker method ([4cfda65](4cfda65))
🎉 This issue has been resolved in version 6.2.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version 6.x of ngx-matomo-client depends on angular 17.x and isn't compatible with 18.x. Please add support for the current Angular version.
At least the versions need to be bumped/widened in package.json. Maybe there are some other incompatibilies with Angular 18, but probably not.
Thanks!
The text was updated successfully, but these errors were encountered: