diff --git a/changelog.md b/changelog.md index dec78d5..1e8f9e1 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,12 @@ Changelog ========= +3.2.0 (2022-07-11) +------------------ + +- Add new sweetalert2 predefined view + + 3.1.0 (2022-02-11) ------------------ diff --git a/config/notifier.php b/config/notifier.php index 9d57beb..4cd20b2 100644 --- a/config/notifier.php +++ b/config/notifier.php @@ -16,7 +16,7 @@ | - 'notifier::pnotify' pnotify (requiert PNotify 3) deprecated | - 'notifier::pnotify4' pnotify4 (requiert PNotify 4) deprecated | - 'notifier::pnotify5' pnotify5 (requiert PNotify 5) - | - 'notifier::sweetalert2' sweetalert2 (requiert SweetAlert 2) incomming + | - 'notifier::sweetalert2' sweetalert2 (requiert SweetAlert 2) | - 'custom-vue' your cutom one | */ diff --git a/readme.md b/readme.md index 01f6bc9..a37aba2 100644 --- a/readme.md +++ b/readme.md @@ -199,7 +199,7 @@ Il y a actuellement les templates de vue fournis par le package : - ~~pnotify *(requiert PNotify 3)*~~ **deprecated** - ~~pnotify4 *(requiert PNotify 4)*~~ **deprecated** - pnotify5 *(requiert PNotify 5)* -- sweetalert2 *(requiert SweetAlert 2)* **incomming** +- sweetalert2 *(requiert SweetAlert 2)* Selon le template utilisé des installations de dépendances peuvent êtres nécessaires. diff --git a/resources/views/sweetalert2.blade.php b/resources/views/sweetalert2.blade.php new file mode 100644 index 0000000..1e158b7 --- /dev/null +++ b/resources/views/sweetalert2.blade.php @@ -0,0 +1,77 @@ + \ No newline at end of file