First release of Yii Console package was tagged. It provides a console that could be added to an application.
The package uses Symfony Console under the hood and adds:
First release of Yii Console package was tagged. It provides a console that could be added to an application.
The package uses Symfony Console under the hood and adds:
SignaturePa Extension for Yii 2 ¶
This extension provides a Signature Pad widget for Yii framework 2.0.
It wraps the INTELOGIE/signature_pad library.
Version 4.0.0 of View package is released. In this version:
ViewInterface
that View
and WebView
implement.View
and WebView
.View::withContext()
or WebView::withContext()
.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
];
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.
Yii view package version 4.0.0 was tagged.
CsrfInjection
now injects a stringable CSRF object with methods getToken()
, getParameterName()
, getHeaderName()
and hiddenInput()
instead of string token to common parameters.
Yii view package version 4.0.0 was tagged.
CsrfInjection
now injects a stringable CSRF object with methods getToken()
, getParameterName()
, getHeaderName()
and hiddenInput()
instead of string token to common parameters.