Skip to content

Releases: KnpLabs/KnpMenu

3.8.0

13 Jun 15:07
v3.8.0
79d3259

Choose a tag to compare

What's Changed

  • Fix twig runtime extension last modification time detection by @daniser in #405
  • Add an attribute to mark menu builder methods by @stof in #406
  • Improve type analysis by @stof in #407 and #409
  • Use WeakMap instead of SplObjectStorage to avoid memory leak by @andrew-demb in #404
  • Restrict the API surface with internal and final tags by @stof in #408

New Contributors

Full Changelog: v3.7.0...v3.8.0

v3.7.0

28 Feb 08:30
328bb43

Choose a tag to compare

This release allows KnpMenu to work with the future release of Twig 4, by removing the deprecated spaceless filter.
This was done in a way which should be probably improved. For all the details about it, please check the discussions on PR #399

What's Changed

Full Changelog: v3.6.0...v3.7.0

v3.6.0

20 Dec 17:34
ac96b71

Choose a tag to compare

What's Changed

Full Changelog: v3.5.0...v3.6.0

v3.5.0

23 Mar 15:35
c39403f

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.4.0...v3.5.0

v3.4.0

17 May 18:49
bf7d89a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.3.0...v3.4.0

v3.3.0

28 Oct 06:12
8bd3dc2

Choose a tag to compare

Allow Symfony 6

v3.2.0

28 May 09:14
9e7f174

Choose a tag to compare

  • Remove Symfony 6 deprecations
  • Enforce phpstan rules (max level)

v3.1.2

15 Aug 08:03
9996764

Choose a tag to compare

Minor tweaks to coding standard and configurations

v3.1.1

22 Apr 14:41
254fb64

Choose a tag to compare

  • added some missing type-hints
  • fixed currentAsLink not working when determining state via voters

v3.1.0

01 Dec 13:02
df1a329

Choose a tag to compare

  • Allowed Symfony 5 components
  • Removed support for unsupported Symfony versions (4.0 and 4.1)
  • Allowed Twig 3