What's Changed
- [3.x] Drop support for Laravel 10 and PHP 8.1 by @pascalbaljet in #789
- [3.x] Remove deprecated
LazyPropandInertia\Testing\Concerns\*classes by @pascalbaljet in #790 - [3.x] Drop unreleased cacheFor functionality by @skryukov in #795
- [3.x] Add middleware priority by @pascalbaljet in #801
- [3.x] Remove
$groupproperty from DeferProp by @pascalbaljet in #812 - [3.x] Add Backed Enum Support to Inertia::render() by @onairmarc in #770
- [3.x] Refactor
SessionKeyfrom enum to class by @pascalbaljet in #819 - [3.x] Clean up config file structure by @pascalbaljet in #824
- [3.x] SSR support in Vite development mode by @pascalbaljet in #817
- [3.x] Disable SSR on specific routes by @pascalbaljet in #818
- [3.x] Exception handling via
Inertia::handleExceptionsUsing()by @pascalbaljet in #823 - [3.x] Remove
pages.use_data_attribute_for_initial_pageconfig by @pascalbaljet in #826 - [3.x] Retain URL fragment across redirects by @pascalbaljet in #829
- [3.x] Hash fragment redirect support by @pascalbaljet in #830
- [3.x] Support nested prop types, closures, and property providers by @pascalbaljet in #831
- [3.x] Make
clearHistoryandencryptHistoryoptional in page object by @pascalbaljet in #834 - [3.x] Expose shared prop keys in page response by @pascalbaljet in #833
New Contributors
- @onairmarc made their first contribution in #770
Full Changelog: v2.0.20...v3.0.0-beta1