korniychuk / angular-autofocus-fix

Angular 5+ directive for fix autofocus on dynamically created controls (*ngIf, *ngFor, etc.). Uses native [autofocus] selector, no need to change your HTML template. Doesn't use any dependencies.
MIT License
37 stars 9 forks source link

New version release #14

Open felipeplets opened 4 years ago

felipeplets commented 4 years ago

@korniychuk can you release a new library version with the latest fixes and compatible with Angular 10?

felipeplets commented 4 years ago

@korniychuk this is the only library preventing me from updating a project to Angular 10.

Is there anything preventing to release the new version that I can help with? Let me know and I can decide if I wait or if I branch off.

korniychuk commented 4 years ago

Hello @felipeplets ! I'm going to create a new version for Angular 10. However, I'll do it in a few weeks, I don't have free time now :| I'll notify you here when a new version will be ready.

felipeplets commented 4 years ago

Hey @korniychuk I'm just pinging you to check if you get the time or need some support to generate the new version. I'm considering branching off while we don't have the new version available.

bschnabel commented 1 year ago

@korniychuk Any updates on this?

@all Is there any fork or other alternative for this, we can use with newer Angular / NodeJs Versions?