Gbuomprisco / ngx-chips

Tag Input component for Angular
MIT License
899 stars 361 forks source link

Repository maintenance status? #1000

Open anuj9196 opened 2 years ago

anuj9196 commented 2 years ago

I'm submitting a ... (check one with "x")

[ ] bug report => search github for a similar issue or PR before submitting
[x] support request/question

Notice: feature requests will be ignored, submit a PR if you'd like

Current behavior

Thanks for this awesome library with 35k average downloads per week.

The library is not installing in Angular 12 due to peer dependency issues. There are many other issues reported.

There is no update in the repository since November, 2020.

Is this repository still maintained?

Expected behavior

If maintained, issues should be resolved to make the library more usable. If not maintained, someone can take the ownership to maintain it.

Minimal reproduction of the problem with instructions (if applicable)

What do you use to build your app?. Please specify the version

Angular version:

Angular: 12

ngx-chips version:

Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]

PawelDecowski commented 2 years ago

Any update on this? I’m also trying to use this library with Angular 12 but it won’t install due to dependency issues.

dapperdandev commented 2 years ago

@PawelDecowski @anuj9196

FWIW- The former maintainer has an Open PR for updating the README with the following content:

NB: This repository is currently unmaintained. Please fork or use Angular Material's chips module, it got better. https://github.com/Gbuomprisco/ngx-chips/pull/1005/files

I was planning on using this repository as well until I saw these two issues. I'm having a hell of a time getting @angular/material/chips to work.

Gbuomprisco commented 2 years ago

Apologies, I'll try to keep it up to date with the new versions of Angular but can't work on feature requests or bugs due to the fact I no longer use the module itself and find it hard to find the time/motivation to keep updating it. Apologies again

dapperdandev commented 2 years ago

@Gbuomprisco No worries for me :).

I did some more browsing around and found that the UI library I'm using, Nebular, has what I need. Thanks for maintaining it while you did.