Releases: whitecube/nova-flexible-content
Releases · whitecube/nova-flexible-content
Bug fixes
- Fixed closure context binding bugs when cloning fields during layout duplication.
Bug fixes & features
Fixes:
- Fix bug on Currency field (fixed #166) - #177 Thanks @jeffreydevreede
- Fix validation errors not showing - #162 Thanks @adriaanzon @mikaelpopowicz
- Partial fix for conditional field displays - #167
Features:
- Layouts now display their position number - #186 Thanks @mikaelpopowicz
Fix for nested flexible fields
Quick patch for a bug with nested flexible fields that was introduced with the support of nova-advanced-media-library.
Bug fixes - ebess/advanced-nova-media-library compatibility
This release fixes compatibility with spatie/laravel-medialibrary
using ebess/advanced-nova-media-library
along with other bugs.
Fixes:
- Prevent creating a loop between model and trait. #158 - Thanks @rway7
- Fix for when value is instance of collection. #161 - Thanks @adriaanzon
- Fix for new class names in spatie/laravel-medialibrary v8 - #173
- Fix for linking laravel-medialibrary media to flexible layouts. #71 - Thanks @GarethSomers
- Fix for Call to a member function getMedia() on array, on resource detail #153 #170 - Thanks @zareismail
- Added docs for usage with ebess/advanced-nova-media-library 202706f
Please report any bugs you find!
Added Casts [Laravel 7]
The new recommended way to use Flexible fields is with casts, introduced in Laravel 7!
This is not a breaking change. The previous way, using the HasFlexible
trait, is unchanged.
View a quick rundown of how it works in the readme, or view the full docs.
Bug Fix
Fixed layout indexes after collection filtering in default resolver - Thanks @zareismail.
Updated assets
Forgot to add compiled assets to v0.1.14
Bug fixes
Compatibility
- Fixed field usage when nested inside other JSON fields - #131. Thanks @bernhardh.
- Fixed support for nova-multiselect-field - #139 Thanks @Tarpsvo
New features & Bug fixes
Bug fixes:
- Fixed collapsible fields not allowing WYSIWYG rendering when hidden #86 - Thanks @GarethSomers
- Respect field readonly flag #89 - Thanks @chrisneal
- Support displayUsing() callback for fields inside a Layout #30 - Thanks @Tarpsvo
- Fixed inability to download files uploaded within a flexible field #115 - Thanks @ChrisAluani
- Fixed layouts list dropdown position #116 - Thanks @kaanosman
New features:
- Allow user to pass in pre-initialized layout object to addLayout #90 - Thanks @chrisneal
- Allow for "Searchable" (or custom)
add layout
menu components #128 - Thanks @happyDemon - Add customizable modal for when deleting a group #109 - Thanks @chrisneal
- Add resolvable parameters to the
preset()
method #114 - Thanks @vlinde