Releases: spatie/menu
Releases · spatie/menu
3.2.1
What's Changed
- Fix wrapping in Bootstrap menu code example by @buddhaCode in #148
- Add hint to the spiritual successor by @buddhaCode in #149
- ci: fix deprecations in the ci and improve it by @Chris53897 in #152
- refactor(check): simplified final comparison to directly return boolean result by @Ayoub-Mabrouk in #155
- refactor: simplify isActive() by combining prepend check into return by @Ayoub-Mabrouk in #154
New Contributors
- @buddhaCode made their first contribution in #148
- @Chris53897 made their first contribution in #152
- @Ayoub-Mabrouk made their first contribution in #155
Full Changelog: 3.2.0...3.2.1
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
idto 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
idattribute 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
Itemsare transformed to string before prepending or appending
2.10.2
- Fix
methods_existscheck in PHP8
2.10.1
- Ensure the necessary methods exist to check if a menu is active
2.10.0
- Support
Iteminstances inMenu::prependso headers can be set active