Yii Definitions 3.2
Minor version of Yii Definitions package was released.
In this version we added ability to use any allowed definitions in DynamicReferencesArray::from().
Minor version of Yii Definitions package was released.
In this version we added ability to use any allowed definitions in DynamicReferencesArray::from().
Yii Config package got a minor version.
In this version we add ability to use Config without params.
Yii Config package got a minor version.
In this version we raised the minimum version of PHP to ^8.0 and make a few additions and improvements:
ReverseMerge and RecursiveMerge.Minor version of Yii Definitions package was released.
In this version we added new helper ArrayDefinitionHelper with merge() method that is designed to merge several array definitions to one.
Version 3.0 of Yii Assets package was released. There a few changes and improvements:
AssetManager::registerCustomized() method.Major version of Yii Widget package is released. In this version Widget::widget() method was changed to ability use only constructor argument or whole array definition. Also there are breaking changes: beforeRun(), afterRun() and run() methods was removed from Widget class. Only render() method now can be used. See instruction for how to upgrade from 1.x version.
Version 3.1 of Yii HTML package is released. There are some additions and improvements:
$attributes parameter to Html::img();small and method Html::small();yiisoft/arrays version ^3.0.First stable version of yiisoft/data package is tagged.
The package provides generic data abstractions. The aim is to hide storage aspect from the operations of reading, writing and processing data.
Features are:
Major version of Yii Middleware Dispatcher package was released. This version has several changes:
ParametersResolverInterface to resolve parameters of middleware that are provided as callable.ParametersResolverInterface.Minor version of Yii Mailer Symfony Mailer package was tagged. In this version, we raised the minimum version of PHP to ^8.0 and yiisoft/mailer to ^5.0, and explicitly added transitive dependencies psr/event-dispatcher and symfony/mime.