Releases: dewsign/nova-repeater-blocks
Return resolvable attribute
Polymorphic relation redundancy with graceful failure
Release adds graceful failure to Polymorphic relations
What's Changed
New Contributors
Full Changelog: v1.8.9...v1.9.0
Improvements to search results
v1.8.8 1.8.8
Work around issue with naming
v1.8.4 1.8.4
Laravel 6 compatibility
v1.8.0 1.8.0
Repeater json directive
Added a helper for json output (Handy for Javascript front ends). Same as before, just pass the model in to generate json output.
@repeaterjson($model)Added a fallback for `viewable` on RepeatableBelongsTo field.
Added a fallback for $this->viewable on the RepeatableBelongsTo field. We missed this during the upgrade to Nova 2.0.
Delete image when repeater block is deleted
Previously, when deleting a repeater image block, the source file was not deleted. This addresses that issue and deletes the source file through the ImageProcessor. This makes is super easy to customise the delete functionality for remote drivers such as Cloudinary.
Important: If you created your own ImageProcessors and these do not extend the packages base image processor you will need to update them to ensure that they either extend Dewsign\NovaRepeaterBlocks\Processors\ImageProcessor or include a static delete method as shown in the Readme.