v4.0.11
What's Changed
- Remove afterValidate hooks from form pages by @Abdulmajeed-Jamaan
Changelogs and Releases Notes for Bolt: dynamic form builder for laravel to use in your app, with so many use cases as a filament plugin, the prefect google forms alternatives.
Concerns/Schema/Sections.php by @mnaderiannote if you're overwritg the view submitted.blade.php make sure to update it to last version
this the change:
{!! \LaraZeus\Bolt\Facades\Extensions::it($zeusForm, 'SubmittedRender', [
'extensionData' => $extensionData['extInfo']['itemId'] ?? 0,
'response' => $extensionData['response'],
]) !!}
this ternal change, but if you're usg custom designer, make sure to update the namespace.
if you want to use them your app, you can add them manually:
composer require codeat3/blade-iconpark
if you want to use them your app, you can add them manually:
composer require codeat3/blade-iconpark
composer require codeat3/blade-clarity-icons
if you're usg some of the plug configuration your panel provider, please check the updated methods
composer updatephp artisan vendor:publish --tag=zeus-bolt-migrations, there is a new column on section table borderless. For more fo check the #336