Bolt Releases Notes
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.
v4.0.8
What's Changed
- Remove bg-primary-500 from color picker button by @Abdulmajeed-Jamaan
v4.0.7
What's Changed
- Fix/support custom toggle colors by @Abdulmajeed-Jamaan
v4.0.6
What's Changed
- Fix order of field options validation by @Abdulmajeed-Jamaan
- Feat: support enums as data source by @Abdulmajeed-Jamaan
- improve UX addg the field name and section to the field options modal
- Bump actions/checkout from 5 to 6 by @dependabot[bot]
v4.0.5
What's Changed
- Bump stefanzweifel/git-auto-commit-action from 6 to 7 by @dependabot[bot]
- fix: test case by @Abdulmajeed-Jamaan
- fix: context handlg EditForm field actions by @Abdulmajeed-Jamaan
- Update property types Form and SetResponseStatus by @Abdulmajeed-Jamaan
- fix checkg for confirmation message & @Abdulmajeed-Jamaan
v4.0.4
What's Changed
- fix show form as wizerd
- update the Extension docs
v4.0.3
What's Changed
- fix: field type search result by @Abdulmajeed-Jamaan
- fix(tests): reorder providers as mentioned by dan by @Abdulmajeed-Jamaan
- fix: lazy loadg when data already eager loaded by @Abdulmajeed-Jamaan
- fix: trigger form fields options validation by @Abdulmajeed-Jamaan
v3.0.89
What's Changed
- Bump stefanzweifel/git-auto-commit-action from 5 to 6 by @dependabot[bot]
- Bump aglipanci/laravel-pt-action from 2.5 to 2.6 by @dependabot[bot]
- Bump actions/checkout from 4 to 5 by @dependabot[bot]
- [v3] fix: lazy loadg when data already eager loaded
v4.0.2
What's Changed
- fix: advanced date field bug by @Abdulmajeed-Jamaan
New Contributors
- @Abdulmajeed-Jamaan made their first contribution
v4.0.1
What's Changed
- Support actions on the form page by @kyles71
New Contributors
- @kyles71 made their first contribution
v4.0.0
What's Changed
- add is active field
- fix export responses
- Bump stefanzweifel/git-auto-commit-action from 5 to 6 by @dependabot[bot]
- Bump aglipanci/laravel-pt-action from 2.5 to 2.6 by @dependabot[bot]
- Bump actions/checkout from 4 to 5 by @dependabot[bot]
v3.0.88
What's Changed
- Hide the open lk when usg extensions by @edjeavons
v3.0.87
What's Changed
- Use model override when viewg responses by @edjeavons
New Contributors
- @edjeavons made their first contribution
v3.0.86
What's Changed
- Bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 by @dependabot
- update docs
v3.0.85
What's Changed
- pass the response to the Extensions SubmittedRender
note 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'],
]) !!}
v3.0.84
What's Changed
- change Designer trait to class
this ternal change, but if you're usg custom designer, make sure to update the namespace.
v3.0.83
What's Changed
- add new export action to support queues
v3.0.82
What's Changed
- fix handlg preset datasource
v3.0.81
What's Changed
- Cache preset
v3.0.80
What's Changed
- fixes and improvements for Grade preset
v3.0.79
What's Changed
- fix test
- fix loadg size
v3.0.78
What's Changed
- remove iconpark
if you want to use them your app, you can add them manually:
composer require codeat3/blade-iconpark
v3.0.77
What's Changed
- refactor configuration
- remove clarity icons
Icons:
if you want to use them your app, you can add them manually:
composer require codeat3/blade-iconpark
composer require codeat3/blade-clarity-icons
methods:
if you're usg some of the plug configuration your panel provider, please check the updated methods
v3.0.76
What's Changed
- fix duplicated column borderless
v3.0.75
What's Changed
- fix core trait
v3.0.74
What's Changed
- add support for laravel 12
v3.0.73
What's Changed
- Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 by @dependabot
- Bump aglipanci/laravel-pt-action from 2.4 to 2.5 by @dependabot
- make searchg case sensitive
v3.0.72
What's Changed
- Update composer.lock
- Allow sections to be styled as a Grid component stead of a Section by @holmesadam
to update:
- run:
composer update - run:
php artisan vendor:publish --tag=zeus-bolt-migrations, there is a new column on section tableborderless. For more fo check the #336
v3.0.71
What's Changed
- When clong, merge all the options from the origal item by @holmesadam
- Fix issue with clong form fields by @holmesadam
- Fix conditional visibility when relyg on a toggle field beg false by @holmesadam
- Don't use the ht text the tooltip by @holmesadam
- Allow label to be hidden on all fields by @holmesadam
- Fix issue with le not workg on Toggle by @holmesadam
v3.0.70
What's Changed
- Update documentation to fix typos and update consistency by @holmesadam
- Support for downloadg File Uploads to Private Filedisks by @aSeriousDeveloper
New Contributors
- @holmesadam made their first contribution
- @aSeriousDeveloper made their first contribution