Skip to content

Releases: kristijanhusak/laravel-form-builder

1.53.1

29 Apr 16:37
Compare
Choose a tag to compare
  • A possible fix for the "undefined function customLabel()" problem in some apps

1.53

23 Apr 11:01
8ef6b44
Compare
Choose a tag to compare
  • Laravel 11
  • CollectionType models
  • CollectionType labels
  • RepeatedType same rule
  • numeric pattern fix
  • ParentType enabled/disabled
  • customLabel macro/definition

1.52

15 Feb 15:29
Compare
Choose a tag to compare
  • laravel 10
  • label template

1.51.2

20 Sep 15:43
f070631
Compare
Choose a tag to compare
  • Fix deprecation message if str_replace receive a null value in FormHelper #689
  • CollectionType alterFieldValues() items indexes/keys bugfix #694

1.51

12 May 23:02
Compare
Choose a tag to compare
  • 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 and FormHelper classes, and more easily overridable plain Form class. See last ..._class options in config.php

1.50

12 May 22:55
5bd7546
Compare
Choose a tag to compare
  • 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 or 0 from getFieldValues() instead of being null when unchecked

Support Laravel 8

04 Nov 09:21
06b6773
Compare
Choose a tag to compare
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

06 Mar 21:32
b6a4c4a
Compare
Choose a tag to compare
Merge pull request #592 from mogic-le/parenttype-setoption-returnself

Make ParentType::setOption(s) return $this

Add support for Laravel 5.4

01 Feb 09:26
Compare
Choose a tag to compare
Merge pull request #310 from mauricius/issue307

Added Laravel 5.4 compatibility

Don't override existing aliases for Form and Html.

28 Feb 09:55
Compare
Choose a tag to compare
Merge pull request #50 from squigg/master

Don't override existing aliases for Form and Html