-
Notifications
You must be signed in to change notification settings - Fork 437
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
Features for V12 #1050
Comments
Hi, Will this V12 support Angular 12 too ? I have tried to update my project to angular 12 and I have dependencies issues now. |
Hi @julien-von-oetinger yes. For the moment you could just do a force update Don't know why the breaking changes in V12 cause update problems but I was able to fix the peer dependencies by using force
|
Thanks for the quick answer ! I'll try with force update. For information, that's the error message I got: npm ERR! Found: @angular/[email protected] |
We will address this, the lib will be V12 compatible. Please do not use this issue for Angular V12. This is V12 of this lib. But we are planning the compatibility of course. Make sure ngcc has run through the lib after installing it. |
party :) thanks for all the contributions, we are feature complete for Version 12 |
When can we expect release v12? |
Hopefully soon. We discovered an issue when testing and doing the migration tests. Only one returntype (object) when subscribing to isAuthenticated and userdata to avoid confusion #1164 PR #1165 So we must fix this first and do the testing again. @FabianGosebrink needs to finish the PR, then testing and we're ready to release. |
We're close. Planning to do some work on it today. See how far I come. Unit Tests and then testing the samples. |
released, thanks for all the support |
V12 will be developed on this branch: ReleaseV12-WIP
Gathering all Issues and PRs which will be done in V12 and maybe are breaking changes
forRoot(...)
method #747 | PR make configuration easier and moved APP_INITIALIZER into the lib #1041redirect
to store redirect route when using autologin #1060 | PR Fix redirect getting overwritten in localStorage #106712.x
Issue: How to change configuration at runtime ? #923
Issue: Error handling support for better user experience #976
The text was updated successfully, but these errors were encountered: