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/ *