Carsten Brandt
|
0a549a51a4
|
Fixes #64: Added simplified syntax for specifying `Collapse` widget `$items`
|
8 years ago |
n.vanderburg
|
aa9be414b4
|
Added activateFirstVisibleTab() method to Tab widget
close #187
|
8 years ago |
Andrew Korpusov
|
3ad8127e7c
|
Tabs feature. Set HTML attributes to `tab-content` container
close #131
|
8 years ago |
bastardijke
|
65d43badb6
|
Fixes #196: Remove `role="form"` from `yii\bootstrap\ActiveForm` according to new aria specification
|
8 years ago |
Thiago Talma
|
1629f04186
|
Fixes #174: Added `yii\bootstrap\Tabs::renderPanes()` to allow extending the class to manipulate the content between the tabs and the content
|
8 years ago |
Alexander Makarov
|
81b6738a3b
|
Fixes #162: Fixed `yii\bootstrap\Nav` not taking explicit `active` into account when `activateItems` is off
|
8 years ago |
PowerGamer1
|
124848377d
|
Fixes #143: Fixed `yii\bootstrap\Nav` to use tags according to bootstrap docs
|
8 years ago |
PowerGamer1
|
c8969668c5
|
Fixes #145: Added the ability to customize the class used to draw dropdowns in `yii\bootstrap\Nav`, `yii\bootstrapButtonDropdown` and `yii\bootstrap\Tab` widgets
|
8 years ago |
Nikolas Grottendieck
|
a34585b2c4
|
Changelog updated to list enhanced Tab Widget Dropdown items
See #113
|
8 years ago |
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 |