All notable changes to livewire-toaster
will be documented in this file.
- PHP 8.4 support
- Replacement of similar toasts
- Suppression of duplicate toasts
- Use the Livewire relay if redirecting using navigate
- Removed lingering #[Override] attribute
- PHP 8.2 support
- Prevent error in toast disposal when
$el
isnull
- Laravel 11 support
- Laravel 10 support
- PHP 8.3 support
- PHP 8.2 support
- Prevent unfinalize usage
- Add Octane support by @yehorherasymchuk in #23
- Dispatch events on the
document
node instead ofwindow
- Livewire 3 support
- Livewire 2 support
- RTL support
scope
thetoaster
service in order to support Laravel Octane
- Middle alignment by @aldozumaran in #9
- Register
ToastableMacros
with theRedirector
- (Performance) improvements
- Vertically alignable toast container
- Stable release