Yii Framework 34k+
  • News
  • Guide
  • API
  • Wiki
  • Forum
  • Community
    • Places
    • Members
    • Hall of Fame
    • Badges
  • More
    • Learn
    • Books
    • Resources
    • Develop
    • Download Yii
    • Extensions
    • Report an Issue
    • Report a Security Issue
    • Contribute to Yii
    • Donate
    • About
    • Release Cycle
    • License
    • Team
    • Official Logos and Design
Login

Yii Bootstrap5 1.2

Jun 30, 2026

Yii Bootstrap 5 version 1.2.0 was released.

In this version:

  • Add tabIndex() method to Button widget
  • Raise yiisoft/html version to ^3.13 || ^4.0
  • Fix Collapse re-encoding content already managed by Toggler

Bootstrap5 1.1.0

Mar 6, 2026

Bootstrap 5 version 1.1.0 was released.

In this version:

  • Add Nav::activateParents() that makes parent dropdown active when one of its child items is active
  • Allow Dropdown::togglerVariant() to be null, avoiding it setting a variant class
  • Add visible to Dropdown and DropdownItem
  • Add navId() method to NavBar widget

Read more

Bootstrap5 1.0.0

Apr 13, 2025

First stable release of yiisoft/bootstrap5 package was tagged. The package presents Bootstrap 5 UI framework in terms of Yii widgets allowing easy usage in PHP templates, theming and more.

<?php
use Yiisoft\Bootstrap5\Carousel;
use Yiisoft\Bootstrap5\CarouselItem;
use Yiisoft\Html\Tag\Div;
use Yiisoft\Html\Tag\H2;
use Yiisoft\Html\Tag\P;
?>

<?= Carousel::widget()
    ->id('carouselExampleOnlyText')
    ->items(
        CarouselItem::to(
            Div::tag()
                ->addClass('bg-primary text-white p-5 text-center')
                ->addContent(
                    H2::tag()->content('Title 1'),
                    P::tag()->content('This is the first slide with text.'),
                ),
        ),
        CarouselItem::to(
            Div::tag()
                ->addClass('bg-success text-white p-5 text-center')
                ->addContent(
                    H2::tag()->content('Title 2'),
                    P::tag()->content('This is the second slide with text.'),
                ),
        ),
        CarouselItem::to(
            Div::tag()
                ->addClass('bg-danger text-white p-5 text-center')
                ->addContent(
                    H2::tag()->content('Title 3'),
                    P::tag()->content('This is the third slide with text.'),
                ),
        ),
    );

Check more examples in the package user guide.

Yii2 extension releases

Feb 13, 2025

Yii2 extensions with pending releases were tagged:

  • Composer 2.0.11
  • Redis 2.0.19
  • Shell 2.0.6
  • apidoc 3.0.7

Read more

Bootstrap 4 extension version 2.0.11 released

May 22, 2023

Bootstrap 4 extension version 2.0.11 was released. In this version:

  • Fixed bug to avoid collisions with automatically generated IDs in ToggleButtonGroup.
  • yii\bootstrap4\BaseHtml::$normalizeClassAttribute is set to true by default to make the package BC with Yii 2.0.44.

See CHANGELOG for details.

Bootstrap extension version 2.0.11 released

Aug 9, 2021

We are very pleased to announce the release of Bootstrap extension version 2.0.11. This version adds support of custom templates for Tab headers and panes.

See the CHANGELOG for details.

Bootstrap 5 extension version 2.0.0 released

Aug 6, 2021

First version of Bootstrap 5 extension for Yii 2 was released. It is similar to Bootstrap and Bootstrap 4 extensions and is meant to support newer Bootstrap CSS framework version.

Documentation is available in extension repository.

Big thanks to simialbi for preparing the package.

Bootstrap 4 extension version 2.0.10 released

May 5, 2021

Bootstrap 4 extension version 2.0.10 was released.

This version fixes a bug and adds Toast widget.

See CHANGELOG for details.

Bootstrap 4 extension version 2.0.9 released

Nov 10, 2020

Bootstrap 4 extension version 2.0.9 was released.

This version:

  • Added centerVertical, scrollable, dialogOptions options to Modal and role="document" to modal-dialog element.
  • Added ability for Accordion to expand a certain card.
  • Added support to override any class.

See CHANGELOG for details.

Bootstrap 4 extension version 2.0.8 released

Oct 8, 2019

Bootstrap 4 extension version 2.0.8 was released fixing non-functional headerOptions in Tabs.

See CHANGELOG for details.

Bootstrap 4 extension version 2.0.7 released

Aug 13, 2019

Bootstrap 4 extension version 2.0.7 was released. This version fixes a bug in displaying error message for checkbox and radio lists and allowing to override all CSS classes via widget factory.

Thanks to @simialbi for taking care of the extension!

See CHANGELOG for details.

Bootstrap 4 extension version 2.0.6 released

Jul 23, 2019

Bootstrap 4 extension version 2.0.6 was released. In this version there are two changes.

First, documentation on how to migrate from Bootstrap 3 was added.

Second, simplified syntax for progress bars that was present in Bootstrap 3 was brought back:

Read more

Bootstrap 4 extension version 2.0.5 released

Jul 2, 2019

Bootstrap 4 extension version 2.0.5 was released. In this release ActiveField got two options, radioTemplate and radioHorizontalTemplate. Previously radio buttons were sharing templates with checkbox templates. Another changes is that both radios and checkboxes are custom-styled by default.

See CHANGELOG for details.

Bootstrap 4 extension version 2.0.4 released

Jun 11, 2019

Bootstrap 4 extension version 2.0.4 was released. In this release two bugs were fixed.

See CHANGELOG for details.

Note: activateContainer option for Nav introduced in 2.0.3 became obsolete and it has therefore been deleted. Please make sure you are not using it. If you are, remove it from your code.

Bootstrap 4 extension version 2.0.3 released

Jun 4, 2019

Bootstrap 4 extension version 2.0.3 was released. In this release four bugs were fixed. Additionally:

  • Modal::SIZE_EXTRA_LARGE constant was added
  • "disabled" option was added to Nav, Dropdown and Tabs

See CHANGELOG for details.

Thanks to Thoulah and simialbi for taking care of the extension.

Bootstrap 4 extension version 2.0.2 released

Apr 30, 2019

We are very pleased to announce the release of Bootstrap 4 extension version 2.0.2. In this release progress widget was fixed to work properly with Russian locale and Pagination widget was added.

See CHANGELOG for details.

Bootstrap extension version 2.0.10 released

Apr 23, 2019

We are very pleased to announce the release of Bootstrap extension version 2.0.10.

See the CHANGELOG for details.

Bootstrap 4 extension version 2.0.1 released

Mar 17, 2019

We are very pleased to announce the release of Bootstrap 4 extension version 2.0.1. There are five bugs fixed found since initial release.

Bootstrap extension version 2.0.9 released

Jan 29, 2019

We are very pleased to announce the release of Bootstrap extension version 2.0.9 which updates asset constraint to use Bootstrap 3.4.x.

Bootstrap 4 extension version 2.0.0 released

Jan 28, 2019

We are very pleased to announce the first stable release of Bootstrap 4 extension version 2.0.0 that adds assets and widgets for Bootstrap 4.

The guide is available at the website.

  • «
  • 1
  • 2
  • »
Get notified of news as soon as they are available using our RSS Feed.

Years

  • 2026 (44)
  • 2025 (92)
  • 2024 (80)
  • 2023 (90)
  • 2022 (82)
  • 2021 (101)
  • 2020 (64)
  • 2019 (75)
  • 2018 (32)
  • 2017 (35)
  • 2016 (30)
  • 2015 (9)
  • 2014 (6)
  • 2013 (11)
  • 2012 (14)
  • 2011 (10)
  • 2010 (10)
  • 2009 (23)
  • 2008 (5)

Popular Tags

  • yii3 384
  • extensions 233
  • release 109
  • yii2 73
  • debug 30
  • view 28
  • html 25
  • auth client 23
  • bootstrap 21
  • redis 20
  • Yii 1.1
  • Guide
  • API
  • Wiki
  • Yii 2
  • Guide
  • API
  • Wiki
  • Yii3
  • Guide
  • API
  • Cookbook
  • Terms of service
  • License
  • Contact Us
  • Supported by
  • Your donations
  • JetBrains logo
  • © 2008 - 2026 Yii (Website Source Code)