Skip to content

Releases: whitecube/nova-page

Bug fixes

05 Mar 14:22
7c702d2
Compare
Choose a tag to compare

Bug fixes :

  • Fixed PHP8 error "Required parameter $closure follows optional parameter $date" - #76. Thanks @martijngastkemper

Bug fixes

16 Jun 19:05
Compare
Choose a tag to compare

Bug fixes:

  • Fixed static $model property issues. (#33 & #61)
  • Fixed deletion of files & images. #68 - Thanks @zippoxer
  • Fixed sidebar labels localization. #66 - Thanks @CaddyDz

New features & bug fixes

28 Feb 16:55
a5206e5
Compare
Choose a tag to compare

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

26 Jul 15:27
Compare
Choose a tag to compare

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, meaning Page::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

31 Mar 19:05
Compare
Choose a tag to compare
v0.2.2

Fixed ResourceUpdateController for Nova 2.0.1. Closes #28

Fixed nova search

11 Mar 09:54
Compare
Choose a tag to compare

Disabled globallySearchable on page resources to avoid breaking Laravel Nova's search, until we can fix the issue properly.

Nova 2.0 Compatibility

06 Mar 11:16
Compare
Choose a tag to compare

Added Laravel 5.8 & Nova 2.0 Compatibility
Added Database source

Bug fixes

15 Feb 14:44
Compare
Choose a tag to compare
v0.1.6

Refactored tests and started Filesystem class tests

Bug fixes

01 Feb 15:59
Compare
Choose a tag to compare
v0.1.3

Refactored tests and started Filesystem class tests

New HasJsonAttributes feature & bug fixs

06 Feb 18:22
Compare
Choose a tag to compare
v0.1.5

Fixed documentation Facade Methods