Skip to content

Releases: mvccore/ext-form

MvcCore - Extension - Form - v5.3.5

01 Apr 14:14

Choose a tag to compare

Fixed

  • PHP 8.5 compatibility:
    • deprecated method ReflectionProperty::setAccessible(),
    • deprecated NULL value in array index.

MvcCore - Extension - Form - v5.3.4

01 Sep 16:44

Choose a tag to compare

Updated

  • Improved application security protection into more stable solution with multiple tokens.
  • All PHP Docs types with NULL changed into ? syntax.

MvcCore - Extension - Form - v5.3.3

10 Jul 15:15

Choose a tag to compare

Fixed

  • Select option type detection with first NULL record,
  • selected option detection for numeric option keys with NULL and 0.

MvcCore - Extension - Form - v5.3.2

26 Jun 16:10

Choose a tag to compare

Fixed

  • PHP 8.4 compatibility on \MvcCore\Ext\Form::__constructor().

MvcCore - Extension - Form - v5.3.1

18 Jun 10:31

Choose a tag to compare

Fixed

  • PHP 8.4 compatibility.

MvcCore - Extension - Form - v5.3.0

21 Nov 15:59

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

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

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

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

Choose a tag to compare

Fixed

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