You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New #224: Add optional wrap parameter to BooleanInputTag::label() method that controls whether to wrap input tag
with label tag or place them aside (@vjik)
New #225: Add CheckboxList::checkboxLabelWrap() and RadioList::radioLabelWrap() methods (@vjik)
New #227, #228: Add ability to wrap items in checkbox and radio lists by using methods CheckboxList::checkboxWrapTag(), CheckboxList::checkboxWrapAttributes(), CheckboxList::checkboxWrapClass(), CheckboxList::addCheckboxWrapClass(), RadioList::radioWrapTag(), RadioList::radioWrapAttributes(), RadioList::radioWrapClass() and RadioList::addRadioWrapClass() (@vjik)
Enh #220: Add non-empty-string psalm type of Html::generateId() method result (@vjik)
Enh #220: Add non-empty-string|null psalm type of Tag::id() method parameter (@vjik)
Enh #222: Bump minimal PHP version to 8.1 and refactor (@vjik)