Releases: inertiajs/inertia-laravel
Releases · inertiajs/inertia-laravel
v2.0.11
What's Changed
- Add PHP 8.5 to test matrix by @pascalbaljet in #787
- Support for multiple validation errors per field by @pascalbaljet in #784
- Handle array inputs in reloadOnly and reloadExcept by @hosmelq in #792
- Handle Connection Exceptions During Health Checks by @Magnesium38 in #786
New Contributors
- @Magnesium38 made their first contribution in #786
Full Changelog: v2.0.10...v2.0.11
v2.0.10
What's Changed
- Include
scrollPropsmetadata when prop is requested to reset by @pascalbaljet in #781
Full Changelog: v2.0.9...v2.0.10
v2.0.9
What's Changed
- Add docblock to Inertia Facade for
scrollby @joetannenbaum in #780
Full Changelog: v2.0.8...v2.0.9
v2.0.8
What's Changed
- More fine-grained control for
Inertia::merge()and a newInertia::scroll()by @pascalbaljet in #774
Full Changelog: v2.0.7...v2.0.8
v2.0.7
What's Changed
- Added
loadDeferredProps()method toAssertableInertiaclass by @pascalbaljet in #779
Full Changelog: v2.0.6...v2.0.7
v2.0.6
What's Changed
- Add encrypt history middleware that follows laravel naming conventions by @taylorotwell in #773
New Contributors
- @taylorotwell made their first contribution in #773
Full Changelog: v2.0.5...v2.0.6
v2.0.5
What's Changed
- [2.x] Improve inertia helper docblock by @mtlukaszczyk in #766
- [2.x] Introduce
ProvidesInertiaPropinterface by @pascalbaljet in #746 - [2.x] Introduce ProvidesInertiaProps interface by @pascalbaljet in #769
- Introduce PHPStan + improve DocBlocks by @pascalbaljet in #768
New Contributors
- @mtlukaszczyk made their first contribution in #766
Full Changelog: v2.0.4...v2.0.5
v2.0.4
What's Changed
- [2.x] Ability to perform a SSR request without a bundle by @pascalbaljet in #751
- [2.x] Added
inertia:check-ssrArtisan command andisHealthy()method onHttpGatewayby @pascalbaljet in #752 - [2.x] Refactor
HttpGatewayby @pascalbaljet in #754 - [2.x] Support for checking if the component exists when rendering by @pascalbaljet in #749
- [2.x] Refactored
ssr.dispatch_without_bundletossr.ensure_bundle_existsby @pascalbaljet in #755 - [2.x] Restore
testing.page_pathsandtesting.page_extensionsconfigs by @pascalbaljet in #756 - GitHub issue template by @pascalbaljet in #757
- update return type in Middleware share method by @hosmelq in #758
- Fix project name in
SECURITY.mdby @duncanmcclean in #759 - [2.x] Remove old version checks by @pascalbaljet in #763
New Contributors
- @hosmelq made their first contribution in #758
- @duncanmcclean made their first contribution in #759
Full Changelog: v2.0.3...v2.0.4
v2.0.3
What's Changed
- Run tests on Ubuntu 24.04 by @pascalbaljet in #735
- Improve URL handling with support for trailing slashes by @ljbw in #731
- [2.x] Remove old LegacyTestResponse by @nshiro in #736
- [2.x] Introduce inertiaProps Method in TestResponseMacros for Improved Inertia.js Testing by @ashokatheheroo in #700
- [2.x] Remove check for
TestResponsefrom Laravel <= 6.0 by @pascalbaljet in #743 - [2.x] Check Vite manifest before Mix manifest by @pascalbaljet in #737
- [2.x] Remove IDE helpers by @ycs77 in #675
- [2.x] Allow deepMerge on custom properties by @mpociot in #732
- [2.x] Test helper for partial requests by @pascalbaljet in #738
- [2.x] Support for a custom URL resolver by @pascalbaljet in #739
- [2.x] Keep only partial data in mergeProps by @vinnygambiny in #745
- [2.x] Refactor
mergeStrategiesargument tomatchOn()method by @pascalbaljet in #747
New Contributors
- @ljbw made their first contribution in #731
- @nshiro made their first contribution in #736
- @ashokatheheroo made their first contribution in #700
- @mpociot made their first contribution in #732
- @vinnygambiny made their first contribution in #745
Full Changelog: v2.0.2...v2.0.3
v1.3.3
What's Changed
- [1.x] Supports Laravel 12 by @crynobone in #708
- Update versioning in middleware by @RobertBoes in #658
- [1.x] Run tests on Ubuntu 24.04 by @pascalbaljet in #742
- [1.x] Remove IDE helpers by @ycs77 in #740
Full Changelog: v1.3.2...v1.3.3