Version 11.0 of Yii View package was released.
- Removed deprecated methods
withDefaultExtension()
andgetDefaultExtension()
fromViewInterface
. - Renamed configuration parameter
defaultExtension
tofallbackExtension
. - Added variadic parameter
$default
toViewInterface::getParameter()
. - Bumped PHP version to
^8.1
and refactor code. - Used more specific psalm types in results of
WebView
methods:getLinkTags()
,getCss()
,getCssFiles()
,getJs()
andgetJsFiles()
. - Fixed empty string and "0" keys in
WebView
methods:registerCss()
,registerStyleTag()
,registerCssFile()
,registerJs()
,registerScriptTag()
andregisterJsFile()
.
See upgrading instructions with notes about upgrading package in your application to this major version.