Releases: yiisoft/html
Releases · yiisoft/html
Version 2.5.0
- New #122: Add
Tag::addAttributes()
,ButtonGroup::addButtonAttributes()
,RadioList::addRadioAttributes()
,
RadioList::addIndividualInputAttributes()
,CheckboxList::addCheckboxAttributes()
,
CheckboxList::addIndividualInputAttributes()
,File::addUncheckInputAttributes()
,Range::addOutputAttributes()
and
deprecateTag::attributes()
,ButtonGroup::buttonAttributes()
,RadioList::radioAttributes()
,
RadioList::individualInputAttributes()
,CheckboxList::checkboxAttributes()
,
CheckboxList::individualInputAttributes()
,File::uncheckInputAttributes()
,Range::outputAttributes()
(@vjik) - New #123: Add
Tag::addClass()
and deprecateTag::class()
(@vjik) - New #129: Add methods
enctypeApplicationXWwwFormUrlencoded()
,enctypeMultipartFormData()
andenctypeTextPlain()
toForm
tag class (@vjik)
Version 2.4.0
- New #97: Add classes for tags
Body
,Article
,Section
,Nav
,Aside
,Hgroup
,Header
,Footer
,Address
and methodsHtml::body()
,Html::article()
,Html::section()
,Html::nav()
,Html::aside()
,Html::hgroup()
,
Html::header()
,Html::footer()
,Html::address()
(soodssr) - New #103: Add class for tag
Form
and methodHtml::form()
(vjik) - New #105: Add specialized class
File
for an input tag with typefile
and methodsHtml::file()
and
Input::fileControl()
(vjik) - New #109: Add class for tag
Datalist
and methodHtml::datalist()
(vjik) - New #109, #117: Add specialized class for input tag with type
Range
and methodsHtml::range()
,
Input::range()
(vjik) - New #111: Add widget
ButtonGroup
(vjik) - New #111: Add method
Tag::unionAttributes()
that available for all tags (vjik) - New #113: Add class for tag
Legend
, class for tagFieldset
, methodsHtml::legend()
andHtml::fieldset()
(vjik) - Enh #102: Remove psalm type
HtmlAttributes
, too obsessive for package users (vjik) - Enh #104: Add parameter
$attributes
to methodsHtml::input()
,Html::buttonInput()
,Html::submitInput()
andHtml::resetInput()
(vjik) - Enh #106: Add option groups support to method
Select::optionsData()
(vjik) - Enh #108: Add individual attributes of options and option groups support to method
Select::optionsData()
(vjik) - Enh #115: Add methods
CheckboxList::name()
andRadioList::name()
(vjik)