Skip to content

Releases: Becklyn/MenuBundle

2.1.0

22 Jan 04:01
260dc3c

Choose a tag to compare

🎁 New Features

  • Add convenience getter to get the resolved tree from an item at MenuRenderer::getResolvedItem()

✨ Improvements

  • Add isCurrentAncestor() getter in (resolved) MenuItems.
  • Add isAnyCurrent() getter in (resolved) MenuItems.

🐛 Bug Fixes

  • Fix invalid branch alias.

2.0.0

20 Jan 12:38
0406dfb

Choose a tag to compare

💥 Breaking Changes

  • Refactored main template to ease overwriting specific parts.

🎁 New Features

  • Add rootClass option, to easily set class on only root.

1.1.2

26 Nov 16:07
0fce047

Choose a tag to compare

✨ Improvements

  • Allow Symfony 5.

1.1.1

24 Oct 15:53
a1099d0

Choose a tag to compare

✨ Improvements

  • Reintroduce the sort option, but as boolean flag to toggle the sorting on/off. Default is off.

1.1.0

24 Oct 14:10
ae4217e

Choose a tag to compare

🎁 New Features

  • Removed the sort option, the items are now automatically sorted: first desc by priority.
    If the priority is the same, then asc by label.

1.0.1

04 Sep 13:25
9e30535

Choose a tag to compare

✨ Improvements

  • Added PhpStorm autocompletion annotation on LazyRoute.

🛠️ Internal

  • Clean up imports in LazyRoute.

1.0.0: First Release

10 Jul 14:16
1eda986

Choose a tag to compare