HTML package version 2.2.0 was released.
In this release:
- Added
nofollow()method to theAtag. - Added
itemsFromValues()method toRadioListandCheckboxList. The method sets items with labels equal to values passed. - A third optional argument
$attributescontaining tag attributes in terms of name-value pairs has been added to methodsHtml::textInput(),Html::hiddenInput(),Html::passwordInput(),Html::fileInput(),Html::radio(),Html::checkbox(),Html::textarea().