Yii Framework 34k+
  • News
  • Guide
  • API
  • Wiki
  • Forum
  • Community
    • Places
    • Members
    • Hall of Fame
    • Badges
  • More
    • Learn
    • Books
    • Resources
    • Develop
    • Download Yii
    • Extensions
    • Report an Issue
    • Report a Security Issue
    • Contribute to Yii
    • Donate
    • About
    • Release Cycle
    • License
    • Team
    • Official Logos and Design
Login

Yii DataView 1.1

Mar 21, 2026

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/html version to 3.13 and add support for ^4.0

Yii View Renderer 7.4

Feb 24, 2026

Minor version of Yii View Renderer were tagged.

  • Introduce WebViewRenderer instead of ViewRenderer which is marked as deprecated.
  • Explicitly import classes, functions, and constants in "use" section.

Yii View Twig Renderer 3.0

Jan 9, 2026

Yii Framework Twig Extension 3.0.0

Yii View Twig Renderer version 3.0.0 was released. In this version:

  • Rename ViewRenderer to more understandable TwigTemplateRenderer
  • Remove YiiTwigExtension
  • Update version of yiisoft/view to ^11|^12
  • Change PHP constraint in composer.json to 8.1 - 8.5

Read more

Yii DataView 1.0

Dec 14, 2025

The 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.

Read more

Yii View 12.2

May 16, 2025

Version 12.2 of Yii View package has been released. Here are the list of improvements and fixes included in the new version:

  • allowed to pass Stringable objects to WebView::setTitle() method;
  • allowed using multiple theme paths in yiisoft/view → theme → pathMap package parameter.

Yii View 12.1

Mar 15, 2025

Version 12.1 of Yii View package has been released. Here are the list of improvements and fixes included in the new version:

  • changed PHP constraint in composer.json to 8.1 - 8.4;
  • allowed using ../ in the name of the view to refer to parent directory of the directory containing the view currently being rendered;
  • explicitly marked nullable parameters;
  • fixed exception message when relative path is used without currently rendered view.

Yii View Renderer 7.3

Dec 25, 2024

Minor version of Yii View Renderer were tagged.

  • Raised required yiisoft/view version to ^12.
  • Added CsrfTokenMiddleware support in CsrfViewInjection.
  • Fixed state leak in some combinations of ViewRenderer render methods.

Yii View 12.0

Dec 23, 2024

Version 12.0 of Yii View package was released.

  • Added ViewInterface::deepClone() method that clones object, including state cloning.
  • Allowed to pass null to ViewInterface methods withBasePath() and withContext().
  • Fixed clearing theme in View::withClearedState() and WebView::withClearedState().

See upgrading instructions with notes about upgrading package in your application to this major version.

Yii View Renderer 7.2

Oct 2, 2024

Minor version of Yii View Renderer were tagged.

  • Added support for yiisoft/view version ^11.
  • Bumped PHP version to ^8.1 and refactor code.

Yii View 11.0

Oct 2, 2024

Version 11.0 of Yii View package was released.

  • Removed deprecated methods withDefaultExtension() and getDefaultExtension() from ViewInterface.
  • Renamed configuration parameter defaultExtension to fallbackExtension.
  • Added variadic parameter $default to ViewInterface::getParameter().
  • Bumped PHP version to ^8.1 and refactor code.

Read more

Yii View Renderer 7.1

Jul 1, 2024

Minor version of Yii View Renderer were tagged.

  • Raised required yiisoft/view version to ^10.0.

Yii View 10.0

Jun 28, 2024

Version 10.0 of Yii View package was released.

Changed logic of template file searching in ViewInterface::render():

  • the absolute path to the view file, e.g. "/path/to/view.php";
  • the name of the view starting with // to join the base path, e.g. "//site/index";
  • the name of the view starting with ./ to join the directory containing the view currently being rendered (i.e., this happens when rendering a view within another view), e.g. "./widget";
  • the name of the view without the starting // 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().

Yii View Renderer 7.0

Jun 22, 2024

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:

  • only a full path can now be used as a layout;
  • changed package configuration parameters viewPath and layout to null;
  • refactored controller name extractor, now use greedy search of namespace items with "controller(s)" postfix.

See upgrading instructions with notes about upgrading package in your application to this major version.

Yii View Extension 6.1

May 28, 2024

Minor version of Yii View Extension was tagged. There are some improvements and fixes:

  • added layout specific injections;
  • implement lazy loading for injections;
  • added debug collector for yiisoft/yii-debug;
  • made viewPath in ViewRenderer constructor optional;

Read more

Yii View 9.0

May 28, 2024

Version 9.0 of Yii View package was released.

  • added View::getLocale() and WebView::getLocale() methods;
  • added immutable method ViewInterface::withTheme();
  • deprecated ViewInterface::withDefaultExtension() and ViewInterface::getDefaultExtension() in favor of withFallbackExtension() and getFallbackExtensions();
  • adjusted config to make View and WebView more configurable;

Read more

Yii View Twig Renderer 2.1

Feb 17, 2023

Minor version of Yii View Twig Renderer was released. There a few changes and improvements:

  • raised minimum PHP version to ^8.0;
  • updated version of yiisoft/view to ^6.0|^7.0|^8.0;
  • added support ^2.0 version of psr/container.

Yii View Extension 6.0

Feb 16, 2023

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.

Yii View 8.0

Feb 16, 2023

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.

Yii View 7.0.0

Dec 6, 2022

Version 7.0.0 of Yii View package is released. There are some additions and a few backwards incompatible changes:

  • Changed return type of immutable methods in ViewInterface from self to static;
  • Raised minimum PHP version to ^8.0;
  • Added support for yiisoft/html of version ^3.0.

View 6.0.0

Jul 21, 2022

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()
  • «
  • 1
  • 2
  • »
Get notified of news as soon as they are available using our RSS Feed.

Years

  • 2026 (43)
  • 2025 (92)
  • 2024 (80)
  • 2023 (90)
  • 2022 (82)
  • 2021 (101)
  • 2020 (64)
  • 2019 (75)
  • 2018 (32)
  • 2017 (35)
  • 2016 (30)
  • 2015 (9)
  • 2014 (6)
  • 2013 (11)
  • 2012 (14)
  • 2011 (10)
  • 2010 (10)
  • 2009 (23)
  • 2008 (5)

Popular Tags

  • yii3 383
  • extensions 233
  • release 109
  • yii2 73
  • debug 30
  • view 28
  • html 25
  • auth client 23
  • bootstrap 21
  • redis 20
  • Yii 1.1
  • Guide
  • API
  • Wiki
  • Yii 2
  • Guide
  • API
  • Wiki
  • Yii3
  • Guide
  • API
  • Cookbook
  • Terms of service
  • License
  • Contact Us
  • Supported by
  • Your donations
  • JetBrains logo
  • © 2008 - 2026 Yii (Website Source Code)