Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

CHANGELOG.md 6.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. Yii Framework 2 bootstrap extension Change Log
  2. ==============================================
  3. 2.0.6 March 17, 2016
  4. --------------------
  5. - Bug #68: Fixed `yii\bootstrap\Nav` handling empty items (freezy-sk)
  6. - Bug #81: Fixed `yii\bootstrap\ActiveField::radioList()` and `yii\bootstrap\ActiveField::checkboxList()` ignore `itemOptions` (mikehaertl)
  7. - Bug #98: Fixed `yii\bootstrap\ButtonDropdown` setting `href` attribute for non `a` tags (13nightevil)
  8. - Bug #124: Fixed `yii\bootstrap\Tabs` to use `tag` configuration option for item container (arturf)
  9. - Enh #45: Added support for Bootstrap checkbox/radio toggle buttons (RomeroMsk, klimov-paul)
  10. - Enh #92: Allow overriding `data-toggle` in `yii\bootstrap\Tabs` (machour)
  11. 2.0.5 September 23, 2015
  12. ------------------------
  13. - Enh #15: Allowed overriding default Bootstrap CSS classes added by widgets (klimov-paul)
  14. - Enh #38: Added object support for `content` option in `Collapse` class (pana1990, ItsReddi)
  15. - Enh #40: Added `visible` option to `yii\bootstrap\Tab` widget items (klimov-paul)
  16. - Enh #41: Added `submenuOptions` support at `yii\bootstrap\Dropdown` (spikyjt, klimov-paul)
  17. - Enh #42: Added support for the glyphicons via `yii\bootstrap\Html::icon()` (klimov-paul)
  18. - Enh #43: Added support for the static form controls via `yii\bootstrap\Html` (klimov-paul)
  19. - Enh #44: Fixed `yii\bootstrap\ButtonDropdown` renders two buttons with the same id, if 'split' is enabled (klimov-paul)
  20. - Enh #50: Added `dropDownOptions` that is passed to `yii\bootstrap\Nav` dropdown items (fbau123)
  21. 2.0.4 May 10, 2015
  22. ------------------
  23. - Bug #18: `label` option ignored by `yii\bootstrap\Activefield::checkbox()` and `yii\bootstrap\Activefield::radio()` (mikehaertl)
  24. - Bug #5984: `yii\bootstrap\Activefield::checkbox()` caused browser to link label to the wrong input (cebe)
  25. - Bug #7894: Fixed incorrect URL config processing at `yii\bootstrap\Nav::items` if route element is not a first one (nkovacs, klimov-paul)
  26. - Bug #8231: Configuration of Alert, ButtonDropdown, Modal widget where not preserved when used multiple times (cebe, idMolotov)
  27. - Bug (CVE-2015-3397): Using `Json::htmlEncode()` for safer JSON data encoding in HTML code (samdark, Tomasz Tokarski)
  28. - Enh #29: Added support to list-groups for Collapse class (pana1990, skullcrasher)
  29. - Enh #2546: Added `visible` option to `yii\bootstrap\ButtonGroup::$buttons` (samdark, lukBarros)
  30. - Enh #7633: Added `ActionColumn::$buttonOptions` for defining HTML options to be added to the default buttons (cebe)
  31. - Enh: Added `Nav::$dropDownCaret` to allow customization of the dropdown caret symbol (cebe)
  32. - Enh: Added support for using external URLs for `Tabs`. (dynasource, qiangxue)
  33. 2.0.3 March 01, 2015
  34. --------------------
  35. - no changes in this release.
  36. 2.0.2 January 11, 2015
  37. ----------------------
  38. - Bug #6672: `yii\bootstrap\Dropdown` should register client event handlers (qiangxue)
  39. 2.0.1 December 07, 2014
  40. -----------------------
  41. - Bug #5570: `yii\bootstrap\Tabs` would throw an exception if `content` is not set for one of its `items` (RomeroMsk)
  42. - Bug #6150: `yii\bootstrap\Tabs` dropdown IDs were generated incorrectly (samdark)
  43. - Enh #4146: Added `yii\bootstrap\ButtonDropdown::$containerOptions` (samdark)
  44. - Enh #4181: Added `yii\bootstrap\Modal::$headerOptions` and `yii\bootstrap\Modal::$footerOptions` (tuxoff, samdark)
  45. - Enh #4450: Added `yii\bootstrap\Nav::renderDropdown()` (qiangxue)
  46. - Enh #5494: Added support for specifying a menu header as a configuration array in `yii\bootstrap\Dropdown` (hiltonjanfield, qiangxue)
  47. - Enh #5735: Added `yii\bootstrap\Tabs::renderTabContent` to support manually rendering tab contents (RomeroMsk)
  48. - Enh #5799: `yii\bootstrap\ButtonGroup::buttons` can take all options that are supported by `yii\bootstrap\Button` (aleksanderd)
  49. - Chg #5874: Upgraded Twitter Bootstrap to 3.3.x (samdark)
  50. 2.0.0 October 12, 2014
  51. ----------------------
  52. - Bug #5323: Nested dropdown does not work for `yii\bootstrap\DropDown` (aryraditya)
  53. - Bug #5336: `yii\bootstrap\DropDown` should register bootstrap plugin asset (zelenin)
  54. - Chg #5231: Collapse `items` property uses `label` element instead of array key for headers (nkovacs)
  55. - Chg #5232: Collapse encodes headers by default (nkovacs)
  56. - Chg #5217: Tabs no longer requires content since empty tab could be used dynamically (damiandennis)
  57. 2.0.0-rc September 27, 2014
  58. ---------------------------
  59. - Bug #3292: Fixed dropdown widgets rendering incorrect HTML (it3rmit)
  60. - Bug #3740: Fixed duplicate error message when client validation is enabled (tadaszelvys)
  61. - Bug #3749: Fixed invalid plugin registration and ensure clickable links in dropdown (kartik-v)
  62. - Enh #4024: Added ability to `yii\bootstrap\Tabs` to encode each `Tabs::items['label']` separately (creocoder, umneeq)
  63. - Enh #4120: Added ability for each item to choose it's encoding option in `Dropdown` and `Nav` (Alex-Code)
  64. - Enh #4363: Added `showIndicators` property to make Carousel indicators optional (sdkiller)
  65. - Chg #3036: Upgraded Twitter Bootstrap to 3.1.x (qiangxue)
  66. - Chg #4595: The following properties are now taking `false` instead of `null` for "don't use" case (samdark)
  67. - `yii\bootstrap\NavBar::$brandLabel`.
  68. - `yii\bootstrap\NavBar::$brandUrl`.
  69. - `yii\bootstrap\Modal::$closeButton`.
  70. - `yii\bootstrap\Modal::$toggleButton`.
  71. - `yii\bootstrap\Alert::$closeButton`.
  72. 2.0.0-beta April 13, 2014
  73. -------------------------
  74. - Bug #2361: `yii\bootstrap\NavBar::brandUrl` should default to the home URL of application (qiangxue)
  75. - Enh #1474: Added option to make NavBar 100% width (cebe)
  76. - Enh #1552: It is now possible to use multiple bootstrap NavBar in a single page (Alex-Code)
  77. - Enh #1553: Only add navbar-default class to NavBar when no other class is specified (cebe)
  78. - Enh #1562: Added `yii\bootstrap\Tabs::linkOptions` (kartik-v)
  79. - Enh #1601: Added support for tagName and encodeLabel parameters in ButtonDropdown (omnilight)
  80. - Enh #1881: Improved `yii\bootstrap\NavBar` with `containerOptions`, `innerContainerOptions` and `renderInnerContainer` (creocoder)
  81. - Enh #2425: Tabs widget now selects first tab if no active tab is specified (samdark)
  82. - Enh #2634: Submenus will now be checked for being active (Alex-Code)
  83. - Enh #2643: Add size attribute to Modal (tof06)
  84. - Chg #1459: Update Collapse to use bootstrap 3 classes (tonydspaniard)
  85. - Chg #1820: Update Progress to use bootstrap 3 markup (samdark)
  86. - New #3029: Added `yii\bootstrap\ActiveForm` and `yii\bootstrap\ActiveField` (mikehaertl)
  87. 2.0.0-alpha, December 1, 2013
  88. -----------------------------
  89. - Initial release.