CHANGELOG.md 1.46 KB
Newer Older
1 2 3
Yii Framework 2 bootstrap extension Change Log
==============================================

Qiang Xue committed
4 5 6
2.0.0-rc under development
--------------------------

7
- Bug #3292: Fixed dropdown widgets rendering incorrect HTML (it3rmit)
8
- Chg #3036: Upgraded Twitter Bootstrap to 3.1.x (qiangxue)
Qiang Xue committed
9 10


11 12
2.0.0-beta April 13, 2014
-------------------------
13

14
- Bug #2361: `yii\bootstrap\NavBar::brandUrl` should default to the home URL of application (qiangxue)
Carsten Brandt committed
15
- Enh #1474: Added option to make NavBar 100% width (cebe)
16
- Enh #1552: It is now possible to use multiple bootstrap NavBar in a single page (Alex-Code)
17
- Enh #1553: Only add navbar-default class to NavBar when no other class is specified (cebe)
18
- Enh #1562: Added `yii\bootstrap\Tabs::linkOptions` (kartik-v)
Qiang Xue committed
19
- Enh #1601: Added support for tagName and encodeLabel parameters in ButtonDropdown (omnilight)
20
- Enh #1881: Improved `yii\bootstrap\NavBar` with `containerOptions`, `innerContainerOptions` and `renderInnerContainer` (creocoder)
21
- Enh #2425: Tabs widget now selects first tab if no active tab is specified (samdark)
Alex-Code committed
22
- Enh #2634: Submenus will now be checked for being active (Alex-Code)
Christophe BOULAIN committed
23
- Enh #2643: Add size attribute to Modal (tof06)
24 25
- Chg #1459: Update Collapse to use bootstrap 3 classes (tonydspaniard)
- Chg #1820: Update Progress to use bootstrap 3 markup (samdark)
26
- New #3029: Added `yii\bootstrap\ActiveForm` and `yii\bootstrap\ActiveField` (mikehaertl)
Christophe BOULAIN committed
27

Carsten Brandt committed
28
2.0.0-alpha, December 1, 2013
29 30 31
-----------------------------

- Initial release.