Bolt Releases Notes

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.

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 table borderless. 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

v3.0.69

What's Changed

  • add filament tools package

v3.0.68

What's Changed

  • fix exported values if they're arrays

v3.0.67

What's Changed

  • add HasRouteNamePrefix core trait

v3.0.66

What's Changed

  • [Feat] : Implement cachg mechanism for collection queries by @mohaphez

v3.0.65

What's Changed

  • feat: custom user model

Custom User Model:

By default Bolt will use this model to get the user fo:

config('auth.providers.users.model')

if you need to change this to use another model, add the followg your config file: zeus-bolt.php:

'models' => [
    //...
    'User' => AnotherUserModel::class,
],

v3.0.64

What's Changed

  • add the ability conditional visibility for paragraph field

v3.0.63

What's Changed

  • hide visibility on create form

v3.0.62

What's Changed

  • fix if the field is from a preset

v3.0.61

What's Changed

  • Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot
  • add loadg dicator for the form submit button

v3.0.60

What's Changed

  • Added Spanish translations by @dkstudio86

New Contributors

  • @dkstudio86 made their first contribution

v3.0.59

What's Changed

  • [Feature] Filament Modal Form Component by @mohaphez

v3.0.58

What's Changed

  • prevent delete if the form or response is lked to Extension

v3.0.57

What's Changed

  • up the accordion version

v3.0.56

What's Changed

  • set export toggle to yes no

Zeus is an open-source project. Thanks to my sponsors for helping me maintain this project.