Commit Graph

5 Commits

Author SHA1 Message Date
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
Simon Karlen
91e31dd164
added offcanvas navigation feature 2021-08-05 10:01:02 +02:00
Simon Karlen
520a475f6e
removed @depends constraints (cause problems with php 8) 2021-08-04 08:21:51 +02:00
Simon Karlen
ee1415b6c3
updated rendering of widgets 2021-07-12 17:22:29 +02:00
Simon Karlen
887efc4147
copied missing tests and actions and docs from bs4 2021-07-09 11:53:24 +02:00