Releases: slope-it/breadcrumb-bundle
Releases · slope-it/breadcrumb-bundle
2.1.0
What's Changed
- Support to Symfony 7.1 by @fluchi in #23
- Bump dependencies to PHP 8.1 and Symfony 7.1 / 6.4. Update attribute handling logic to leverage work already done by the framework. by @asprega in #25
New Contributors
Full Changelog: 2.0.0...2.1.0
2.0.0
What's Changed
- Bump to min PHP 8 and Symfony 5.4, drop doctrine/annotations dependency. by @asprega in #22
Full Changelog: 1.4.0...2.0.0
1.3.0
What's Changed
- Drop PHP 7.2 support by @asprega in #18
- Issue #8: Improve route generation by using UrlGenerator's request context by @asprega in #17
- Alias BreadcrumbBuilder so that it can also be injected with its class name by @asprega
Full Changelog: 1.2.0...1.3.0
1.2.0: Add "slope_it_is_breadcrumb_empty" function
What's Changed
- Fix non string route param exception by @Jupi007 in #14
- Add slope_it_is_breadcrumb_empty Twig function by @Jupi007 in #13
New Contributors
Full Changelog: 1.1.1...1.2.0
Fix deprecations about missing return types
Added support for PHP 8 attributes
Starting from this release, attributes can be used instead of annotations. README.md has been updated with an example on how to do it.
Fix broken default configuration after bundle renaming
Please upgrade if you are using the default template, which in the default configuration was still using previous bundle name.
Rename to SlopeIt\BreadcrumbBundle
1.0.0
Move to slope-it organization, change namespace to SlopeIt\Breadcrumb…