Skip to content

Releases: yiisoft/form

Version 1.3.0

30 Oct 07:57
1.3.0
cff8e99
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Initial release.