yii2-bootstrap5/CHANGELOG.md

36 lines
1.3 KiB
Markdown
Raw Normal View History

Yii Framework 2 bootstrap5 extension Change Log
==============================================
2021-10-22 04:37:48 +08:00
2.0.3 under development
-----------------------
- Enh #33: Updated russian translations (WinterSilence)
2022-01-05 18:17:55 +08:00
- Enh #28: Added translations (simialbi)
- Enh #24: Accept `Breadcrumbs::$homeLink = false` to omit "Home" link (fetus-hina)
2022-01-03 16:53:19 +08:00
- Enh #27: Changed all data- and aria- attributes to short syntax (simialbi)
2021-12-19 20:37:40 +08:00
- Enh #26: Add Bootstrap icon asset (Krakozaber)
2021-11-18 10:19:08 +08:00
- Enh #18: Add rangeInput(), colorInput() and switch mode to checkbox() in class ActiveField (WinterSilence)
2021-11-30 07:37:19 +08:00
- Bug #19: Fix value of attribute "aria-current" in LinkPager::renderPageButton() (WinterSilence)
2021-12-01 04:03:33 +08:00
- Bug #23: Fix class attribute in listBox() and dropDownList() of class ActiveField (WinterSilence)
2021-10-22 04:37:48 +08:00
2021-10-22 04:37:19 +08:00
2.0.2 October 21, 2021
----------------------
2021-08-12 01:42:46 +08:00
2021-08-16 16:09:09 +08:00
- Bug #5: BootstrapWidgetTrait::registerPlugin do nothing if no clientOptions is provided (dicrtarasov)
- Bug #6: yii\bootstrap5\BaseHtml::staticControl(): Argument #1 ($value) must be of type string, int given (dicrtarasov)
2021-08-16 15:11:46 +08:00
- Bug #9: fixed default ActiveField::hintOptions (dicrtarasov)
2021-10-22 04:37:19 +08:00
- Bug #15: Fixed inline rendering of checkboxLists and radioLists (simialbi)
- Enh #11: Brought back close button api (simialbi)
2021-08-12 01:42:46 +08:00
2021-08-12 01:42:33 +08:00
2.0.1 August 11, 2021
---------------------
2021-08-07 05:39:15 +08:00
- no changes in this release.
2022-01-05 18:17:55 +08:00
1.0.0
-----------------------
- Initial release