All notable changes to laravel-flash-message
will be documented in this file.
- Add Laravel 11 support
- Add PHP 8.3 support
- Add Laravel 10 support
- initial release
Blade component are now namespaced instead of prefixed. This means that usage of the components should be changed from the old prefix syntax
<x-flash-alert ... /> // no longer supported
to the new namespace syntax
<x-flash::alert ... /> // new syntax
The session and view keys are also removed from the configuration, leaving the configuration with using the hardcoded value messages
for both.