release version 2.0.2
This commit is contained in:
parent
b5e5d92e64
commit
258583d8a6
@ -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
|
||||
|
@ -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/
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user