Skip to content

Releases: lara-zeus/bolt

v3.0.29

27 Mar 23:04
ecb52b3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.28...v3.0.29

v3.0.28

26 Mar 06:39
b44a318
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: v3.0.27...v3.0.28

v3.0.27

14 Mar 14:20
bd1ef0c
Compare
Choose a tag to compare

What's Changed

  • updating laravel trend to support laravel 11 by @atmonshi in #263

Full Changelog: v3.0.26...v3.0.27

v3.0.26

07 Mar 14:39
34acaaa
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.25...v3.0.26

v3.0.25

02 Mar 01:06
32267d0
Compare
Choose a tag to compare

What's Changed

Breaking change:

I added a new trait for getting 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

Full Changelog: v3.0.24...v3.0.25

v3.0.24

01 Mar 15:36
5a30eeb
Compare
Choose a tag to compare

What's Changed

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

New Contributors

Full Changelog: v3.0.23...v3.0.24

v3.0.23

16 Feb 17:38
1818bbd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.22...v3.0.23

v3.0.22

13 Feb 15:33
867a565
Compare
Choose a tag to compare

What's Changed

  • hide FileUpload Fields from the response table and improve UI for view response by @atmonshi in #257

Full Changelog: v3.0.21...v3.0.22

v3.0.21

10 Feb 18:38
e5aa12d
Compare
Choose a tag to compare

What's Changed

  • add list for all forms links connected to an ext by @atmonshi in #255

Full Changelog: v3.0.20...v3.0.21

v3.0.20

10 Feb 09:14
df50574
Compare
Choose a tag to compare

What's Changed

  • adding getGloballySearchableAttributes configuration by @atmonshi in #254

Full Changelog: v3.0.19...v3.0.20