Releases: lara-zeus/bolt
Releases · lara-zeus/bolt
v3.0.72
What's Changed
- Update composer.lock by @atmonshi in #343
- Allow sections to be styled as a Grid component instead of a Section by @holmesadam in #336
to update:
- run:
composer update
- run:
php artisan vendor:publish --tag=zeus-bolt-migrations
, there is a new column on section tableborderless
. For more info check the #336
Full Changelog: v3.0.71...v3.0.72
v3.0.71
What's Changed
- When cloning, merge in all the options from the original item by @holmesadam in #340
- Fix issue with cloning form fields by @holmesadam in #338
- Fix conditional visibility when relying on a toggle field being false by @holmesadam in #339
- Don't use the hint text in the tooltip by @holmesadam in #342
- Allow label to be hidden on all fields by @holmesadam in #341
- Fix issue with inline not working on Toggle by @holmesadam in #337
Full Changelog: v3.0.70...v3.0.71
v3.0.70
What's Changed
- Update documentation to fix typos and update consistency by @holmesadam in #333
- Support for downloading File Uploads to Private Filedisks by @aSeriousDeveloper in #334
New Contributors
- @holmesadam made their first contribution in #333
- @aSeriousDeveloper made their first contribution in #334
Full Changelog: v3.0.69...v3.0.70
v3.0.69
v3.0.68
v3.0.67
v3.0.66
v3.0.65
What's Changed
Custom User Model:
By default Bolt will use this model to get the user info:
config('auth.providers.users.model')
if you need to change this to use another model, add the following in your config file: zeus-bolt.php
:
'models' => [
//...
'User' => AnotherUserModel::class,
],
Full Changelog: v3.0.64...v3.0.65