Skip to content

Releases: yiisoft/form

Version 1.5.1

23 Dec 06:13
Immutable release. Only release title and notes can be modified.
1.5.1
8953fb4

Choose a tag to compare

Full changelog

Version 1.5.0

05 Nov 06:03
Immutable release. Only release title and notes can be modified.
1.5.0
3e64102

Choose a tag to compare

  • New #377: Add Color field (@samdark)
  • Enh #379: Improve Fieldset field HTML markup (@vjik)
  • Bug #379: Fix newline removal issues in input values (@vjik)

Full changelog

Version 1.4.0

27 Mar 12:12
1.4.0
3d7a887

Choose a tag to compare

  • Chg #370: Change PHP constraint in composer.json to 8.1 - 8.4 (@vjik)
  • Enh #367: Improve "Bootstrap 5 Horizontal" theme for checkbox (@vjik)
  • Enh #372: In PartsFeild class change $beforeInput and $afterInput properties' scope to protected (@vjik)
  • Bug #371: Suppress all extra HTML for "Hidden" field (@vjik)

Version 1.3.0

30 Oct 07:57
1.3.0
cff8e99

Choose a tag to compare

  • New #366: Add CheckboxList methods: checkboxWrapTag(), checkboxWrapAttributes(), checkboxWrapClass(),
    addCheckboxWrapClass() and checkboxLabelWrap() (@vjik)
  • New #366: Add RadioList methods: radioWrapTag(), radioWrapAttributes(), radioWrapClass(), addRadioWrapClass
    and radioLabelWrap() (@vjik)
  • Enh #366: Improve HTML markup of checkbox and radio lists in Bootstrap 5 themes (@vjik)

Version 1.2.0

09 Oct 13:18
1.2.0
7dabd47

Choose a tag to compare

  • New #364: Add Checkbox::labelPlacement() method and mark Checkbox::enclosedByLabel() as deprecated (@vjik)

Version 1.1.0

26 Sep 06:47
1.1.0
592c2a2

Choose a tag to compare

  • Enh #363: Add backed enumeration value support to Select field (@vjik)

Version 1.0.0

26 Aug 18:55
1.0.0
9679b95

Choose a tag to compare

  • Initial release.