Yii Widget 2.2
Minor version of Yii Widget package is released.
- Added ability to set default theme for concrete widget.
- Allowed to use widgets without widget factory initialization.
WidgetFactoryInitializationExceptionmarked as deprecated.
Minor version of Yii Widget package is released.
WidgetFactoryInitializationException marked as deprecated.Two runner pacakges was released:
In this versions adds ability to set custom config modifiers.
Minor version of Yii Config package was released. There are some new features and improvements:
PackagesListBuilder.Minor version of Yii DB Migration package was released. There are one new feature:
Minor version of Yii Strings package was released. There are some new features and improvements:
findBetween(), findBetweenFirst() and findBetweenLast() methods to StringHelper to retrieve a substring that lies between two strings.StringHelper::parsePath().First stable version of DB Migration package was realeased.
It allows you to manage database schema using migrations.
Supports the following databases out of the box:
Version 1.2.0 of Yii Injector package was released.
Version 2.1 of Yii Runner package was released.
In this version added ability to set custom config modifiers.
Version 2.1 of Yii User package was released. There are some improvements and fixes:
$duration to CookieLogin::addCookie();yiisoft/access to ^2.0;Version 1.2 of Yii Factory package is released. There are one improvement, the container is made optional.
Version 3.3 of Yii HTML package is released. There are some improvements and fixes:
html and method Html::html();PHP_EOL to "\n";Html::addCssClass() if passed array contains null classes only.Version 3.2 of Yii HTML package is released. There are some improvements and fixes:
$attributes parameter to Html::ul() and Html::ol();null as class to Html::addCssClass(), nulled classes will be ignored;Html::addCssClass() when class in passed options is a string.Yii Config package got a minor version.
In this version we add new option package-types that define package types for process by composer plugin. By default, it is "library" and "composer-plugin". You can override default value by own types:
"extra": {
"config-plugin-options": {
"package-types": ["library", "my-extension"]
}
}
Minor version of Yii Widget package is released.
Widget::getThemeConfig() that allows to implement a logic of configuring a theme.Widget::widget().Yii Database package was tagged along with its drivers.
Yii Database 1.2
TableSchemaInterface::compositeForeignKey() and SchemaInterface::TYPE_JSONBbatchInsert() and update() methods of DMLQueryBuilderInterface interfaceQuoterCommand class to AbstractPdoCommand classMinor version of Yii Event package was released.
This release adds the ability to configure the events configuration group name in params.
Minor version of Yii Auth package was released.
In this release:
WildcardPattern in Authentication middleware.Language JetBrains attribute to $pattern property in HttpHeader::withPattern() that enables syntax highlighting for this property in PhpStorm.Authentication middleware.yiisoft/yii-debug.Minor version of Yii Strings package was released.
In this release added stringable object support to NumericHelper::normalize().
Minor version of Yii Cache File Handler package is released.
Added optional parameter $directoryMode to FileCache constructor and deprecate withDirectoryMode()
method.
Minor refactoring with PHP 8 features usage.
Minor version of Yii VarDumper package is released.
EchoHandler — uses echo to write to stdout stream (used by default);StreamHandler — uses ext-sockets to sent dumps encoded with json_encode to a UDP socket;CompositeHandler — helpful class to sent dumps to multiple handlers in a row.