Skip to content

Releases: AXN-Informatique/laravel-notifier

5.0.0

29 Apr 07:52
Compare
Choose a tag to compare
  • Minimum PHP version increased to 8.2
  • Minimum version of Laravel increased to 10
  • Added support for Laravel 11
  • Removed Collection::groupMessagesByType() macro
  • File names in uppercase: README.md, CHANGELOG.md and UPGRADE.md
  • Added and run code quality and control tools

4.2.0

20 Feb 15:49
Compare
Choose a tag to compare

Added support for Laravel 10

4.1.3

25 Aug 19:32
Compare
Choose a tag to compare

View shared $errors might be null

4.1.2

25 Aug 18:44
Compare
Choose a tag to compare
  • Fixed resources\views\partials\a-generic-component.blade.php for $delay variable
  • Fixed grouped by type message for $delay variable

4.1.1

12 Aug 16:54
Compare
Choose a tag to compare
  • Fixed resources\views\partials\a-generic-component.blade.php for $delay variable
  • Fixed grouped by type message for $delay variable

4.1.0

12 Aug 09:44
a1a7397
Compare
Choose a tag to compare
  • 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

05 Aug 13:10
ef17948
Compare
Choose a tag to compare
Merge pull request #4 from AXN-Informatique/develop

Readme fixes

4.0.1

05 Aug 10:49
Compare
Choose a tag to compare
  • Fix stacks management
  • Removed buggy $errorsCount in favor of $flashErrorsCount and $nowErrorsCount

4.0.0

04 Aug 21:08
3b58de3
Compare
Choose a tag to compare
  • 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

3.2.1

12 Jul 12:45
Compare
Choose a tag to compare
Remove confirm button by default