Version 3.0 of Yii Assets package was released. There a few changes and improvements:
Version 3.0 of Yii Assets package was released. There a few changes and improvements:
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:
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
.
Version 1.1.0 of Yii Widgets package is released. There are some additions and changes:
Version 7.0.0 of Yii View package is released. There are some additions and a few backwards incompatible changes:
Minor version of Yii Message Translator package was tagged. In this version we added IdMessageReader
that returns ID as message and doesn't support getting all messages at once.
Major version of Yii Message Translator package was released. In this version we have raised the minimum version of PHP to 8.0, added NullMessageFormatter
and IntlMessageFormatter
, and made other improvements and changes. See full list of changes in changelog.
Major version of Yii Definitions package was released. In this version we have raised the minimum version of PHP to 8.0. There are also several improvements and fixes:
DefinitionStorage::getBuildStack()
method.Minor version of Yii Event Dispatcher package was tagged. In this version we have raised the minimum version of PHP to 8.0. The exception message when adding a listener to a collection has also been improved.
Translator package got minor version that includes enhanced version of SimpleMessageFormatter
from now deprecated yiisoft/translator-formatter-simple. This enhanced vesion is able to render plurals for English and replace tokens with modifiers (ignoring modifier logic).
Major version of Yii Middleware Dispatcher package was released. This version introduces a new WrapperInterface
which is used to create a wrapper from callables. And MiddlewareFactoryInterface
has been removed in favor of WrapperInterface
.
Major version of Yii Profiler package was released. In this version we have raised the minimum version of PHP to 8.0. As a result, the dependencies have also been updated.
Version 1.2.0 of Yii Runnner package was tagged. This version adds config definition to DI container.
Version 1.1.0 of Yii Console Runnner package was tagged. This version adds passing input aggregate to the console application.