Skip to content

Releases: Becklyn/RouteTreeBundle

allow php > 7.4

13 Jan 08:37
20e72c0

Choose a tag to compare

4.2.1

add support for becklyn/menu with PHP8.1

4.2.0

17 Feb 15:08

Choose a tag to compare

4.2.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.

4.1.4

12 Mar 18:35
36ba4cc

Choose a tag to compare

🐛 Bug Fixes

  • Properly pass route default parameters through to the actual parameters merger.

4.1.3

31 Jan 13:40
d1b68e2

Choose a tag to compare

✨ Improvements

  • Use ConfigCache as second level cache.

4.1.2

20 Jan 12:47
fc68883

Choose a tag to compare

✨ Improvements

  • Allow becklyn/menu 2.0+

4.1.1

26 Nov 16:51
bfd72f5

Choose a tag to compare

✨ Improvements

  • Allow Symfony 5.

4.1.0

12 Nov 15:08
45f476a

Choose a tag to compare

🎁 New Features

  • Add option to set tree parameters when rendering a tree.

✨ Improvements

  • Removed automatically fetching attributes from the request (less magic is better).

4.0.1

24 Oct 16:05
0f33131

Choose a tag to compare

✨ Improvements

  • Bump becklyn/menu and sort items by default.

4.0.0

10 Jul 14:34
5a84ace

Choose a tag to compare

💥 Breaking Changes

  • Use new becklyn/menu instead of knplabs/knp-menu-bundle
  • Remove parameters setting for
  • The twig function route_tree_menu() was removed. Directly use route_tree_render().

3.2.2

07 May 12:24

Choose a tag to compare

🐛 Bug Fixes

  • Fix bundle + extension definition