All Versions
29
Latest Version
Avg Release Cycle
94 days
Latest Release
1402 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.0.0 Changes
March 24, 2021- ๐ Support PHP 8+
- โฌ๏ธ Drop support for PHP 7.x
- ๐ Use PHP 8 syntax where possible
-
v2.10.3 Changes
March 16, 2021- Ensure
Items
are transformed to string before prepending or appending
- Ensure
-
v2.10.2 Changes
December 02, 2020- ๐ Fix
methods_exists
check in PHP8
- ๐ Fix
-
v2.10.1 Changes
December 02, 2020- Ensure the necessary methods exist to check if a menu is active
-
v2.10.0 Changes
December 02, 2020- ๐ Support
Item
instances inMenu::prepend
so headers can be set active
- ๐ Support
-
v2.9.0 Changes
November 06, 2020- โฌ๏ธ Drop support for versions older than PHP 7.1
-
v2.8.0 Changes
November 05, 2018- โ Add
exact-active
class to links that exactly match the current URL. This is accompanied by asetExactActiveClass(string $class)
method to set the class name
- โ Add
-
v2.7.0 Changes
October 23, 2018- โ Add
IteratorAggregate
interface toMenu
class
- โ Add
-
v2.6.0 Changes
September 10, 2018- โ Add
beforeRender
andwillRender
hooks that are called when an item is rendered
- โ Add
-
v2.5.0 Changes
March 02, 2018- ๐ This release adds a few methods to create non-
ul
menus, which allows for Bootstrap 4 compatibility - โ Added
Menu::setWrapperTag
andMenu::withoutWrapperTag
to set a custom wrapper tag name for the menu list. Default:ul
- โ Added
Menu::setParentTag
&Menu::withoutParentTag
to determine which tag should be used for the item's parent element. Default:li
- โ Added
Menu::setActiveClassOnLink
andMenu::setActiveClassOnParent
to determine where the active class should be applied
- ๐ This release adds a few methods to create non-