Skip to content

Releases: mvccore/ext-form

MvcCore - Extension - Form - v5.3.0

21 Nov 15:59
Compare
Choose a tag to compare

Added

  • "prefer-stable": true into composer.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 on Content-Type header only.

MvcCore - Extension - Form - v5.2.28

08 Oct 12:23
Compare
Choose a tag to compare

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

04 Sep 08:31
Compare
Choose a tag to compare

New

  • $form->SetValues() with NULL could empty field.
  • Fixed NULL options.

Full Changelog: v5.2.26...v5.2.27

MvcCore - Extension - Form - v5.2.26

20 Aug 15:03
Compare
Choose a tag to compare

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

09 Aug 15:03
Compare
Choose a tag to compare

Fixed

  • Field attributes rendering with float values (min, max, step...)

MvcCore - Extension - Form - v5.2.23

18 Apr 22:50
Compare
Choose a tag to compare

Fixed

  • Dispatching states for automatically created form instances.

Full Changelog: v5.2.22...v5.2.23

MvcCore - Extension - Form - v5.2.22

04 Apr 21:01
Compare
Choose a tag to compare

Fixed

  • Non-standard control attributes escaping.

Full Changelog: v5.2.21...v5.2.22

MvcCore - Extension - Form - v5.2.21

03 Apr 13:11
Compare
Choose a tag to compare

Fixed

  • Fixed Init() and PreDispatch() 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

14 Mar 13:43
Compare
Choose a tag to compare

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

19 Feb 16:01
Compare
Choose a tag to compare

New

  • Field method GetFlattenOptions() in trait Options now accept second argument
    to return option values as originally configurated arrays.

Full Changelog: v5.2.18...v5.2.19