HTML package version 2.2.0 was released.
In this release:
- Added
nofollow()
method to theA
tag. - Added
itemsFromValues()
method toRadioList
andCheckboxList
. The method sets items with labels equal to values passed. - A third optional argument
$attributes
containing 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()
.