Releases: DarvinStudio/DarvinMenuBundle
6.8.12
9.0.1
Bump version.
Compatibility with Content bundle 9.
Compatibility with Content bundle 9.
Implement Doctrine behaviors interfaces.
Implement Doctrine behaviors interfaces.
Implement Doctrine behaviors interfaces.
Implement Doctrine behaviors interfaces.
Validate builder's "menu" option.
Validate builder's "menu" option.
8.0.0
-
Use single menu builder for all menus.
-
Rename "menu alias" to "menu name".
-
Rename entities.
-
Move slug map object loader to Content bundle.
-
Move slug map item to array admin form data transformer to Content bundle.
-
Remove unsupported ar, fr, zh translations.
-
Rename "item factory pool" => "item factory registry".
-
Replace "slug_map_item_link" admin view widget with the "slug_map_item" one from Content bundle.
-
Remove hover image property from menu entry entity.
-
Add menu entry entity interface.
-
Rename "item factory" => "KNP item factory".
-
Replace menu configuration service with menu provider registry one.
Add "menu_title" admin view widget.
Add "menu_title" admin view widget.
7.1.1
Rename builder's "alias" option to "menu".
Add runtime menu builder
{{ knp_menu_render(knp_menu_get('darvin_menu_top')) }}
equals to
{{ knp_menu_render(knp_menu_get('darvin_menu', [], {'menu': 'top'})) }}
but in the last case alias may be defined in runtime.