Releases: AXN-Informatique/laravel-notifier
Releases · AXN-Informatique/laravel-notifier
5.0.0
4.2.0
4.1.3
4.1.2
4.1.1
4.1.0
- Added third attribute
$delay
to:notify->info()
notify->success()
notify->warning()
notify->error()
notify->nowInfo()
notify->nowSuccess()
notify->nowWarning()
notify->nowError()
- Added
bool $withoutViewSharedErrors = false
argument to<x-notify />
component - Added an
upgrade.md
file - View shared errors are now added once and only for the default stack
- Fixed
Notify::typeOrderKey(string $type): int
method - Fixed text color for Bootstrap toast views when no title
Readme fixes
Merge pull request #4 from AXN-Informatique/develop Readme fixes
4.0.1
4.0.0
- Added the ability to add multiple messages per request
- Added ability to group messages into different stacks
- Added the ability to group messages of the same type in the same notification when viewing
- Added ability to group messages notifications based on their types when viewing
- Added the ability to set the display order of messages types
- Added
<x-notify />
Blade component - Added predefined views:
bootstrap-5
bootstrap-5-toast
bootstrap-5-alert
bootstrap-5-alert-advanced
bootstrap-4
- Removed support of Laravel 7 and earlier
- Removed support of PHP 7 and earlier
- Removed facade, use notify() helper instead
- Removed useless contract
- Removed helpers:
notifier()
notify_info()
notify_success()
notify_warning()
notify_error()
- Removed previously deprecated predefined views:
notify
pnotify4
bootstrap3
bootstrap3-advanced
- Renamed methods:
showInfo()
intonowInfo()
showSuccess()
intonowSuccess()
showWarning()
intonowWarning()
showError()
intonowError()
- Renamed predefined views:
pnotify5
intopnotify-5
bootstrap4
intobootstrap-4-alert
bootstrap4-advanced
intobootstrap-4-alert-advanced
- Renamed
Axn\LaravelNotifier
namespace intoAxn\Notifier
- Renamed
Notifier
class intoNotify