Releases: kristijanhusak/laravel-form-builder
Releases · kristijanhusak/laravel-form-builder
1.54.0
1.53.1
- A possible fix for the "undefined function
customLabel()" problem in some apps
1.53
- Laravel 11
- CollectionType models
- CollectionType labels
- RepeatedType
samerule - numeric pattern fix
- ParentType enabled/disabled
- customLabel macro/definition
1.52
- laravel 10
- label template
1.51.2
1.51
option_attributesfor options in select, radios, checkboxes- Child forms in collections do
alterFieldValues() - Number of validated collection items are restricted according to collection field config and input/data
- Overridable
FormBuilderandFormHelperclasses, and more easily overridable plainFormclass. See last..._classoptions inconfig.php
1.50
- Laravel 9 support
- Collection items models are kept during validation and after errors (instead of everything turning into arrays)
- Configurable help block tag (default
<p>) - Don't validate and return disabled fields
- Checkbox fields are forced into
1or0fromgetFieldValues()instead of beingnullwhen unchecked
Support Laravel 8
Merge pull request #621 from rudiedirkx/collection-property-bug-620 Fixes bug from #620 introduced in #598: general field option 'property' clashes with collection field
Support Laravel 7
Merge pull request #592 from mogic-le/parenttype-setoption-returnself Make ParentType::setOption(s) return $this
Add support for Laravel 5.4
Merge pull request #310 from mauricius/issue307 Added Laravel 5.4 compatibility