tino415
|
cfe46a2cf1
|
Fixes #137: Remove `role="navbar"` from `yii\bootstrap\NavBar` according to new aria specification
|
9 years ago |
Meysam
|
61ff144457
|
Fixes #130: Fixed `yii\bootstrap\Collapse` to use pure numerical value on `content` property
|
9 years ago |
Marco
|
4dd9f52e2a
|
Fixes #126: `yii\bootstrap\ToggleButtonGroup` was unable to work without model
|
9 years ago |
Carsten Brandt
|
361bd63975
|
prepare for next release
|
9 years ago |
Carsten Brandt
|
3fd2b8c950
|
release version 2.0.6
|
9 years ago |
Carsten Brandt
|
529b4d2cf4
|
moved wrong changelog line
|
9 years ago |
artur
|
4133d6b26f
|
Fix: get item container from config
- Add unit test for check rendering item container
close #124
|
9 years ago |
Klimov Paul
|
1603a2b028
|
`Nav::renderItem()` adjusted
|
9 years ago |
Klimov Paul
|
8e02d87086
|
Issue #81 added to CHANGELOG
|
9 years ago |
Klimov Paul
|
8e77d2e4e4
|
Merge branch 'master'
|
9 years ago |
Agiel Kurniawan Saputra
|
e7b4df436f
|
Fixes #98: Fixed `yii\bootstrap\ButtonDropdown` setting `href` attribute for non `a` tags
|
9 years ago |
Mehdi Achour
|
7644ecbc44
|
Fixes #92: Allow overriding `data-toggle` in `yii\bootstrap\Tabs`
|
9 years ago |
freezy
|
94840e6794
|
[Fixes #86] Fixed handling empty items in Nav
|
9 years ago |
Carsten Brandt
|
57bfe7637a
|
prepare for next release
|
9 years ago |
Carsten Brandt
|
1464f93834
|
release 2.0.5
|
9 years ago |
Klimov Paul
|
202d7bfdfb
|
Fix issue description at CHANGELOG.md
|
10 years ago |
Klimov Paul
|
81ccca3ada
|
issue #15 added to CHANGELOG
|
10 years ago |
Francesc Bautista
|
05253b8fd6
|
Enh #50: Added `dropDownOptions` that is passed to `yii\bootstrap\Nav` dropdown items
|
10 years ago |
Klimov Paul
|
89dbfeee80
|
Added support for Bootstrap checkbox/radio toggle buttons
|
10 years ago |
Klimov Paul
|
53db15c379
|
Fixed `yii\bootstrap\ButtonDropdown` renders two buttons have same with id if 'split' is enabled
|
10 years ago |
Klimov Paul
|
aae6d31ed9
|
CHANGELOG.md updated
|
10 years ago |
Klimov Paul
|
34081f44cb
|
usage of `yii\helpers\Html` removed
|
10 years ago |
Klimov Paul
|
f387e6ebfd
|
Added `submenuOptions` support at `yii\bootstrap\Dropdown`
|
10 years ago |
Klimov Paul
|
63ddbe87dd
|
Added `visible` option to `yii\bootstrap\Tab` widget items
|
10 years ago |
Alexander Makarov
|
29ed43dd05
|
Adjusted changelog wording
|
10 years ago |
pana1990
|
f7cc408d88
|
Fix 29: Added support to object for content option in Collapse class
|
10 years ago |
Qiang Xue
|
551a391dd8
|
prepare for next release
|
10 years ago |
Qiang Xue
|
898682b04c
|
Using `Json::htmlEncode()` for safer JSON data encoding in HTML code
|
10 years ago |
Carsten Brandt
|
37b1b59817
|
ensure widget configuration are reusable
Configuration where not preserved when used multiple times.
fixes yiisoft/yii2#8231
|
10 years ago |
Qiang Xue
|
554c3ccf04
|
Added support for using external URLs for
[3gH H H H H H H H H H H H H
|
10 years ago |
Klimov Paul
|
830da61dd5
|
`yii\bootstrap\Html` helper added
|
10 years ago |
Klimov Paul
|
b91b32530e
|
Fixed incorrect URL config processing at `yii\bootstrap\Nav::items` if route element is not a first one
|
10 years ago |
pana1990
|
599d60c376
|
Fix #29 : Added support to list-groups in Collapse class
|
10 years ago |
Alexander Makarov
|
8e26e12744
|
Fixes #2546: Added `visible` option to `yii\bootstrap\ButtonGroup::$buttons`
|
10 years ago |
Michael Härtl
|
2413f3f4c9
|
Fix issue 7895 (yii2): label option ignored
|
10 years ago |
Carsten Brandt
|
5dfc3ac674
|
Allow customization of the dropdown caret
This can be useful when another iconset is used for example.
|
10 years ago |
Carsten Brandt
|
eeb850ab89
|
added ActionColumn::$buttonOptions
allows for configuration of the default buttons like this:
```php
[
'class' => ActionColumn::className(),
'template' => '<div class="btn-group text-center">{view} {update} {delete}</div>',
'buttonOptions' => [
'class' => 'btn btn-default btn-xs',
],
],
```
close #7633
|
10 years ago |
Carsten Brandt
|
a78d8b59b2
|
fixed issue with wrongly assigned label in bootstrap
fixes #5984
|
10 years ago |
Qiang Xue
|
9db3d6525d
|
prepare for next release.
|
10 years ago |
Qiang Xue
|
d4bd9c5f97
|
2.0.3 release.
|
10 years ago |
Qiang Xue
|
0a751a49d2
|
prepare for the next release.
|
10 years ago |
Qiang Xue
|
e3e4fdebb9
|
2.0.2 release
|
10 years ago |
Qiang Xue
|
43b808a9d7
|
Fixes #6672: `yii\bootstrap\Dropdown` should register client event handlers
|
10 years ago |
Qiang Xue
|
f9cddd7523
|
prepare for next release.
|
10 years ago |
Qiang Xue
|
ca82a7a03f
|
prepare for 2.0.1 release
|
10 years ago |
Qiang Xue
|
f632f47746
|
Fixes #5494: Added support for specifying a menu header as a configuration array in `yii\bootstrap\Dropdown`
|
10 years ago |
Alexander Makarov
|
23b44e609b
|
Fixes #4146: Added `yii\bootstrap\ButtonDropdown::$containerOptions`
|
10 years ago |
Alexander Makarov
|
4207021e7a
|
Fixes #6150: `yii\bootstrap\Tabs` dropdown IDs were generated incorrectly
|
10 years ago |
Qiang Xue
|
87b6374376
|
Fixes #4450: Added `yii\bootstrap\Nav::renderDropdown()`
|
10 years ago |
Qiang Xue
|
b9d20fdeac
|
Fixes #5799: `yii\bootstrap\ButtonGroup::buttons` can take all options that are supported by `yii\bootstrap\Button`
|
10 years ago |