Releases: mvccore/ext-form
Releases · mvccore/ext-form
MvcCore - Extension - Form - v5.3.5
MvcCore - Extension - Form - v5.3.4
Updated
- Improved application security protection into more stable solution with multiple tokens.
- All PHP Docs types with
NULLchanged into?syntax.
MvcCore - Extension - Form - v5.3.3
Fixed
- Select option type detection with first
NULLrecord, - selected option detection for numeric option keys with
NULLand0.
MvcCore - Extension - Form - v5.3.2
Fixed
- PHP 8.4 compatibility on
\MvcCore\Ext\Form::__constructor().
MvcCore - Extension - Form - v5.3.1
Fixed
- PHP 8.4 compatibility.
MvcCore - Extension - Form - v5.3.0
Added
"prefer-stable": trueintocomposer.json.
Updated
- Compatibility with new route url completition and new view
rendering in MvcCore v5.3. - Internal view rendering methods.
Removed
- Path getters and setters, which have been moved into Application object.
- Form output type dependency to view DOCTYPE.
Output type depends now onContent-Typeheader only.
MvcCore - Extension - Form - v5.2.28
New
- Compatible updates for PHP 8.4,
- fields registering improvements,
- improved selected option recognition.
Full Changelog: v5.2.27...v5.2.28
MvcCore - Extension - Form - v5.2.27
New
$form->SetValues()withNULLcould empty field.- Fixed
NULLoptions.
Full Changelog: v5.2.26...v5.2.27
MvcCore - Extension - Form - v5.2.26
New
- Form fieldset rendering methods for custom fieldset rendering:
$fieldset->RenderBegin();- to manually render fieldset opening tag,$fieldset->RenderAttributes();- to manually render fieldset attributes part,$fieldset->RenderEnd();- to manually render fieldset closing tag.
MvcCore - Extension - Form - v5.2.25
Fixed
- Field attributes rendering with float values (
min,max,step...)