News


10/26/2021 - 02:00

Version 4.0.0 of View package is released. In this version:

  • Added ViewInterface that View and WebView implement.
  • Improved exception message on getting not exist block or parameter in View and WebView.
  • We flush currently being rendered view files on context change now via View::withContext() or WebView::withContext().




10/25/2021 - 15:04

A few weeks ago we introduced the Symfony Sponsoring Program as a new way to
help make the Symfony project development sustainable. The response so far has
been enthusiastic and many new companies have joined the the program.





10/25/2021 - 02:00

An update was made to yiisoft/var-dumper package.
In this version \Yiisoft\VarDumper\VarDumper::withOffset() was added. It allows to adjust generated code nesting offset:
$test = [
'value' => 42, // <--- default offset is 4 spaces
];





10/24/2021 - 10:02

This week, Symfony development activity focused on adding autocompletion features to some of the built-in commands. Meanwhile, the Symfony Docs website was redesigned to give it a modern and more useful look.





10/24/2021 - 02:00

Major version of yiisoft/arrays was released:





10/22/2021 - 16:43

The PHP development team announces the immediate availability of PHP 7.4.25. This is a security release.

All PHP 7.4 users are encouraged to upgrade to this version.

For source downloads of PHP 7.4.25 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.





10/22/2021 - 02:00

New version of Bootstrap 5 extension for Yii 2 was released. Version 2.0.2 is fixing a number of bugs found since latest release and is bringing back Alert close button API that is available in previous Bootstrap versions.