Skip to content

3.0.0

Latest
Compare
Choose a tag to compare
@lcharette lcharette released this 21 Apr 01:35
· 6 commits to master since this release
c6a2964
  • Added Crumbs object to represent each element.
  • Added addCrumb & prependCrumb method.
  • Removed active option for each crumb. It's now automatically handled by the Twig template.
  • Crumbs title is not optional anymore.
  • Update to the base breadcrumb template (removal of first, last element, which is handled by Twig now).
  • BreadcrumbManager is now Breadcrumb/manager.
  • Removed src/Breadcrumb.php Sprinkle class (not needed anyway).
  • Added automated tests.
  • Added Travis, PHP-CS-Fixer, PHPStan, Codecov, StyleCI configuration.