Releases: Becklyn/MenuBundle
Releases · Becklyn/MenuBundle
allow support for php above 7.2
13 Jan 08:35
Compare
Sorry, something went wrong.
No results found
3.1.2
allow support for php above 7.2
3.1.1
07 May 20:38
Compare
Sorry, something went wrong.
No results found
3.1.1
✨ Improvements
Add support for a wider range of PSR log implementations.
3.1.0
17 Feb 15:00
Compare
Sorry, something went wrong.
No results found
3.1.0
🎁 New Features
✨ 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.
3.0.1
30 Apr 19:36
Compare
Sorry, something went wrong.
No results found
✨ Improvements
Added LazyRoute::withParameters() to simplify adding parameters.
3.0.0
16 Apr 14:51
Compare
Sorry, something went wrong.
No results found
💥 Breaking Changes
Disable all predefined route voters by default. See UPGRADE for details.
✨ Improvements
Added ability for SimpleRouteVoter to also compare route parameters.
Also store the route parameters for lazy routes in the _route_params extra.
2.1.5
16 Apr 14:19
Compare
Sorry, something went wrong.
No results found
✨ Improvements
Add MenuItem::hasChildren() convenience getter.
2.1.4
16 Apr 13:58
Compare
Sorry, something went wrong.
No results found
🐛 Bug Fixes
The CoreVisitor now has no (hidden) hard dependency on symfony/security-core anymore.
The TranslationVisitor now has no (hidden) hard dependency on symfony/translation-contracts anymore.
2.1.3
12 Mar 19:20
Compare
Sorry, something went wrong.
No results found
✨ Improvements
Made $name in MenuItem::createChild() nullable.
Added empty default state for current in MenuItems.
2.1.2
24 Feb 13:18
Compare
Sorry, something went wrong.
No results found
✨ Improvements
Optimize the menu template.
🐛 Bug Fixes
Fix block name typo in base theme.
2.1.1
24 Feb 13:18
Compare
Sorry, something went wrong.
No results found
✨ Improvements
Added MenuItem::removeAllChildren().