vdolek / angular-resize-event

Angular directive for detecting changes of an element size.
MIT License
169 stars 63 forks source link

Support Angular 15 #89

Closed SarcevicAntonio closed 1 year ago

SarcevicAntonio commented 1 year ago

this is closed, because I'm no longer interested in this getting merged

Closes #86

aldrashan commented 1 year ago

Could we get this merged and published? Want to update our code to Angular 15 so we can start testing but this dependency is preventing us from doing so.

SarcevicAntonio commented 1 year ago

Could we get this merged and published? Want to update our code to Angular 15 so we can start testing but this dependency is preventing us from doing so.

I ended up just coping the library code to our codebase, since it's not that much and maintainer seems to be absent ATM

hakimio commented 1 year ago

@SarcevicAntonio you have to update peer dependencies as well: https://github.com/vdolek/angular-resize-event/blob/d577ba9f01ba675e5e149971e0016ea7b2010fb7/projects/angular-resize-event/package.json#L20

10Bude10 commented 1 year ago

When will it be merged?

thatcort commented 1 year ago

@SarcevicAntonio Hi, noticed this PR was closed without being merged. Is there a plan for Angular 15 support?

SarcevicAntonio commented 1 year ago

@SarcevicAntonio Hi, noticed this PR was closed without being merged. Is there a plan for Angular 15 support?

Hello. I'm not a maintainer for this project therefore I can't speak about what the plans going forward are. As I said above we removed the dependency via copy paste, because this project seems to be not maintained and it blocked upgrading angular.