orizens / ngx-infinite-scroll

Infinite Scroll Directive for Angular
https://www.npmjs.com/package/ngx-infinite-scroll
MIT License
1.23k stars 224 forks source link

Is this project still actively maintained? #387

Closed antch closed 2 years ago

antch commented 2 years ago

First of all, thank you for the work that you've done on ngx-infinite-scroll thus far.

I don't mean to sound crass or ungrateful, but I'm curious as to what the maintenance status of this library is? The last commit was made 9 months ago, and the most two recent versions of Angular remain unsupported.

As of now my project's usage of this library is singularly preventing an Angular upgrade of the entire project. If there are no plans to continue maintaining it, it would be helpful to know so that I could start exploring alternatives.

orizens commented 2 years ago

hi @antch feature and fix pr's are welcomed and will be merged and released. maintenance is dependent on the community.

antch commented 2 years ago

I just want to make sure that I understand -- you, the author, are not planning to maintain the library at all going forward? That is your choice, of course, I just don't want to make any assumptions.

orizens commented 2 years ago

version 13 has been released. Again - any new pr's and enhancements are welcomed from the community. the project is for the community and benefit of doing good.

antch commented 2 years ago

Thank you very much for that. May I ask if you encountered any issues with Angular 13? Unfortunately there is no 11.x or 12.x of this project, and Angular warns against upgrading several major versions at once so it isn't possible to jump directly from ngx-infinite-scroll v10 to v13 while maintaining the officially-supported versions of Angular. It would be helpful to know what to look out for if we're trying to use either v10 or v13 on Angular 12.

orizens commented 2 years ago

@antch havn't seen any issues with the demo.

antch commented 2 years ago

Though it does throw a warning during npm install, v10 of this library seems to work fine with Angular 12.