Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 817 Bytes

CHANGELOG.md

File metadata and controls

25 lines (15 loc) · 817 Bytes

Yii Form Change Log

1.3.1 under development

  • no changes in this release.

1.3.0 October 30, 2024

  • 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)

1.2.0 October 09, 2024

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

1.1.0 September 26, 2024

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

1.0.0 August 26, 2024

  • Initial release.