Commit Graph

63 Commits

Author SHA1 Message Date
Anton
2e42954f28
Update BaseHtml.php 2022-05-03 20:26:05 +03:00
Anton
d20467183a
Update BaseHtml.php 2022-04-23 02:49:22 +03:00
Anton
e4582bdde9
Update BaseHtml
Replace PHPDoc of `BaseHtml::$normalizeClassAttribute`
Add inline mode in `BaseHtml::checkboxList()`
Add inline mode in `BaseHtml::radioList()`
2022-04-23 02:47:47 +03:00
Lucas Bartholemy
6645e88574
Fixed homeUrl in default homeLink
The Phpdoc descriptions says "If this property is not set, it will default to a link pointing to [[\yii\web\Application::homeUrl]] with the label 'Home'. If this property is false, the home link will not be rendered."
2022-04-20 19:17:51 +02:00
simialbi
f7e2942960
Code style updates 2022-03-10 23:53:08 +01:00
Julian Rutten
62c4f8334a chore: add docs and test for issue #36 2022-03-10 23:43:09 +01:00
Julian Rutten
a8704c58f8 fix: clientOptions=false skips registerJs 2022-03-09 14:04:26 +01:00
Simon Karlen
9151d0b101
updated russian translations (compiled) 2022-01-17 08:04:47 +01:00
Anton
98d3ea966e
Update messages.po 2022-01-15 20:20:04 +03:00
simialbi
74e07a2ff7 Adapted @WinterSilence's russian translations 2022-01-10 13:53:30 +01:00
Simon Karlen
f75ef171d0
added japanese translation (thx @fetus-hina) 2022-01-06 08:58:12 +01:00
Simon Karlen
58d28c0bc4
added italian translation
try bootstrapping approach
updated composer.json
2022-01-06 07:35:27 +01:00
Simon Karlen
cb48dd6e45
Added translations (fixed #28) 2022-01-05 11:17:55 +01:00
Simon Karlen
a0c528b496
Accept Breadcrumbs::$homeLink = false to omit "Home" link (fixed #24) 2022-01-05 09:49:44 +01:00
Simon Karlen
a3b52b4519
fixed strange yii2 behavior in css class handling 2022-01-05 09:41:34 +01:00
Simon Karlen
750c7e1b95
changed all data and aria attributes to short syntax (fixed #27) 2022-01-03 09:40:20 +01:00
Anton
dede0982fc
Update Progress.php 2021-12-22 22:37:52 +03:00
Anton
057e672681
Remove redundand BaseHtml::$dataAttributes 2021-12-20 04:49:33 +03:00
simialbi
813e9fd879
Fixed BootstrapIconAsset 2021-12-19 13:52:54 +01:00
simialbi
1a12d1cf65
Do not force icon asset 2021-12-19 13:10:37 +01:00
Kirill Petrov
6b2d1f6c65
Update BootstrapAsset.php 2021-12-16 20:27:07 +04:00
Kirill Petrov
df2d2d7ffb
Update BootstrapIconAsset.php 2021-12-16 20:26:58 +04:00
Kirill Petrov
26c001763d
Update and rename BootstrapIconAsset to BootstrapIconAsset.php 2021-12-16 20:08:08 +04:00
Kirill Petrov
f305113978
Create BootstrapIconAsset 2021-12-16 20:07:40 +04:00
simialbi
960529d8b4
Merge pull request #22 from WinterSilence/patch-2
Fix name of method ActiveField::dropDownList()
2021-12-09 08:27:36 +01:00
Anton
fdbe447ce2
Update ActiveField.php 2021-12-02 11:17:12 +03:00
Anton
2072e8f42e
Update ActiveField.php 2021-11-30 22:49:58 +03:00
Anton
967118226c
Fix class attribute in listBox() and dropDownList() of ActiveField 2021-11-30 22:48:06 +03:00
Anton
ec4e525fbc
Update ActiveField.php 2021-11-30 22:14:27 +03:00
Anton
2a36723f25
Update ActiveField.php 2021-11-30 22:06:37 +03:00
Anton
7cb500ac75
Fix value of attribute aria-current in LinkPager 2021-11-26 19:11:00 +03:00
simialbi
6eff0f80ba
Simplified switch and check for boolean 2021-11-25 10:18:23 +01:00
Anton
e198618f82
Update ActiveField.php 2021-11-24 13:31:18 +03:00
Anton
1314747ceb
ActiveField: add rangeInput(), colorInput() and append switch mode to checkbox() 2021-11-15 21:01:02 +03:00
Alexander Makarov
258583d8a6
release version 2.0.2 2021-10-21 23:37:19 +03:00
Simon Karlen
e91c70475c
added possibility to use own classes exclusively (#15) 2021-10-12 13:43:21 +02:00
Simon Karlen
6789d54cb3
fixed #15 2021-10-12 12:34:14 +02:00
simialbi
51744dc4ec
Merge branch 'master' into dicr-fix-register-plugin 2021-08-20 08:25:00 +02:00
Simon Karlen
80966912b8
fixed #11 2021-08-18 15:41:26 +02:00
simialbi
1653709df2
Merge branch 'master' into dicr-fix-activestaticcontrol 2021-08-16 09:49:23 +02:00
Simon Karlen
7c6dbc295d
added test, updated changelog, removed unnecessary typecasting (already done by method definition) 2021-08-16 09:48:14 +02:00
Игорь Тарасов
a65c89425e fix default ActiveField::hintOptions 2021-08-14 19:52:47 +05:00
Игорь Тарасов
c4013bfde7 fix default ActiveField::hintOptions 2021-08-14 06:24:19 +05:00
Игорь Тарасов
d833183555 fix BaseHtml::activeStaticControl value type 2021-08-13 05:46:42 +05:00
Игорь Тарасов
a9779d96a4 fix BootstrapWidgetTrait::registerPlugin 2021-08-13 05:08:44 +05:00
Alexander Makarov
5c642f8811
release version 2.0.0 2021-08-07 00:38:53 +03:00
Simon Karlen
91e31dd164
added offcanvas navigation feature 2021-08-05 10:01:02 +02:00
Simon Karlen
0a1ff00cc0
updated docs and bs version 2021-08-05 09:21:05 +02:00
Simon Karlen
6ba5b34c2c
allow override of title tag, added some more options to tests 2021-08-04 10:03:47 +02:00
Simon Karlen
5fbad0fa2f
added offcanvas widget 2021-08-04 09:57:30 +02:00