Releases: TappNetwork/Filament-Form-Builder
Releases · TappNetwork/Filament-Form-Builder
v1.51
Full Changelog: v1.43...v1.51
v1.42
What's Changed
- Laravel 12 Support by @swilla in #6
- Bump dependabot/fetch-metadata from 1.6.0 to 2.3.0 by @dependabot in #7
- Bump aglipanci/laravel-pint-action from 2.4 to 2.5 by @dependabot in #8
- add event and layouts for public forms by @scottgrayson in #10
- Can we add a preview cu 868cwr2en by @johnwesely in #11
- File Uploads by @scottgrayson in #12
- Bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 by @dependabot in #13
- Middleware for form show that handles guest entries by @scottgrayson in #14
New Contributors
- @dependabot made their first contribution in #7
- @scottgrayson made their first contribution in #10
Full Changelog: v1.41...v1.42
v1.41
Fix bug with single select fields when multi select fields were introduced.
v1.40
Adds support for Select()->multiple() fields.
v1.31
Actually commit changes described in last release
v1.30
Fixes a bug with copy action
v1.29
This release add a copy action for filament forms.
v1.28
Makes type field required when creating a field.
v1.27
Add 'fb-form-user-container' class for styling form results container.
v1.26
Sends id of saved entry instead of entry itself when entrySaved event is dispatched to resolve intermittent error with laravel model biding on event consumption.