Releases: whitecube/nova-page
Releases · whitecube/nova-page
Bug fixes
Bug fixes :
- Fixed PHP8 error "Required parameter $closure follows optional parameter $date" - #76. Thanks @martijngastkemper
Bug fixes
New features & bug fixes
New features:
- Added ability to overwrite the PageResource and OptionResource class #45 - Thanks to @GarethSomers
- Register templates into the Laravel service container as well #48 - Thanks @zippoxer
- Displayed strings are now translatable - Thanks @Jaspur
Bug fixes:
- Fixed missing edit button on pages where a Panel was used - #32
New feature & bug fixes
New Feature - Option Templates:
- Option Templates can be created as regular Templates and registered with the
option
type, which makes them loadable on request. - Options can be accessed using the new
Page::option($name)
method or@option($key)
Blade directive.
Exceptions behavior changes:
- Templates are now loaded with
$throwOnMissing
set to false, meaningPage::get($attribute)
will fail silently by default. - The
$throwOnMissing
parameter has been maintained in order to provide an easy way to achieve the previous behavior.
Fixed resource updating in Nova 2.0.1
v0.2.2 Fixed ResourceUpdateController for Nova 2.0.1. Closes #28
Fixed nova search
Disabled globallySearchable
on page resources to avoid breaking Laravel Nova's search, until we can fix the issue properly.
Nova 2.0 Compatibility
Added Laravel 5.8 & Nova 2.0 Compatibility
Added Database source
Bug fixes
v0.1.6 Refactored tests and started Filesystem class tests
Bug fixes
v0.1.3 Refactored tests and started Filesystem class tests
New HasJsonAttributes feature & bug fixs
v0.1.5 Fixed documentation Facade Methods