Releases: lara-zeus/bolt
Releases · lara-zeus/bolt
v3.0.29
v3.0.28
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
v3.0.26
What's Changed
- Bump ramsey/composer-install from 2 to 3 by @dependabot in #261
- better response preview for Textarea field by @atmonshi in #262
Full Changelog: v3.0.25...v3.0.26
v3.0.25
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