Releases: spatie/menu
Releases · spatie/menu
3.2.0
What's Changed
- Make
->setExactActive()
accept a callable as well by @ralphjsmit in #146
New Contributors
- @ralphjsmit made their first contribution in #146
Full Changelog: 3.1.1...3.2.0
3.1.1
- fix active classes
What's Changed
- Add
id
to docs by @milwad-dev in #144
Full Changelog: 3.1.0...3.1.1
3.1.0
What's Changed
- typofix in item-attributes.md by @davidjr82 in #138
- Add PHP 8.2 Support by @patinthehat in #141
- Refactor tests to pest by @AyoobMH in #142
- Add
id
attribute for menu by @milwad-dev in #143
New Contributors
- @davidjr82 made their first contribution in #138
- @AyoobMH made their first contribution in #142
- @milwad-dev made their first contribution in #143
Full Changelog: 3.0.1...3.1.0
3.0.1
- update deps
3.0.0
- Support PHP 8+
- Drop support for PHP 7.x
- Use PHP 8 syntax where possible
2.10.3
- Ensure
Items
are transformed to string before prepending or appending
2.10.2
- Fix
methods_exists
check in PHP8
2.10.1
- Ensure the necessary methods exist to check if a menu is active
2.10.0
- Support
Item
instances inMenu::prepend
so headers can be set active
2.9.0
- Drop support for versions older than PHP 7.1