Yii2 Bootstrap 3
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

881 B

Yii Framework 2 bootstrap extension Change Log

2.0.0 beta under development

  • Bug #2361: yii\bootstrap\NavBar::brandUrl should default to the home URL of application (qiangxue)
  • Enh #1474: Added option to make NavBar 100% width (cebe)
  • Enh #1552: It is now possible to use multiple bootstrap NavBar in a single page (Alex-Code)
  • Enh #1553: Only add navbar-default class to NavBar when no other class is specified (cebe)
  • Enh #1562: Added yii\bootstrap\Tabs::linkOptions (kartik-v)
  • Enh #1601: Added support for tagName and encodeLabel parameters in ButtonDropdown (omnilight)
  • Chg #1459: Update Collapse to use bootstrap 3 classes (tonydspaniard)
  • Chg #1820: Update Progress to use bootstrap 3 markup (samdark)

2.0.0 alpha, December 1, 2013

  • Initial release.