Skip to content

Releases: slope-it/breadcrumb-bundle

2.1.1

17 Sep 08:47
5be5b85
Compare
Choose a tag to compare

What's Changed

  • Reset breadcrumbs when container is reset by @asprega in #27

Full Changelog: 2.1.0...2.1.1

2.1.0

26 Aug 10:17
3f0c9e1
Compare
Choose a tag to compare

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

21 Dec 13:24
dd31e2c
Compare
Choose a tag to compare

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.4.0

21 Aug 08:18
c332cab
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.4.0

1.3.0

31 Mar 14:31
d193630
Compare
Choose a tag to compare

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

14 Mar 22:04
Compare
Choose a tag to compare

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

09 Dec 11:47
09883ad
Compare
Choose a tag to compare

Added support for PHP 8 attributes

23 Nov 14:17
9a42c46
Compare
Choose a tag to compare

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

20 May 12:34
Compare
Choose a tag to compare

Please upgrade if you are using the default template, which in the default configuration was still using previous bundle name.

Rename to SlopeIt\BreadcrumbBundle

19 May 21:55
Compare
Choose a tag to compare
1.0.0

Move to slope-it organization, change namespace to SlopeIt\Breadcrumb…