Releases: phpfui/phpfui
Releases · phpfui/phpfui
Reverting AutoComplete update
PHP 8.5
AJAX class allows url to be specified
V6.3.8 AJAX class can specify url
Allow FontAwesome 7
V6.3.7 Allow FontAwesome 7
Just suggest recaptcha
- Use phpfui/recaptcha instead of google/recaptcha for PHP 8.4 support
- Suggest recaptcha instead of requiring it
- Use proposed PSR standard for captcha
Prevent random drops on ToFromList
- Better drop request filtering for ToFromList
- Upgrade to PHPUnit 12
PHP 8.4 support for google/recaptcha
Use 8.4 version of google's recaptcha
PHP 8.4 Support
V6.3.3 PHP 8.4 Support
AutoComplete clears input on no selection
- AutoComplete will clear the input field when no option is chosen. Previously you had to select something, then invalidate it to clear the field
- AutoComplete now allows for setting and clearing options
- Updated the SlickSlider and AutoComplete JavaScript libraries
Input\SelectEnum
- Input\SelectEnum constructs a Select input from a backed enum using the names for the options. Words are split by _ and properly cased and presented in the order of the enum.