From 258583d8a61c7a32d7164d9a6dfeb9b9ea0e83fc Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Thu, 21 Oct 2021 23:37:19 +0300 Subject: [PATCH] release version 2.0.2 --- CHANGELOG.md | 8 ++++---- src/ActiveField.php | 4 ---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d56ca4..04dfa97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,14 @@ 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) -- 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 #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 diff --git a/src/ActiveField.php b/src/ActiveField.php index 76d4305..9dd1811 100644 --- a/src/ActiveField.php +++ b/src/ActiveField.php @@ -5,8 +5,6 @@ * @license http://www.yiiframework.com/license/ */ -declare(strict_types=1); - namespace yii\bootstrap5; use yii\helpers\ArrayHelper; @@ -85,8 +83,6 @@ use yii\helpers\ArrayHelper; * ActiveForm::end(); * ``` * - * @property-read ActiveForm $form - * * @see ActiveForm * @see https://getbootstrap.com/docs/5.1/components/forms/ *