Skip to content

Releases: coreplex/crumbs

Adds schema to bootstrap view

15 Sep 23:32

Choose a tag to compare

Merge pull request #2 from knash94/patch-1

Add schema data to breadcrumbs

Fixes service provider for laravel 5.4

22 Feb 19:02

Choose a tag to compare

Merge pull request #1 from CurtisSaunders/patch-1

Fixes issues with share method being removed

Add string typecasting overload to container

20 Mar 14:00

Choose a tag to compare

  • Container can now be rendered just by echoing out the instantiated class, or by explicitly type-casting it to a string
  • Readme contains more instructions and information on the package itself

Bugfixes and new features

19 Mar 22:19

Choose a tag to compare

  • Added fluent getters for Crumb component
  • Echoed labels found in the Laravel blade view are no longer escaped, so icons can be added in
  • Preparations on the Container class are no longer deferred as this was causing issues with add() not working properly due to the build method only being called on render() or getCrumbs() method calls

Update Release

18 Mar 17:55

Choose a tag to compare

  • append, prepend and add methods on the container can now be chained
  • URLs and Labels in any breadcrumb adding methods on the container be left null

Full release with Travis CI integration

18 Mar 14:14

Choose a tag to compare

Crumbs is now integrated with Travis and all unit tests are passing

Stable Release

17 Mar 23:23

Choose a tag to compare

First stable release of crumbs

Laravel 5 Compatible Pre-Release

17 Mar 23:02

Choose a tag to compare

Pre-release

This release is now fully working with Laravel 5

Fixed Pre-Release Version

17 Mar 16:58

Choose a tag to compare

Pre-release

Fixes issues which completely broke the previous release

Pre-Release Version

17 Mar 15:38

Choose a tag to compare

Pre-Release Version Pre-release
Pre-release

The pre-release version of the crumbs library