Releases: kristijanhusak/laravel-form-builder
Releases · kristijanhusak/laravel-form-builder
1.53.1
1.53
- Laravel 11
- CollectionType models
- CollectionType labels
- RepeatedType
same
rule - numeric pattern fix
- ParentType enabled/disabled
- customLabel macro/definition
1.52
- laravel 10
- label template
1.51.2
1.51
option_attributes
for 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
FormBuilder
andFormHelper
classes, and more easily overridable plainForm
class. See last..._class
options 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
1
or0
fromgetFieldValues()
instead of beingnull
when 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
Don't override existing aliases for Form and Html.
Merge pull request #50 from squigg/master Don't override existing aliases for Form and Html