Releases: laravel/head
Releases · laravel/head
Release list
v0.2.1
Immutable
release. Only release title and notes can be modified.
What's Changed
- Fix Inertia middleware registration for resolved kernels by @benbjurstrom in #12
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Immutable
release. Only release title and notes can be modified.
What's Changed
- Support Inertia SSR gateway features by @benbjurstrom in #8
- Fix octane with inertia by @benbjurstrom in #9
- Remove dead use statements in InertiaTest by @lucasmichot in #11
- Fix link attribute injection by @lucasmichot in #10
New Contributors
- @lucasmichot made their first contribution in #11
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Immutable
release. Only release title and notes can be modified.
Initial Release
- Programmatically set
<head />meta tags directly from PHP - Set global, overridable, defaults
withHeadroute macro