Skip to content

Releases: Becklyn/MenuBundle

allow support for php above 7.2

13 Jan 08:35
35e7ad9

Choose a tag to compare

3.1.2

allow support for php above 7.2

3.1.1

07 May 20:38
2c9cf3c

Choose a tag to compare

3.1.1

✨ Improvements

  • Add support for a wider range of PSR log implementations.

3.1.0

17 Feb 15:00

Choose a tag to compare

3.1.0

🎁 New Features

  • Add support for PHP 8.

✨ Improvements

  • Add missing property types and return types.
  • Add support for Symfony 6.

🛠️ Internal

  • Fix Symfony deprecations.
  • Replace TravisCI with GitHub Actions.
  • Remove support for Symfony 4.4.

3.0.1

30 Apr 19:36

Choose a tag to compare

✨ Improvements

  • Added LazyRoute::withParameters() to simplify adding parameters.

3.0.0

16 Apr 14:51
fd44418

Choose a tag to compare

💥 Breaking Changes

  • Disable all predefined route voters by default. See UPGRADE for details.

✨ Improvements

  • Added ability for SimpleRouteVoter to also compare route parameters.
  • Also store the route parameters for lazy routes in the _route_params extra.

2.1.5

16 Apr 14:19

Choose a tag to compare

✨ Improvements

  • Add MenuItem::hasChildren() convenience getter.

2.1.4

16 Apr 13:58
d87ad18

Choose a tag to compare

🐛 Bug Fixes

  • The CoreVisitor now has no (hidden) hard dependency on symfony/security-core anymore.
  • The TranslationVisitor now has no (hidden) hard dependency on symfony/translation-contracts anymore.

2.1.3

12 Mar 19:20
a055652

Choose a tag to compare

✨ Improvements

  • Made $name in MenuItem::createChild() nullable.
  • Added empty default state for current in MenuItems.

2.1.2

24 Feb 13:18

Choose a tag to compare

✨ Improvements

  • Optimize the menu template.

🐛 Bug Fixes

  • Fix block name typo in base theme.

2.1.1

24 Feb 13:18
587ed66

Choose a tag to compare

✨ Improvements

  • Added MenuItem::removeAllChildren().