2022-11-03 276次浏览

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 to Img tag.
  • Remove Tag::class() and rename Tag::replaceClass() to Tag::class() .
  • Remove Html::fileInput() and Input::file() , rename Input::fileControl() to Input::file() .
  • Remove *Attributes() methods and rename replace*Attributes() to *Attributes() .

See full list of changes on release page.