release version 2.0.2

This commit is contained in:
Alexander Makarov 2021-10-21 23:37:19 +03:00
parent b5e5d92e64
commit 258583d8a6
No known key found for this signature in database
GPG Key ID: 3617B79C6A325E4A
2 changed files with 4 additions and 8 deletions

View File

@ -1,14 +1,14 @@
Yii Framework 2 bootstrap5 extension Change Log Yii Framework 2 bootstrap5 extension Change Log
============================================== ==============================================
2.0.2 under development 2.0.2 October 21, 2021
----------------------- ----------------------
- Bug #15: Fixed inline rendering of checkboxLists and radioLists (simialbi)
- Bug #5: BootstrapWidgetTrait::registerPlugin do nothing if no clientOptions is provided (dicrtarasov) - Bug #5: BootstrapWidgetTrait::registerPlugin do nothing if no clientOptions is provided (dicrtarasov)
- Enh #11: Brought back close button api (simialbi)
- Bug #6: yii\bootstrap5\BaseHtml::staticControl(): Argument #1 ($value) must be of type string, int given (dicrtarasov) - Bug #6: yii\bootstrap5\BaseHtml::staticControl(): Argument #1 ($value) must be of type string, int given (dicrtarasov)
- Bug #9: fixed default ActiveField::hintOptions (dicrtarasov) - Bug #9: fixed default ActiveField::hintOptions (dicrtarasov)
- Bug #15: Fixed inline rendering of checkboxLists and radioLists (simialbi)
- Enh #11: Brought back close button api (simialbi)
2.0.1 August 11, 2021 2.0.1 August 11, 2021

View File

@ -5,8 +5,6 @@
* @license http://www.yiiframework.com/license/ * @license http://www.yiiframework.com/license/
*/ */
declare(strict_types=1);
namespace yii\bootstrap5; namespace yii\bootstrap5;
use yii\helpers\ArrayHelper; use yii\helpers\ArrayHelper;
@ -85,8 +83,6 @@ use yii\helpers\ArrayHelper;
* ActiveForm::end(); * ActiveForm::end();
* ``` * ```
* *
* @property-read ActiveForm $form
*
* @see ActiveForm * @see ActiveForm
* @see https://getbootstrap.com/docs/5.1/components/forms/ * @see https://getbootstrap.com/docs/5.1/components/forms/
* *