You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Inertia now redirects back by default when no response is returned from a controller ([#350](https://github.com/inertiajs/inertia-laravel/pull/350))
13
+
- The Middleware has an overrideable `onEmptyResponse` hook to customize the default 'redirect back' behaviour ([#350](https://github.com/inertiajs/inertia-laravel/pull/350))
14
+
15
+
### Changed
16
+
17
+
- Internal: Replaced the Middleware's `checkVersion` method with an `onVersionChange` hook ([#350](https://github.com/inertiajs/inertia-laravel/pull/350))
0 commit comments