Yii DataView 1.1
Yii DataView version 1.1.0 was released. In this version:
- Add caption support for GridView
- Explicitly import constants in "use" section
- Bump minimal
yiisoft/htmlversion to3.13and add support for^4.0
Yii DataView version 1.1.0 was released. In this version:
yiisoft/html version to 3.13 and add support for ^4.0Minor version of Yii View Renderer were tagged.
WebViewRenderer instead of ViewRenderer which is marked as deprecated.Yii Framework Twig Extension 3.0.0
Yii View Twig Renderer version 3.0.0 was released. In this version:
ViewRenderer to more understandable TwigTemplateRendererYiiTwigExtensionyiisoft/view to ^11|^12composer.json to 8.1 - 8.5The first stable release of a powerful set of data displaying widgets is now available.
Yii DataView provides three flexible widgets for presenting data in web applications:
ListView — display data as a customizable list.Version 12.2 of Yii View package has been released. Here are the list of improvements and fixes included in the new version:
Stringable objects to WebView::setTitle() method;yiisoft/view → theme → pathMap package parameter.Version 12.1 of Yii View package has been released. Here are the list of improvements and fixes included in the new version:
composer.json to 8.1 - 8.4;../ in the name of the view to refer to parent directory of the directory containing the view currently being rendered;Minor version of Yii View Renderer were tagged.
yiisoft/view version to ^12.CsrfTokenMiddleware support in CsrfViewInjection.ViewRenderer render methods.Version 12.0 of Yii View package was released.
ViewInterface::deepClone() method that clones object, including state cloning.null to ViewInterface methods withBasePath() and withContext().View::withClearedState() and WebView::withClearedState().See upgrading instructions with notes about upgrading package in your application to this major version.
Minor version of Yii View Renderer were tagged.
yiisoft/view version ^11.^8.1 and refactor code.Version 11.0 of Yii View package was released.
withDefaultExtension() and getDefaultExtension() from ViewInterface.defaultExtension to fallbackExtension.$default to ViewInterface::getParameter().^8.1 and refactor code.Minor version of Yii View Renderer were tagged.
yiisoft/view version to ^10.0.Version 10.0 of Yii View package was released.
Changed logic of template file searching in ViewInterface::render():
// to join the base path, e.g. "//site/index";./ to join the directory containing the view currently being rendered
(i.e., this happens when rendering a view within another view), e.g. "./widget";// or ./ (e.g. "site/index"), so view file will be
looked for under the view path of the context set via withContext() (if the context instance was not set
withContext(), it will be looked for under the base path).Removed ViewInterface::renderFile().
Changed exception from RuntimeException to LogicException when the view cannot be resolved in ViewInterface::render().
Major version of Yii View Renderer were tagged.
In this version package renamed from yiisoft/yii-view to yiisoft/yii-view-renderer and made several changes:
viewPath and layout to null;See upgrading instructions with notes about upgrading package in your application to this major version.
Minor version of Yii View Extension was tagged. There are some improvements and fixes:
yiisoft/yii-debug;viewPath in ViewRenderer constructor optional;Version 9.0 of Yii View package was released.
View::getLocale() and WebView::getLocale() methods;ViewInterface::withTheme();ViewInterface::withDefaultExtension() and ViewInterface::getDefaultExtension() in favor of withFallbackExtension() and getFallbackExtensions();View and WebView more configurable;Minor version of Yii View Twig Renderer was released. There a few changes and improvements:
^8.0;yiisoft/view to ^6.0|^7.0|^8.0;^2.0 version of psr/container.Major versions of Yii View Extension were tagged.
In this version configuration group names adapted to Yii conventions and added support for:
yiisoft/aliases version ^3.0;yiisoft/csrf version ^2.0;yiisoft/data-response version ^2.0;yiisoft/view version ^8.0.Version 8.0 of Yii View package was released.
In this version configuration group names adapted to Yii conventions and added support of yiisoft/cache version ^3.0.
Version 7.0.0 of Yii View package is released. There are some additions and a few backwards incompatible changes:
ViewInterface from self to static;^8.0;yiisoft/html of version ^3.0.Version 6.0.0 of View package is released. This version adds ViewInterface::withLocale(), ViewInterface::withBasePath() and support for yiisoft/files version 2.0.
There are two renamings as well so adjust your code if necessary:
ViewInterface::setLanguage() → ViewInterface::setLocale()ViewInterface::withSourceLanguage() → ViewInterface::withSourceLocale()