Added
- Added component name in the Livewire ajax request path for easy identification within dev tools. Thanks to @tillkruss
Fixed
- Root elements now will react to changes (like toggling a class on a root component's element)
- Livewire requests will disable Laravel's TrimStrings and ConvertEmptyStringsToNull middlewares so that the data doesn't get messed with and cause exceptions to get thrown.