What's Changed
- [2.x] Ability to perform a SSR request without a bundle by @pascalbaljet in #751
- [2.x] Added
inertia:check-ssr
Artisan command andisHealthy()
method onHttpGateway
by @pascalbaljet in #752 - [2.x] Refactor
HttpGateway
by @pascalbaljet in #754 - [2.x] Support for checking if the component exists when rendering by @pascalbaljet in #749
- [2.x] Refactored
ssr.dispatch_without_bundle
tossr.ensure_bundle_exists
by @pascalbaljet in #755 - [2.x] Restore
testing.page_paths
andtesting.page_extensions
configs 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.md
by @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