Releases: codezero-be/laravel-flash
Releases · codezero-be/laravel-flash
Version 3.0.0
- Support only Laravel 10, 11 and newer #2
Version 2.5.0
- Add support for Laravel 10 (#1)
Version 2.4.0
- Add support for Laravel 9
Version 2.3.0
- Add support for PHP 8
Version 2.2.0
- Add support for Laravel 8
Version 2.1.0
- Add support for Laravel 7
Version 2.0.1
Delete specific notification views and use default view.
You can publish the views and create specific views if needed to tweak them per app.
No styling is applied by default because it is impossible to know which CSS framework people are using.
Version 2.0.0
- Completely rewrite the package!
- Use better strategy for flash notification views
- Make notification levels more flexible
- Drop translation support (this can easily be done in the controller or view)
- Drop dismissible option
- Drop overlay level
Version 1.1.0
- Enable package auto-discovery for Laravel 5.5
Version 1.0.0
- Version 1.0.0 of Flash for Laravel 5.
- Flash multiple messages to the session.
- Optionally pass in a translator key to fetch a message translation.
- Add
dismissible
option for alerts (defaults totrue
)