Skip to content

Releases: Cyber-Duck/FormBuilder-Laravel

0.63.0

02 Oct 11:49
23671cd
Compare
Choose a tag to compare

Laravel 10 compatibility

0.62.1

19 May 08:18
bd6c6af
Compare
Choose a tag to compare
Merge pull request #12 from Cyber-Duck/feature/filter-user-input

Update strip tags to check for arrays

0.62.0

13 Apr 08:26
b7f435f
Compare
Choose a tag to compare

What's Changed

  • Strip tags from all input values during form submission. by @joaodman in #11

New Contributors

Full Changelog: 0.61.5...0.62.0

0.61.5

26 Jul 11:43
5e8f3a5
Compare
Choose a tag to compare

Strip tags instead of escaping

0.61.4

25 Jul 10:23
e7ff497
Compare
Choose a tag to compare

Patch readonly-textarea

Changes to the textarea component

25 May 20:59
8af6afc
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.61.2...0.61.3

Update values output

09 May 09:27
4531a61
Compare
Choose a tag to compare

Update values output

Add Macroable to FormBuilder

07 Jun 16:30
4b23ae7
Compare
Choose a tag to compare
Add Macroable trait to FormBuilder

Allows us to extend functionality that is only used by some apps

Add coalescing operator for viewData property

02 Jun 07:20
8e1cc2f
Compare
Choose a tag to compare
0.60.0

Merge pull request #5 from Cyber-Duck/bugfix/fix-the-rule-editable-if…

Add ability to display form rows relying on role brand and curriculum type

19 May 11:51
ed6d555
Compare
Choose a tag to compare
0.59.0

Merge pull request #4 from Cyber-Duck/feature/add-ability-to-display-…