variety of premium plugins

Learn More
Bolt Releases Notes

Bolt Releases Notes

Changelogs and Releases Notes for Bolt: Form builder for your users, with so many use cases as a filament plugin, the prefect google forms alternatives.

Running Lara Zeus packages and the website doesn't come for free. You can help support us by checking out relevant sponsors from the banner above.

v3.0.37

What's Changed

  • [Feature] Add getQuery Method by @mohaphez

v3.0.36

What's Changed

  • Bump aglipanci/laravel-pt-action from 2.3.1 to 2.4 by @dependabot
  • [Feature] Configuration Enhancement: Enable customization of the collectors paths for fields and datasources by @mohaphez

New Contributors

  • @mohaphez made their first contribution

v3.0.35

What's Changed

  • check for policies create option for Collection and Category

v3.0.34

What's Changed

  • fix datasource checklist
    fix datasource checklist

v3.0.33

What's Changed

  • Ditch type ht

v3.0.32

What's Changed

  • Fix category tenant

v3.0.31

What's Changed

  • improve toggle options addg color and le. fix section visibility

v3.0.30

What's Changed

  • remove column classes browse entries

v3.0.29

What's Changed

  • add sticky form actions

v3.0.28

What's Changed

  • Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot
  • Fix section icon when shoe the form as a page

v3.0.27

What's Changed

  • updatg laravel trend to support laravel 11

v3.0.26

What's Changed

  • Bump ramsey/composer-stall from 2 to 3 by @dependabot
  • better response preview for Textarea field

v3.0.25

What's Changed

  • addg a new trait for user attribute

Breakg change:

I added a new trait for gettg the user name

so you have to add this to your user model:

use \LaraZeus\Bolt\Models\Concerns\BelongToBolt;

This will allow you to get the user name by another attribute like full_name

v3.0.24

What's Changed

  • Update fill-forms.blade.php fix for livewire by @brkfun

New Contributors

  • @brkfun made their first contribution

v3.0.23

What's Changed

  • improve stall command

v3.0.22

What's Changed

  • hide FileUpload Fields from the response table and improve UI for view response

v3.0.21

What's Changed

  • add list for all forms lks connected to an ext

v3.0.20

What's Changed

  • addg getGloballySearchableAttributes configuration

v3.0.19

What's Changed

  • implementg filament export

now you can export responses usg filament export and you can remove the fork for alperenersoy/filament-export

v3.0.18

What's Changed

  • add missg translation form email

v3.0.17

What's Changed

  • fix slot name for sections

v3.0.16

What's Changed

  • get the default format from Infolist::$defaultDateDisplayFormat
  • add more translation

v3.0.15

What's Changed

  • Embed with extension and allow to customize the user attribute

v3.0.14

What's Changed

  • Change form layout to improve UX

v3.0.13

What's Changed

  • improve toggle Entries Report

v3.0.12

What's Changed

  • add configuration to set database prefix

make sure to add the config key: 'table-prefix' => 'bolt_', to zeus-bolt config file, and if you don't need to use a prefix, keep the table-prefix empty.

v3.0.11

What's Changed

  • add new status for thunder: open, and fix the default status icon

v3.0.10

What's Changed

  • Field type selector with icons and descriptions
Screenshot 2024-01-15 at 3 09 41 AM

v3.0.9

What's Changed

  • remove deprecated configuration methods

v3.0.8

What's Changed

  • add confirmation before runng the migration