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

Invalid router configuration #105

Closed
EmmanuelRoux opened this issue Jan 7, 2025 · 1 comment
Closed

Invalid router configuration #105

EmmanuelRoux opened this issue Jan 7, 2025 · 1 comment
Assignees
Labels
bug Something isn't working released

Comments

@EmmanuelRoux
Copy link
Owner

A bug has been introduced in #98, which makes Matomo router ignoring its configuration and always using defaults.

@EmmanuelRoux EmmanuelRoux self-assigned this Jan 7, 2025
@EmmanuelRoux EmmanuelRoux added the bug Something isn't working label Jan 7, 2025
EmmanuelRoux added a commit that referenced this issue Jan 14, 2025
# [7.0.0](v6.4.1...v7.0.0) (2025-01-14)

### Bug Fixes

* correctly inject legacy `MatomoRouterModule` and `NgxMatomoRouterModule` ([c2f7fda](c2f7fda)), closes [#105](#105) [#104](#104)
* correctly resolve deferred configuration when using `manual` initialization mode ([f0bb6c1](f0bb6c1)), closes [#102](#102)
* prepare testing api update ([0471e41](0471e41))

### Features

* add compatibility with Angular 19 (#101) ([bfae2b7](bfae2b7)), closes [#99](#99) [#103](#103)
* add new `withPageUrlProvider` feature and allow functional-style provider ([3d002d8](3d002d8))
* allow providing Matomo in lazy-loaded components/modules (#98) ([2982fc4](2982fc4)), closes [#97](#97)
* allow providing page url as promise ([5bb76a4](5bb76a4))

### Breaking changes

* Angular v19 is now required as peer dependency
* Some of your tests may be broken, you may need to provide Matomo in `TestBed` using `provideMatomoTesting()`.

### Deprecations

* `MatomoTestingTracker.setMatomoInstance` has been deprecated, provide a `MATOMO_TESTING_INSTANCE` DI token instead
@EmmanuelRoux
Copy link
Owner Author

🎉 This issue has been resolved in version 7.0.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
Labels
bug Something isn't working released
Projects
None yet
Development

No branches or pull requests

1 participant