Skip to content

Releases: KnpLabs/KnpMenuBundle

2.2.0

29 Nov 11:07
v2.2.0
Compare
Choose a tag to compare

New features:

  • Added support for Symfony 3.3+ autowiring for Knp\Menu\FactoryInterface, Knp\Menu\Matcher\MatcherInterface and Knp\Menu\Util\MenuManipulator
  • Added support for autoconfiguring menu voters
  • Added support for Symfony 4
  • Added support for private services for menu builders and renderers
  • Added lazy-loading for menu providers and voters when using Symfony DI 3.3+

Removed:

  • Removed support for PHP 5.5 and older

2.1.3

03 Oct 07:58
@dbu dbu
Compare
Choose a tag to compare
  • PHP template helper now also offers getCurrentItem

2.1.2

21 Jun 06:53
@dbu dbu
Compare
Choose a tag to compare
  • Menu extensions now also work if you replace the knp_menu.factory service with an alias
  • Menu items are translated in the default template

2.1.1

15 Dec 12:06
@dbu dbu
Compare
Choose a tag to compare
  • Allow installation with Symfony 3
  • Documentation fixes

2.1.0

28 Sep 15:24
Compare
Choose a tag to compare
  • Added a priority to allow controlling the order of voters
  • Added new templating features to the templating helper
  • Added the necessary configuration for new Twig features of KnpMenu 2.1
  • Added a menu provider registering builders as services
  • Removed usage of deprecated API to run on Symfony 2.7 without warning

2.0.0 (2014-08-01)

01 Aug 09:57
Compare
Choose a tag to compare
  • Updated to KnpMenu 2 stable