Releases: bilfeldt/laravel-flash-message
Releases · bilfeldt/laravel-flash-message
v1.2.0
v1.1.0
v1.0.1
v1.0.0
What's Changed
- Apply fixes from StyleCI by @bilfeldt in #5
- Add slot to alert components by @bilfeldt in #14
- Add tests by @bilfeldt in #15
- Rename the
flash-alert-messages
component by @bilfeldt in #16 - Fix/php version 8 by @bilfeldt in #22
- Set blade text colors to grey by @bilfeldt in #23
- Use namespace for components instead of prefix by @bilfeldt in #24
- add dark mode by @comes in #25
- Add blade component for showing $errors by @bilfeldt in #26
- Show error component only if validation errors exists and add formatt… by @bilfeldt in #27
- Create new method 'withGlobalErrors' by @bilfeldt in #2
- Remove the spatie package skeleton and fix issues with component name.. by @bilfeldt in #28
Full Changelog: v0.4.0...v1.0.0
Breaking changes
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