Releases: mvccore/ext-form
Releases · mvccore/ext-form
MvcCore - Extension - Form - v5.3.0
Added
"prefer-stable": true
intocomposer.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-Type
header 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()
withNULL
could empty field.- Fixed
NULL
options.
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
...)
MvcCore - Extension - Form - v5.2.23
Fixed
- Dispatching states for automatically created form instances.
Full Changelog: v5.2.22...v5.2.23
MvcCore - Extension - Form - v5.2.22
MvcCore - Extension - Form - v5.2.21
Fixed
- Fixed
Init()
andPreDispatch()
methods dispatching with correct$submit
boolean argument. - Fixed view store setup.
Full Changelog: v5.2.20...v5.2.21
MvcCore - Extension - Form - v5.2.20
Changed
- Internal dispatching changes for MvcCore v5.2.33 compatibility.
- Dispatching methods moved to trait
\MvcCore\Ext\Form\Dispatching.php
.
MvcCore - Extension - Form - v5.2.19
New
- Field method
GetFlattenOptions()
in traitOptions
now accept second argument
to return option values as originally configurated arrays.
Full Changelog: v5.2.18...v5.2.19