Yii HTML package version 3.0.0 was released. In this release:
- Raise minimum PHP version to 8.0 and refactor code.
- Add
loading()
method toImg
tag. - Remove
Tag::class()
and renameTag::replaceClass()
toTag::class()
. - Remove
Html::fileInput()
andInput::file()
, renameInput::fileControl()
toInput::file()
. - Remove
*Attributes()
methods and renamereplace*Attributes()
to*Attributes()
.
See full list of changes on release page.