lipis / bootstrap-sweetalert

:cake: A beautiful "replacement" for JavaScript's alert ⛺
https://lipis.github.io/bootstrap-sweetalert/
MIT License
2.1k stars 503 forks source link

Can you update the sweetalert version? #81

Closed ycs77 closed 1 year ago

ycs77 commented 5 years ago

Now Sweetalert version is to version 2.

https://github.com/t4t5/sweetalert/releases

lipis commented 5 years ago

I'm happy to accept a PR.. but I really don't have time for merging this thing :( I'm sorry

grammy-work commented 5 years ago

@lipis would you please tell some about how to draw it out for bootstrap from the original version? Someone might try to do it.

lipis commented 5 years ago

It's been like a million years ago.. :) But if I remember correctly.. pretty straight forward..

crustamet commented 4 years ago

Please update this to bootstrap 4 pls...

lipis commented 4 years ago

I'm not longer maintaining this.. if anyone is up for doing it let me know..

alekitto commented 4 years ago

Sweetalert has been completely rewritten in typescript, could not be easy to upgrade to a new version. I could try to replicate the modifications in the next weeks.

lipis commented 4 years ago

Feel free.. I can add you as a moderator

jefersonfs commented 4 years ago

Hello! SweetAlert 2 have suport to button class.. Look my test : https://code.sololearn.com/WfbbgUMRT961/#html

jrichview commented 3 years ago

My understanding is that "SweetAlert 2" (the TypeScript version) is a fork of the original SweetAlert just as this is. Since it was forked, the original SweetAlert has been updated and is now version 2.X which is obviously very confusing. SweetAlert 2.x vs SweetAlert 2 (v-whatever?).

So updating to the most recent "SweetAlert (2.x)" would probably make more sense than updating to SweetAlert 2, wouldn't it?