dmacfarlane / angular-mentions

Angular mentions for text fields.
MIT License
196 stars 171 forks source link

Support for angular 13 #222

Closed kokmok closed 2 years ago

kokmok commented 2 years ago

Hi, I'm stuck on a project with angular 13 and I wonder if support for this version is conceivable. I saw there were a commit for that specific issue but no tag were created https://github.com/dmacfarlane/angular-mentions/commit/74c08a732951e644aa64963dabd52cc2f69b3449

dmacfarlane commented 2 years ago

The latest version (1.5) supports angular 14. See the Releases page for more details.

You should be able to use the previous version (1.4) with angular 13.

kokmok commented 2 years ago

It doesn't, the 1.4 is targeting angular 12 (~12.0.2) https://github.com/dmacfarlane/angular-mentions/blob/v1.4.0/package.json

sqljim commented 2 years ago

Just tested this using 1.4.0 and it does work with Angular 13. I'm on 13.1.2.

kokmok commented 2 years ago

Was looking at the wrong package.json file. Sorry for the inconvenience