Skip to content

Releases: dmaicher/menu-bundle

v5.4.0

29 Aug 11:54
ab7a0c9
Compare
Choose a tag to compare

What's Changed

  • add ability to match request for node activation by @dmaicher in #46

Full Changelog: v5.3.0...v5.4.0

v5.3.0

30 Jul 16:42
d813fdb
Compare
Choose a tag to compare

What's Changed

  • prevent calling ->end() on root node by @dmaicher in #45
    • technically this is a BC break but since it might hide bugs I decided to release this as a minor update

Full Changelog: v5.2.2...v5.3.0

v5.2.2

30 Jul 09:48
2e52bd5
Compare
Choose a tag to compare

What's Changed

  • cleanup container parameter after compiler pass by @dmaicher in #44

Full Changelog: v5.2.1...v5.2.2

v5.2.1

29 Jul 20:19
764b1a5
Compare
Choose a tag to compare

What's Changed

  • fix issues with using FQCN service id for tree builder by @dmaicher in #42
  • drop PHP < 7.4, Symfony 6.3 and 7.0 support by @dmaicher in #43

Full Changelog: v5.2.0...v5.2.1

v5.2.0

29 Nov 13:03
ca74c57
Compare
Choose a tag to compare

What's Changed

  • allow Symfony 7 + drop support for 6.2 by @dmaicher in #41

Full Changelog: v5.1.1...v5.2.0

v5.1.1

13 Jun 20:11
0136d5a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.1.0...v5.1.1

v5.1.0

07 Apr 06:43
6bfd740
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.0...v5.1.0

v5.0.0

20 Sep 16:58
c0fb196
Compare
Choose a tag to compare
  • Add Symfony 6 compatiblity
  • BC break: add type-hints
  • BC break: make several classes final

v4.2.1

07 Sep 15:54
92a9465
Compare
Choose a tag to compare
  • fix some phpdoc for Node class

v4.2.0

31 Aug 17:26
978224b
Compare
Choose a tag to compare
  • drop Symfony 5.2 support
  • restrict supported twig versions to ^1.35 || ^2.4.4 || ^3.0"
  • add .gitattributes
  • mark some classes as @final
  • introduce service aliases for default interface implementations