PerfectMemory / ngx-contextmenu

A context menu component for Angular

Home Page:https://perfectmemory.github.io/ngx-contextmenu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular 14 Support

Timmeeeey opened this issue · comments

Are there any plans to support Angular 14?

Hi @Timmeeeey, I already produced a 14.0.0-alpha.0 based on Angular 14. It's not a release yet, not because it is unstable but because I wanted some time/feedback before releasing it. Feel free to install it and make your own feedbacks ;)

I just installed the alpha version. It seems that everything works as expected.
Only the peerDependencies are still Angular 13. I had to install with --force.

npm ERR! Could not resolve dependency:
npm ERR! peer @angular/cdk@"^13.1.2" from @perfectmemory/ngx-contextmenu@14.0.0-alpha.0
npm ERR! node_modules/@perfectmemory/ngx-contextmenu
npm ERR!   @perfectmemory/ngx-contextmenu@"14.0.0-alpha.0" from the root project

Oh ! Thanks. Angular update did not take care of peerDependencies. I produced a 14.0.0-alpha.1 with a fix.

@perfectmemory/ngx-contextmenu version 14.0.0 is out ! Thanks for your help.