Releases · validformbuilder/validformbuilder · GitHub
Skip to content

Releases: validformbuilder/validformbuilder

Improve documentation and add support for /u flag

09 Apr 19:54

Choose a tag to compare

v5.3.2

fix: remove incorrect version from composer

Add new min and max value validation for numeric fields

29 Jan 16:01
dccd3d5

Choose a tag to compare

v5.3.0

Add support for min and max value validation

Add getLastFieldset method and internal reference to the base form

30 Dec 18:45
b78198d

Choose a tag to compare

refactor: add getLastFieldset method to ValidForm

Also adds the ValidForm object to child elements using the “parent” meta.

Add new validation rule for select, radio buttons and checkboxes

09 May 20:36

Choose a tag to compare

The new "onlyListItems" validation rule with matching "onlyListItemsError" an be used to check the input value against all provided list item values. List items are used in Select fields, Radio buttons and Checkboxes.

First PHP 8 compatible version

18 Jan 12:46

Choose a tag to compare

v5.0.0

refactor: support for version8

Overly eager preparation fix for PHP 8.1

27 Dec 03:42

Choose a tag to compare

v4.8.1

refactor: fix overly eager preparation for PHP 8.1

Preparations for PHP 8

24 Dec 21:14

Choose a tag to compare

v4.8.0

refactor: update PHP requirement to v7.3

Adds "external validation" support

28 Jan 21:08
be8f1b8

Choose a tag to compare

External validation is supported on the PHP side using a callable and on the Javascript side using a global accessible method.

Minor improvement for override errors

03 Apr 18:35
19f477c

Choose a tag to compare

All possible cases are now handled

Bug fix release

27 Sep 20:11
82981e4

Choose a tag to compare

Merge pull request #140 from flangfeldt/master

Fix a bug in toHtml for dynamic Areas