Skip to content

ipl-html v0.7.0

Compare
Choose a tag to compare
@nilmerg nilmerg released this 22 Mar 08:56
· 29 commits to main since this release
v0.7.0

Breaking Changes

  • ipl\FormElement\SubFormElement is replaced by ipl\FormElement\FieldsetElement #74
  • ipl\FormElement\BaseFormElement::addDefaultValidators() is now protected #90
  • Form elements are not validated anymore if they have no value #121

Changes

  • Added ipl\FormElement\FileElement #66
  • Added ipl\FormElement\RadioElement #68
  • Added ipl\FormElement\ColorElement #75
  • Form elements can now initialize themselves in a new method init() #95
  • Attribute instances now allow the customization of the value separator #106
  • ipl\FormElement\SelectElement got enhanced quite a bit (take a look at the PRs for details) #70 #88
  • The checked and unchecked value of ipl\FormElement\CheckboxElement can now be adjusted by attributes #69

Fixes

  • Attributes are now cloned correctly #110
  • Wrapper loops are now aborted as late as possible #92 #93
  • ipl\FormElement\SelectElement::setOptions(array) does not add options anymore #67
  • ipl\FormElement\SubmitButtonElement::hasBeenPressed() does not always return true anymore #116, #119