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

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

7
- Bug #5323: Nested dropdown does not work for `yii\bootstrap\DropDown` (aryraditya)
8
- Bug #5336: `yii\bootstrap\DropDown` should register bootstrap plugin asset (zelenin) 
9 10
- Chg #5231: Collapse `items` property uses `label` element instead of array key for headers (nkovacs)
- Chg #5232: Collapse encodes headers by default (nkovacs)
11
- Chg #5217: Tabs no longer requires content since empty tab could be used dynamically (damiandennis)
Qiang Xue committed
12 13


14 15
2.0.0-rc September 27, 2014
---------------------------
Qiang Xue committed
16

17
- Bug #3292: Fixed dropdown widgets rendering incorrect HTML (it3rmit)
18
- Bug #3740: Fixed duplicate error message when client validation is enabled (tadaszelvys)
19
- Bug #3749: Fixed invalid plugin registration and ensure clickable links in dropdown (kartik-v)
Dmitry Chernikov committed
20
- Enh #4024: Added ability to `yii\bootstrap\Tabs` to encode each `Tabs::items['label']` separately (creocoder, umneeq)
Alex-Code committed
21
- Enh #4120: Added ability for each item to choose it's encoding option in `Dropdown` and `Nav` (Alex-Code)
22
- Enh #4363: Added `showIndicators` property to make Carousel indicators optional (sdkiller)
23
- Chg #3036: Upgraded Twitter Bootstrap to 3.1.x (qiangxue)
Alexander Makarov committed
24 25 26 27 28 29
- Chg #4595: The following properties are now taking `false` instead of `null` for "don't use" case (samdark)
  - `yii\bootstrap\NavBar::$brandLabel`.
  - `yii\bootstrap\NavBar::$brandUrl`.
  - `yii\bootstrap\Modal::$closeButton`.
  - `yii\bootstrap\Modal::$toggleButton`.
  - `yii\bootstrap\Alert::$closeButton`.
Qiang Xue committed
30

31 32
2.0.0-beta April 13, 2014
-------------------------
33

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

Carsten Brandt committed
48
2.0.0-alpha, December 1, 2013
49 50 51
-----------------------------

- Initial release.