Nova Flexible Content Versions Save

Flexible Content & Repeater Fields for Laravel Nova

v0.2.14

1 year ago

Bug fixes:

Fix for RelationResolver error (Laravel v9.42.1) https://github.com/whitecube/nova-flexible-content/pull/421 - thanks @sdapkus

v1.0.6

1 year ago

Bug fixes:

  • Fix for RelationResolver error (Laravel v9.42.1) #420 - thanks @LTKort

v0.2.13

1 year ago

Tagged the wrong branch, apologies. No changes since v0.2.12

v0.2.12

1 year ago

Bug fixes:

  • Fixed "Undefined property $exists on Layout" #404 - Thanks @michaelchora

v0.2.11

1 year ago

Fixes PHP 8.1 warnings #401 - Thanks @fosron

v1.0.5

1 year ago

Bug fixes:

  • Fixed "Undefined property $exists on Layout" #403 - Thanks @Nks

v1.0.4

1 year ago

Bug fixes:

New features:

v1.0.3

1 year ago

Fixes:

  • use nova-kit/nova-packages-tool to update nova assets #387 - Thanks @mikaelpopowicz

v1.0.2

1 year ago

Bug fixes:

v1.0.1

1 year ago

New features:

  • Added support for dependsOn on flexible fields - Thanks @mikaelpopowicz #347
  • Automatically pin the dropdown menu to the top/bottom depending on available space in viewport - Thanks @harmenjanssen #313
  • Added possibility to pass a preset instance to the field's preset method - Thanks @Saifallak #332

Bug fixes:

  • Solved PHP 8 Warnings: JsonSerializable, ArrayAccess - Thanks @HenriqueSPin #371 #370
  • Fixed fully qualified names in docblocks - Thanks @nrueckmann