Version 5 of Yii Assets package was released.
- Add
AssetManager::getUrl()
method instead ofgetAssetUrl()
method that is marked as deprecated. - Move
di-web
configuration todi
and allow to set publisher via parameters. - Add debug collector for
yiisoft/yii-debug
. - Raise the minimum PHP version to 8.1 and minor refactoring.
- Improve
AssetBundle
properties' Psalm types. - Fix:
AssetManager
load emptyAssetBundle
when register wrong namespace bundle.