dominique-mueller / angular-notifier

A well designed, fully animated, highly customizable, and easy-to-use notification library for your Angular application.
https://www.npmjs.com/package/angular-notifier
MIT License
247 stars 68 forks source link

Update for Angular 13 #224

Closed nicolasstevenyates closed 2 years ago

nicolasstevenyates commented 2 years ago

Is it possible for you to update angular-notifier for Angular 13?

karthi-sekar commented 2 years ago

Any plans to update? If yes, share the timelines

kylecannon commented 2 years ago

I have a PR open for it #225. 🤞 @dominique-mueller can review it, merge and publish.

karthi-sekar commented 2 years ago

Can we have this PR published? This is blocking our upgrade plans Is there any another similar library available? this is pending for long time now.

ghost commented 2 years ago

Seems like the author is done maintaining this. I created builds for angular 12 and 13, and will do so as new versions get released so long as the code doesn't break at all. I don't intend on pushing/merging new features.

Repo: https://github.com/ItzRabbs/angular-notifier Angular 13 npm package: npm install @itzrabbs/angular-notifier@11 Angular 12 npm package: npm install @itzrabbs/angular-notifier@10

I personally use the angular 13 compatible build and it looks to be working fine. I haven't tried the angular 12 compatible build besides making sure all the tests run fine.

dominique-mueller commented 2 years ago

Support for Angular 12 has been released with 10.0.0, and support for Angular 13 (with partial-Icy compilation) with 11.0.0. Enjoy!