Skip to content

Releases: everlutionsk/navigation-bundle

v3.0.0 - support Symfony 6, drop lesser versions

15 Nov 12:00
d94f927
Compare
Choose a tag to compare
Merge pull request #23 from martinlutter/symfony6

update to support symfony 6

v2.5.4 - php 8 support

14 May 17:05
41d0e5e
Compare
Choose a tag to compare
allow php 8 & remove deprecated symfony/templating (#22)

v2.5.3

18 Mar 14:34
013b012
Compare
Choose a tag to compare
Merge pull request #21 from martinlutter/requeststack

get request from stack only when it is needed

v2.5.2

14 Mar 13:33
08d3169
Compare
Choose a tag to compare
Merge pull request #20 from martinlutter/null-request

fix interface

v2.5.1

08 Aug 09:52
Compare
Choose a tag to compare
Wire services for common interfaces (#18)

v2.5.0

07 Aug 09:08
Compare
Choose a tag to compare
update navigation version (#17)

remove complicated nested navigation support

11 May 08:20
Compare
Choose a tag to compare
  • problem with nested navigation instances can be solved by creating special navigation item which would split the navigation eg. delimiter

support for nested navigation

06 Mar 13:02
Compare
Choose a tag to compare
implement nested navigation (#13)

add support for nested navigation

registering items without alias

22 Feb 14:07
Compare
Choose a tag to compare
v2.2.1

Skip registration of items without alias

v2.2.0

13 Feb 11:23
Compare
Choose a tag to compare
registering items, sorting items

- ability to register item to multiple navigation instances from
anywhere
- ability to sort navigation items within the navigation
- better filtering by role