Minor version of Yii View Renderer were tagged.
Minor version of Yii View Extension was tagged. There are some improvements and fixes:
Minor version of Yii View Twig Renderer was released. There a few changes and improvements:
Version 7.0.0 of Yii View package is released. There are some additions and a few backwards incompatible changes:
Version 6.0.0 of View package is released. This version adds ViewInterface::withLocale()
, ViewInterface::withBasePath()
and support for yiisoft/files
version 2.0.
Version 5.0.0 of View package is released. There a few bugs fixed, some additions and a few backwards incompatible changes:
Major versions of yiisoft/view and yiisoft/yii-view were tagged.
Version 2.1.0 of View package is released. Immutable methods View::withAddedCommonParameters()
and WebView::withAddedCommonParameters()
are now available to add extra parameters available in all views and their sub-views.
First stable version of View Twig Renderer was released. The package is an extension of the Yii View Rendering Library. This extension provides a ViewRender
that would allow you to use Twig view template engine.
First version of View package is released. This library provides templates rendering abstraction supporting layout-view-subview hierarchy, custom renderers with PHP-based as default and more. It is used in Yii Framework 3 but is supposed to be usable separately.