Skip to content

Releases: whitecube/nova-flexible-content

Bug fixes

17 Jun 14:12
d5ff8d5
Compare
Choose a tag to compare
  • Fixed closure context binding bugs when cloning fields during layout duplication.

Bug fixes & features

09 Jun 12:00
244a19f
Compare
Choose a tag to compare

Fixes:

Features:

Fix for nested flexible fields

04 May 15:23
Compare
Choose a tag to compare

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

03 May 14:53
Compare
Choose a tag to compare

This release fixes compatibility with spatie/laravel-medialibrary using ebess/advanced-nova-media-library along with other bugs.

Fixes:

Please report any bugs you find!

Added Casts [Laravel 7]

29 Apr 13:55
9b99e43
Compare
Choose a tag to compare

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

12 Mar 08:45
1351e8b
Compare
Choose a tag to compare

Fixed layout indexes after collection filtering in default resolver - Thanks @zareismail.

Updated assets

27 Jan 14:34
ad88a64
Compare
Choose a tag to compare

Forgot to add compiled assets to v0.1.14

Bug fixes

27 Jan 13:55
a1faca8
Compare
Choose a tag to compare

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

05 Jan 08:37
11e3b20
Compare
Choose a tag to compare

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

Bug fixes

29 Aug 12:12
Compare
Choose a tag to compare

Bug fixes:

  • Fixed missing button types in form group view - #70
  • Fixed layouts dropdown limiting to 3 choices without inner scroll - #66
  • Fixed bad typehints in transformFlexibleErrors - #67