-
Notifications
You must be signed in to change notification settings - Fork 110
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 15 #296
Angular 15 #296
Conversation
Bumping this thread. Is there any momentum to have this pull request reviewed and merged. |
We could really use this PR merged for our team. It is preventing us from completing our update to Angular 15 since we use this package. |
same here, this is the last package preventing us from updating to Angular 15 |
For those of you feeling brave, I've attached a zip file of the tarball (GitHub does't support attaching tarballs), from which you can do a local install. This is what I've done with my current project as I really don't want to have to publish an NPM package. |
Is there a deadline for approving this pull request? |
Same question here - this library is th only one blocking us to move the project to Angular 15. |
Is there a deadline for approving this pull request? |
update to peer dependencies to 16.x ? |
Approves the PR, please. |
Is there a possibility to update dependencies to 16.x? |
Is there a possibility to update dependencies to 17.x? |
Why doesn't anyone maintain this project anymore and approve pull requests? |
When I created #278 I [stupidly] targeted Angular 14, which has meant that the package can't be used with Angular 13 - something that's just bitten me in the a**. Also noted in #282
This PR reverts the build version to Angular 12 (v.2.2.2), but updates the peer dependencies to <=15.x (#292)
Initially, I want to check that this builds correctly on CircleCICircleCI passes now, and I appreciate that releasing a package version that targets a lower Angular version may be problematic.My next task is to try using this in an angular app starting with 12 to make sure I haven't screwed anything up.
I've also included the following: