Skip to content

4.0.0

Compare
Choose a tag to compare
@forxer forxer released this 04 Aug 21:08
· 23 commits to master since this release
3b58de3
  • 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() into nowInfo()
    • showSuccess() into nowSuccess()
    • showWarning() into nowWarning()
    • showError() into nowError()
  • Renamed predefined views:
    • pnotify5 into pnotify-5
    • bootstrap4 into bootstrap-4-alert
    • bootstrap4-advanced into bootstrap-4-alert-advanced
  • Renamed Axn\LaravelNotifier namespace into Axn\Notifier
  • Renamed Notifier class into Notify