Releases: whitecube/nova-page
Releases · whitecube/nova-page
v0.3.8
What's Changed
- Use use statements for Arr and Str facades in
Pages/Templateby @theokbokki in #113
New Contributors
- @theokbokki made their first contribution in #113
Full Changelog: v0.3.7...v0.3.8
Laravel 11 compatibility
- Fixed composer dependencies for Laravel 11. Thanks @BenSampo !
Bug fix
- Fixed error
StaticResource::__construct(): Argument #1 ($resource) must be of type Template, Manager given.
v0.3.5
Full Changelog: v0.3.4...v0.3.5
v0.3.4
What's Changed
- Add preventsAccessingMissingAttributes method on template by @voidgraphics in #108
Full Changelog: v0.3.3...v0.3.4
Fixed forceFill bug on Nova 4.26.0
Bug fixes:
- #103 Thanks @GarethSomers
Dependencies update for L10
v0.3.2 Updated orchestra version for laravel 10
Bug fixs
Bug fixs:
- Fixed #94 causing eloquent errors when calling
existson the JSON Page Query Builder. Thanks @AbdullahGhanem & @wshurafa - Bump dependencies
Nova 4 support
Merge pull request #88 from whitecube/nova-4 Nova 4 support
Bug fix
- Fixed detail page - #81 #83. Thanks @thecaliskan