Ihor Sychevskyi
dab5929c55
update root folder links ( #68 )
2023-01-02 09:03:21 +01:00
Ihor Sychevskyi
6db048b384
update src folder links ( #67 )
2022-12-31 10:34:09 +01:00
Ihor Sychevskyi
0b50ca3997
update tests folder links ( #66 )
2022-12-30 07:47:02 +01:00
Ihor Sychevskyi
c831e5b7eb
update docs folder links ( #65 )
...
thx
2022-12-27 08:09:38 +01:00
Ihor Sychevskyi
16cce45850
update github folder link ( #64 )
2022-12-25 10:07:44 +01:00
simialbi
79ffe2a780
Update CHANGELOG.md
2022-12-22 09:14:32 +01:00
Alex Powell
309544b84c
Allow Navbar to accept collapseOptions = false ( #63 )
...
* Allow collapseOptions to be false in Navbar
If `collapseOptions` is `false`, while `offcanvasOptions` is _also_ `false`, `renderToggleButton` throws an array access error (`$this->collapseOptions['id']];`)
* Update CHANGELOG.md
* Typo
* Add unit test
* Update NavBar.php
Code style
Co-authored-by: Alex Powell <alexanderp@agilitycis.com>
Co-authored-by: simialbi <simi.albi@outlook.com>
2022-12-22 09:06:27 +01:00
simialbi
0ce35f80ca
prepare for release
2022-11-30 09:25:21 +01:00
simialbi
1c8504e9f1
Fixed #58
2022-11-30 09:17:05 +01:00
simialbi
238be4f85c
removed asset changes from changelog. Overriding asset configuration is already in docs (to use minified versions)
2022-11-30 08:52:52 +01:00
simialbi
67342864ee
solve asset problem ( fixed #56 , #59 )
2022-11-30 08:47:12 +01:00
simialbi
5f4839cf07
added "Toggle Navigation" translation string
2022-11-15 09:47:11 +01:00
simialbi
0648a246e0
Merge pull request #57 from WinterSilence/patch-5
...
Translate default text of `NavBar::$screenReaderToggleText`
2022-11-15 09:24:29 +01:00
Anton
e88c5ebd96
Translate default text of NavBar::$screenReaderToggleText
2022-10-21 04:22:20 +03:00
Anton
db6208a2d7
Update BootstrapPluginAsset ( #51 )
...
* Update BootstrapPluginAsset
- Load minified JS on production
- Optimize list of publishes files
- Normalize comments
* Update BootstrapPluginAsset.php
* Update BootstrapPluginAsset.php
* Update CHANGELOG.md
2022-10-13 14:13:20 +02:00
Anton
3111ba58fa
Update BootstrapAsset ( #52 )
...
* Update BootstrapAsset
- Load minified JS on production
- Optimize list of publishes files
- Normalize comments
* Update CHANGELOG.md
* Update CHANGELOG.md
2022-10-13 14:11:49 +02:00
Anton
9e944cd085
Normalize TranslationBootstrap ( #53 )
2022-10-12 08:24:59 +02:00
Anton
bd8ed65e7e
Update BootstrapWidgetTrait ( #48 )
...
* Update BootstrapWidgetTrait
Using pure JS instead Jquery
Optimize components activation : only 'popover', 'toast' and 'tooltip' not activates via data attributes
Fix outdated PHPDoc's
2022-08-25 13:26:48 +02:00
Mehdi Achour
fe254a7d1f
Fix dropdown & test data-bs usage ( #46 )
...
* Fix dropdown & test data-bs usage
* fix test
* Add changelog entry
2022-08-08 14:38:55 +02:00
simialbi
ec932afff9
Merge pull request #47 from machour/build-php81
...
build(*): Fix CI by allowing the yii2-composer plugin
2022-08-08 10:55:04 +02:00
Mehdi Achour
2bf6b6dd2c
allow plugin in composer.json
2022-08-01 08:30:41 +01:00
Mehdi Achour
de22469954
Revert php81, incompatible with our version of phpunit
2022-07-31 18:04:27 +01:00
Mehdi Achour
8af19c880f
fix build by allowing the yii2-composer plugin
2022-07-31 18:01:45 +01:00
Mehdi Achour
63ff3b6553
run tests against php81
2022-07-31 17:58:22 +01:00
Simon Karlen
c943bc32e9
Fixed #43
2022-07-04 12:10:54 +02:00
simialbi
3890336681
Merge pull request #41 from WinterSilence/patch-2
...
Update basic-usage.md
2022-05-06 08:20:41 +02:00
simialbi
46aa6a76f4
Merge pull request #39 from WinterSilence/patch-1
...
Update BaseHtml
2022-05-06 08:20:21 +02:00
Anton
ba0f21c82e
Update basic-usage.md
2022-05-05 21:24:37 +03:00
Anton
f7c0fa4fdc
Merge branch 'master' into patch-1
2022-05-05 20:21:39 +03:00
simialbi
0b32a88559
Update CHANGELOG.md
2022-05-05 16:22:00 +02:00
simialbi
65a4d0fd66
Merge pull request #40 from WinterSilence/patch-2
...
Breadcrumbs refactoring
2022-05-05 16:16:07 +02:00
Anton
bf064a3860
Fix my mistake in Breadcrumbs::run()
2022-05-03 21:59:59 +03:00
Anton
c9e153e75d
Update TranslationTest.php
2022-05-03 20:53:11 +03:00
Anton
7996995c0e
Update Breadcrumbs.php
2022-05-03 20:46:38 +03:00
Anton
2e42954f28
Update BaseHtml.php
2022-05-03 20:26:05 +03:00
Anton
a32e10561b
Update CHANGELOG.md
2022-05-03 20:14:38 +03:00
Anton
b431fc4da4
Breadcrumbs refactoring
...
Class extends `yii\widget\Breadcrumbs`
Remove redundant code
Add short format for `Breadcrumbs::$links`
2022-04-23 05:49:48 +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
Simon Karlen
8cbb0f3a43
release version 2.0.3
2022-04-22 15:35:02 +02:00
simialbi
4068a2592f
Merge pull request #38 from luke-/patch-1
...
Fixed `homeUrl` in default `homeLink`
2022-04-21 08:39:52 +02:00
Lucas Bartholemy
6adfd1f83c
Update CHANGELOG.md
2022-04-21 00:05:47 +02:00
Lucas Bartholemy
a06ff6fa6f
Update CHANGELOG.md
2022-04-21 00:05:14 +02:00
Lucas Bartholemy
c97b3ce822
Update TranslationTest.php
2022-04-20 23:42:31 +02: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
simialbi
b8f12cddd9
Merge pull request #37 from julianrutten/master ( fix #36 )
...
fix: clientOptions=false skips registerJs
2022-03-10 23:46:37 +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
simialbi
5720ea1dc0
Merge pull request #34 from DeryabinSergey/fix-typo
...
Fix typo in example
2022-01-22 12:50:32 +01:00