HTML package version 2.0.0 was released. In this release:
- Empty attribute values are not rendered anymore.
- New tags added:
Em
,Strong
,B
andI
. null
could be passed toTag::class()
,Tag::replaceClass()
,BooleanInputTag::label()
andBooleanInputTag::sideLabel()
. Attribute won't be rendered.as()
andpreload()
were added to theLink
tag.NoEncode
class was added to wrap content that should not be encoded in HTML tags.- Individual attributes for
CheckboxList
andRadioList
inputs could now be specified viaCheckboxList::individualInputAttributes()
,CheckboxList::replaceIndividualInputAttributes()
,RadioList::individualInputAttributes()
andRadioList::replaceIndividualInputAttributes()
.
The following extra releases were made to adopt to new HTML version:
- view 2.0.0
- yii-view 2.0.0
- view-twig 2.0.0
- mailer 2.0.0
- mailer-swiftmailer 2.0.0
- log-target-email 2.0.0