Skip to content

Releases: KnpLabs/KnpMenu

3.8.0

Choose a tag to compare

@stof stof released this 13 Jun 15:07
v3.8.0
79d3259

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

Choose a tag to compare

@garak garak released this 28 Feb 08:30
328bb43

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

Choose a tag to compare

@garak garak released this 20 Dec 17:34
ac96b71

What's Changed

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

v3.5.0

Choose a tag to compare

@garak garak released this 23 Mar 15:35
c39403f

What's Changed

New Contributors

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

v3.4.0

Choose a tag to compare

@garak garak released this 17 May 18:49
bf7d89a

What's Changed

New Contributors

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

v3.3.0

Choose a tag to compare

@garak garak released this 28 Oct 06:12
8bd3dc2

Allow Symfony 6

v3.2.0

Choose a tag to compare

@garak garak released this 28 May 09:14
9e7f174
  • Remove Symfony 6 deprecations
  • Enforce phpstan rules (max level)

v3.1.2

Choose a tag to compare

@garak garak released this 15 Aug 08:03
9996764

Minor tweaks to coding standard and configurations

v3.1.1

Choose a tag to compare

@garak garak released this 22 Apr 14:41
254fb64
  • added some missing type-hints
  • fixed currentAsLink not working when determining state via voters

v3.1.0

Choose a tag to compare

@garak garak released this 01 Dec 13:02
df1a329
  • Allowed Symfony 5 components
  • Removed support for unsupported Symfony versions (4.0 and 4.1)
  • Allowed Twig 3