Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 275 Bytes

UPGRADE.md

File metadata and controls

7 lines (6 loc) · 275 Bytes

Upgrade from version 1.3.2

  • By default, the widget now uses bs4 modal. If you are using bootstrap 3 in your project, you must manually set type of modalAlert to bs3:
    ModalAlert::widget(['type' => ModalAlert::TYPE_BOOTSTRAP_3]);