Yii HTML 3.1
Version 3.1 of Yii HTML package is released. There are some additions and improvements:
- added
$attributesparameter toHtml::img(); - added class for tag
smalland methodHtml::small(); - added support of
yiisoft/arraysversion^3.0.
Version 3.1 of Yii HTML package is released. There are some additions and improvements:
$attributes parameter to Html::img();small and method Html::small();yiisoft/arrays version ^3.0.Yii HTML package version 3.0.0 was released. In this release:
loading() method to Img tag.Tag::class() and rename Tag::replaceClass() to Tag::class().Html::fileInput() and Input::file(), rename Input::fileControl() to Input::file().HTML package version 2.2.0 was released.
In this release:
nofollow() method to the A tag.itemsFromValues() method to RadioList and CheckboxList. The method sets items with labels equal to values passed.$attributes containing tag attributes in terms of name-value pairs has been added to methods Html::textInput(), Html::hiddenInput(), Html::passwordInput(), Html::fileInput(), Html::radio(), Html::checkbox(), Html::textarea().HTML package version 2.1.0 was released.
In this release Noscript tag was added along with shortcuts for Script via methods Script::noscript() and Script::noscriptTag().
HTML package version 2.0.0 was released. In this release:
Em, Strong, B and I.null could be passed to Tag::class(), Tag::replaceClass(), BooleanInputTag::label() and BooleanInputTag::sideLabel(). Attribute won't be rendered.as() and preload() were added to the Link tag.