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.

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. Yii Framework 2 bootstrap extension Change Log
  2. ==============================================
  3. 2.0.3 March 01, 2015
  4. --------------------
  5. - no changes in this release.
  6. 2.0.2 January 11, 2015
  7. ----------------------
  8. - Bug #6672: `yii\bootstrap\Dropdown` should register client event handlers (qiangxue)
  9. 2.0.1 December 07, 2014
  10. -----------------------
  11. - Bug #5570: `yii\bootstrap\Tabs` would throw an exception if `content` is not set for one of its `items` (RomeroMsk)
  12. - Bug #6150: `yii\bootstrap\Tabs` dropdown IDs were generated incorrectly (samdark)
  13. - Enh #4146: Added `yii\bootstrap\ButtonDropdown::$containerOptions` (samdark)
  14. - Enh #4181: Added `yii\bootstrap\Modal::$headerOptions` and `yii\bootstrap\Modal::$footerOptions` (tuxoff, samdark)
  15. - Enh #4450: Added `yii\bootstrap\Nav::renderDropdown()` (qiangxue)
  16. - Enh #5494: Added support for specifying a menu header as a configuration array in `yii\bootstrap\Dropdown` (hiltonjanfield, qiangxue)
  17. - Enh #5735: Added `yii\bootstrap\Tabs::renderTabContent` to support manually rendering tab contents (RomeroMsk)
  18. - Enh #5799: `yii\bootstrap\ButtonGroup::buttons` can take all options that are supported by `yii\bootstrap\Button` (aleksanderd)
  19. - Chg #5874: Upgraded Twitter Bootstrap to 3.3.x (samdark)
  20. 2.0.0 October 12, 2014
  21. ----------------------
  22. - Bug #5323: Nested dropdown does not work for `yii\bootstrap\DropDown` (aryraditya)
  23. - Bug #5336: `yii\bootstrap\DropDown` should register bootstrap plugin asset (zelenin)
  24. - Chg #5231: Collapse `items` property uses `label` element instead of array key for headers (nkovacs)
  25. - Chg #5232: Collapse encodes headers by default (nkovacs)
  26. - Chg #5217: Tabs no longer requires content since empty tab could be used dynamically (damiandennis)
  27. 2.0.0-rc September 27, 2014
  28. ---------------------------
  29. - Bug #3292: Fixed dropdown widgets rendering incorrect HTML (it3rmit)
  30. - Bug #3740: Fixed duplicate error message when client validation is enabled (tadaszelvys)
  31. - Bug #3749: Fixed invalid plugin registration and ensure clickable links in dropdown (kartik-v)
  32. - Enh #4024: Added ability to `yii\bootstrap\Tabs` to encode each `Tabs::items['label']` separately (creocoder, umneeq)
  33. - Enh #4120: Added ability for each item to choose it's encoding option in `Dropdown` and `Nav` (Alex-Code)
  34. - Enh #4363: Added `showIndicators` property to make Carousel indicators optional (sdkiller)
  35. - Chg #3036: Upgraded Twitter Bootstrap to 3.1.x (qiangxue)
  36. - Chg #4595: The following properties are now taking `false` instead of `null` for "don't use" case (samdark)
  37. - `yii\bootstrap\NavBar::$brandLabel`.
  38. - `yii\bootstrap\NavBar::$brandUrl`.
  39. - `yii\bootstrap\Modal::$closeButton`.
  40. - `yii\bootstrap\Modal::$toggleButton`.
  41. - `yii\bootstrap\Alert::$closeButton`.
  42. 2.0.0-beta April 13, 2014
  43. -------------------------
  44. - Bug #2361: `yii\bootstrap\NavBar::brandUrl` should default to the home URL of application (qiangxue)
  45. - Enh #1474: Added option to make NavBar 100% width (cebe)
  46. - Enh #1552: It is now possible to use multiple bootstrap NavBar in a single page (Alex-Code)
  47. - Enh #1553: Only add navbar-default class to NavBar when no other class is specified (cebe)
  48. - Enh #1562: Added `yii\bootstrap\Tabs::linkOptions` (kartik-v)
  49. - Enh #1601: Added support for tagName and encodeLabel parameters in ButtonDropdown (omnilight)
  50. - Enh #1881: Improved `yii\bootstrap\NavBar` with `containerOptions`, `innerContainerOptions` and `renderInnerContainer` (creocoder)
  51. - Enh #2425: Tabs widget now selects first tab if no active tab is specified (samdark)
  52. - Enh #2634: Submenus will now be checked for being active (Alex-Code)
  53. - Enh #2643: Add size attribute to Modal (tof06)
  54. - Chg #1459: Update Collapse to use bootstrap 3 classes (tonydspaniard)
  55. - Chg #1820: Update Progress to use bootstrap 3 markup (samdark)
  56. - New #3029: Added `yii\bootstrap\ActiveForm` and `yii\bootstrap\ActiveField` (mikehaertl)
  57. 2.0.0-alpha, December 1, 2013
  58. -----------------------------
  59. - Initial release.