Skip to content

Releases: whitecube/nova-flexible-content

Bug fixes

13 Aug 12:30
Compare
Choose a tag to compare

Bug fixes

  • Fixed submitted Flexible values parsing when multiple Flexible fields are defined inside a single nested Flexible Layout. #53

New Features & Bug Fixes

09 Aug 18:20
Compare
Choose a tag to compare

New Features & Improvements

  • Validation. Yup. It's all covered :
    • Flexible fields are now validated as arrays, meaning rules such as min:2, max:5, ... are now working as expected
    • The rules of fields defined inside the Flexible's layouts are now also executed and their validation errors are correctly displayed. Validation is even working in nested Flexible fields.
  • Layouts can now show a confirmation prompt before deleting - #43
  • Flexible fields are now hidden on Index pages by default. No need to call hideFromIndex() every time anymore!
  • Layouts are now implementing ArrayAccess like Models.
  • You can now specify a maximum number of layouts

Bug fixes

  • Flexible fields now display their values correctly in Form and Detail views.
  • Layouts without title (which could be the case when using the field as a simple repeatable field) do not display an empty title element in Nova's UI ;
  • Applying rules(['required']) on a Flexible Field will now work as expected when no layouts have been added ;
  • DateTime fields should not throw an exception anymore when resolving or updating their value (take a look at #14 for more information).
  • Value resolver now can handle collections - #49

Fixed compatibility with some packages

04 Jul 13:33
Compare
Choose a tag to compare

Fixed nested Flexible fields in Nova 2.0.5

23 May 09:42
Compare
Choose a tag to compare
v0.1.6

Merge branch 'master' of github.com:whitecube/nova-flexible-content

Fixed nested Flexible fields in Nova 2.0.3

02 May 12:23
Compare
Choose a tag to compare
v0.1.5

Fixed nested flexible fields in Nova 2.0.3

Fixed nested file fields on resource update

04 Apr 19:51
Compare
Choose a tag to compare
  • Fixed #9 (File fields are not emptied anymore when updating the resource)
  • Enhanced field resolving perfs

Fixed nested file fields

04 Apr 13:02
Compare
Choose a tag to compare

Bug fixes

07 Mar 23:30
Compare
Choose a tag to compare
v0.1.2

Fixed group values persistance after group key change

Nested complex fields support & bug fixes

07 Mar 21:57
Compare
Choose a tag to compare
  • Flexible fields can now be nested ;
  • Complex fields (returning serializable data) are now supported in Flexible Layouts as long as they do not json_encode their data ;
  • A few bug fixes (better unique key generation for Flexible values).

First official release

05 Mar 14:24
Compare
Choose a tag to compare

Laravel Nova Flexible Content for Laravel 5.7 and Nova <2.0.