Releases: nexendrie/menu
Releases · nexendrie/menu
Version 2.4.0
Changelog:
- raised minimal version of PHP to 7.4
- used typed properties (possible BC break)
Version 2.3.0
Changelog:
- raised minimal version of PHP to 7.3
- deprecated getters and setters of Collection, Menu and MenuItem
- made Menu::$name writable
- MenuItem::$link is deprecated for raw link, use MenuItem::$rawLink instead
Version 2.2.0
Changelog:
- dropped support for Nette 2.4
Version 2.1.0
Changelog:
- added property MenuItem::$rawLink
- raised minimal version of PHP to 7.2
Version 2.0.0
Removed:
- removed support for section menu.conditions
Changes:
- marked some classes as final
New features/improvements:
- introduced menu item link renders
- allowed absolute urls as link target
- added support for subitems
Version 1.2.2
Changelog:
- code cleaning
- fixed some exception messages
- removed indirect dependency on nette/reflection
Version 1.2.0
Changes in dependencies:
- added dependency on nexendrie/utils
Improvements:
- added virtual property Menu::$allowedItems
- added BaseCondition
Version 1.1.0
Section menu.conditions was deprecated and support for it will be removed in 2.0.0. Register manually custom conditions as services instead. MenuFactory is not autowired anymore.
Version 1.0.0
Changelog:
- added conditional menu items
- menus are now created by a factory (in DIC extension)
- renamed constants in MenuExtension
Version 0.3.0
Changelog:
- it is possible to define new menu types from neon
- added support for translating