9.1 KiB
9.1 KiB
Yii Framework 2 bootstrap extension Change Log
2.0.8 February 16, 2018
- Bug #126: Fixed
yii\bootstrap\ToggleButtonGrouptoggles dropdown for both buttons in casesplitis enabled (klimov-paul) - Bug #136: Allow overriding
horizontalCssClasseswhen extending\yii\bootstrap\ActiveField(mikehaertl, klimov-paul) - Enh #118: Methods
radioList()andcheckboxList()overridden atyii\bootstrap\Htmlapplying Bootstrap style (klimov-paul) - Enh #148:
yii\bootstrap\Html::error()now automatically set 'help-block help-block-error' CSS class for generated tag (klimov-paul) - Enh #171: Add ability to use a brandImage with the navbar (razvanphp)
- Enh #219: Add ability to use custom HTML in navbar-header (razvanphp)
- Enh #227: Added
yii\bootstrap\Collapse::$itemToggleOptionsallowing setup custom collapse tag name and HTML options (mskayali, klimov-paul)
2.0.7 October 09, 2017
- Bug #126:
yii\bootstrap\ToggleButtonGroupwas unable to work without model (makroxyz) - Bug #130: Fixed
yii\bootstrap\Collapseto use pure numerical value oncontentproperty (meysampg) - Bug #137: Remove
role="navbar"fromyii\bootstrap\NavBaraccording to new aria specification (tino415) - Bug #143: Fixed
yii\bootstrap\Navto use tags according to bootstrap docs (PowerGamer1) - Bug #157: Active status of multilevel submenu items of the
yii\bootstrap\Navclass is determined correctly now (PowerGamer1) - Bug #162: Fixed
yii\bootstrap\Navnot taking explicitactiveinto account whenactivateItemsis off (samdark) - Bug #184:
yii\bootstrap\ButtonDropdownwidget did not use the correct JS plugin, wasbutton, changed todropdown(cebe, yukal) - Bug #196: Remove
role="form"fromyii\bootstrap\ActiveFormaccording to new aria specification (bastardijke) - Enh #64: Added simplified syntax for specifying
Collapsewidget$items(Faryshta, cebe) - Enh #107: Added
yii\bootstrap\Collapse::$autoCloseItemsto allow keeping multiple items open at the same time (cebe) - Enh #113: Allow URLs instead of content for Tab Widget Dropdown items (Okeanos)
- Enh #131: Added
tabContentOptionsto set HTML attributes for 'tab-content' container inTabswidget (AndrewKorpusov) - Enh #145: Added the ability to customize the class used to draw dropdowns in
yii\bootstrap\Nav,yii\bootstrapButtonDropdownandyii\bootstrap\Tabwidgets (PowerGamer1) - Enh #174: Added
yii\bootstrap\Tabs::renderPanes()to allow extending the class to manipulate the content between the tabs and the content (thiagotalma) - Enh #187: Added
yii\bootstrap\Tabs::activateFirstVisibleTab()to set the first visible tab as active if no active tab is set (nilsburg) - Enh #208: Added
yii\bootstrap\Modal::$bodyOptionsto allow add options to body part Modal (KoJIT2009)
2.0.6 March 17, 2016
- Bug #68: Fixed
yii\bootstrap\Navhandling empty items (freezy-sk) - Bug #81: Fixed
yii\bootstrap\ActiveField::radioList()andyii\bootstrap\ActiveField::checkboxList()ignoreitemOptions(mikehaertl) - Bug #98: Fixed
yii\bootstrap\ButtonDropdownsettinghrefattribute for nonatags (13nightevil) - Bug #124: Fixed
yii\bootstrap\Tabsto usetagconfiguration option for item container (arturf) - Enh #45: Added support for Bootstrap checkbox/radio toggle buttons (RomeroMsk, klimov-paul)
- Enh #92: Allow overriding
data-toggleinyii\bootstrap\Tabs(machour)
2.0.5 September 23, 2015
- Enh #15: Allowed overriding default Bootstrap CSS classes added by widgets (klimov-paul)
- Enh #38: Added object support for
contentoption inCollapseclass (pana1990, ItsReddi) - Enh #40: Added
visibleoption toyii\bootstrap\Tabwidget items (klimov-paul) - Enh #41: Added
submenuOptionssupport atyii\bootstrap\Dropdown(spikyjt, klimov-paul) - Enh #42: Added support for the glyphicons via
yii\bootstrap\Html::icon()(klimov-paul) - Enh #43: Added support for the static form controls via
yii\bootstrap\Html(klimov-paul) - Enh #44: Fixed
yii\bootstrap\ButtonDropdownrenders two buttons with the same id, if 'split' is enabled (klimov-paul) - Enh #50: Added
dropDownOptionsthat is passed toyii\bootstrap\Navdropdown items (fbau123)
2.0.4 May 10, 2015
- Bug #18:
labeloption ignored byyii\bootstrap\Activefield::checkbox()andyii\bootstrap\Activefield::radio()(mikehaertl) - Bug #5984:
yii\bootstrap\Activefield::checkbox()caused browser to link label to the wrong input (cebe) - Bug #7894: Fixed incorrect URL config processing at
yii\bootstrap\Nav::itemsif route element is not a first one (nkovacs, klimov-paul) - Bug #8231: Configuration of Alert, ButtonDropdown, Modal widget where not preserved when used multiple times (cebe, idMolotov)
- Bug (CVE-2015-3397): Using
Json::htmlEncode()for safer JSON data encoding in HTML code (samdark, Tomasz Tokarski) - Enh #29: Added support to list-groups for Collapse class (pana1990, skullcrasher)
- Enh #2546: Added
visibleoption toyii\bootstrap\ButtonGroup::$buttons(samdark, lukBarros) - Enh #7633: Added
ActionColumn::$buttonOptionsfor defining HTML options to be added to the default buttons (cebe) - Enh: Added
Nav::$dropDownCaretto allow customization of the dropdown caret symbol (cebe) - Enh: Added support for using external URLs for
Tabs. (dynasource, qiangxue)
2.0.3 March 01, 2015
- no changes in this release.
2.0.2 January 11, 2015
- Bug #6672:
yii\bootstrap\Dropdownshould register client event handlers (qiangxue)
2.0.1 December 07, 2014
- Bug #5570:
yii\bootstrap\Tabswould throw an exception ifcontentis not set for one of itsitems(RomeroMsk) - Bug #6150:
yii\bootstrap\Tabsdropdown IDs were generated incorrectly (samdark) - Enh #4146: Added
yii\bootstrap\ButtonDropdown::$containerOptions(samdark) - Enh #4181: Added
yii\bootstrap\Modal::$headerOptionsandyii\bootstrap\Modal::$footerOptions(tuxoff, samdark) - Enh #4450: Added
yii\bootstrap\Nav::renderDropdown()(qiangxue) - Enh #5494: Added support for specifying a menu header as a configuration array in
yii\bootstrap\Dropdown(hiltonjanfield, qiangxue) - Enh #5735: Added
yii\bootstrap\Tabs::renderTabContentto support manually rendering tab contents (RomeroMsk) - Enh #5799:
yii\bootstrap\ButtonGroup::buttonscan take all options that are supported byyii\bootstrap\Button(aleksanderd) - Chg #5874: Upgraded Twitter Bootstrap to 3.3.x (samdark)
2.0.0 October 12, 2014
- Bug #5323: Nested dropdown does not work for
yii\bootstrap\DropDown(aryraditya) - Bug #5336:
yii\bootstrap\DropDownshould register bootstrap plugin asset (zelenin) - Chg #5231: Collapse
itemsproperty useslabelelement instead of array key for headers (nkovacs) - Chg #5232: Collapse encodes headers by default (nkovacs)
- Chg #5217: Tabs no longer requires content since empty tab could be used dynamically (damiandennis)
2.0.0-rc September 27, 2014
- Bug #3292: Fixed dropdown widgets rendering incorrect HTML (it3rmit)
- Bug #3740: Fixed duplicate error message when client validation is enabled (tadaszelvys)
- Bug #3749: Fixed invalid plugin registration and ensure clickable links in dropdown (kartik-v)
- Enh #4024: Added ability to
yii\bootstrap\Tabsto encode eachTabs::items['label']separately (creocoder, umneeq) - Enh #4120: Added ability for each item to choose it's encoding option in
DropdownandNav(Alex-Code) - Enh #4363: Added
showIndicatorsproperty to make Carousel indicators optional (sdkiller) - Chg #3036: Upgraded Twitter Bootstrap to 3.1.x (qiangxue)
- Chg #4595: The following properties are now taking
falseinstead ofnullfor "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.
2.0.0-beta April 13, 2014
- Bug #2361:
yii\bootstrap\NavBar::brandUrlshould 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)
- Enh #1881: Improved
yii\bootstrap\NavBarwithcontainerOptions,innerContainerOptionsandrenderInnerContainer(creocoder) - Enh #2425: Tabs widget now selects first tab if no active tab is specified (samdark)
- Enh #2634: Submenus will now be checked for being active (Alex-Code)
- Enh #2643: Add size attribute to Modal (tof06)
- Chg #1459: Update Collapse to use bootstrap 3 classes (tonydspaniard)
- Chg #1820: Update Progress to use bootstrap 3 markup (samdark)
- New #3029: Added
yii\bootstrap\ActiveFormandyii\bootstrap\ActiveField(mikehaertl)
2.0.0-alpha, December 1, 2013
- Initial release.