Skip to content

Releases: coreplex/crumbs

Adds schema to bootstrap view

Choose a tag to compare

@midnite81 midnite81 released this 15 Sep 23:32
Merge pull request #2 from knash94/patch-1

Add schema data to breadcrumbs

Fixes service provider for laravel 5.4

Choose a tag to compare

@michaeljennings michaeljennings released this 22 Feb 19:02
Merge pull request #1 from CurtisSaunders/patch-1

Fixes issues with share method being removed

Add string typecasting overload to container

Choose a tag to compare

@coreplex coreplex released this 20 Mar 14:00
  • 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

Choose a tag to compare

@coreplex coreplex released this 19 Mar 22:19
  • 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

Choose a tag to compare

@coreplex coreplex released this 18 Mar 17:55
  • 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

Choose a tag to compare

@coreplex coreplex released this 18 Mar 14:14

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

Stable Release

Choose a tag to compare

@sixteenstudio sixteenstudio released this 17 Mar 23:23

First stable release of crumbs

Laravel 5 Compatible Pre-Release

Pre-release

Choose a tag to compare

@sixteenstudio sixteenstudio released this 17 Mar 23:02

This release is now fully working with Laravel 5

Fixed Pre-Release Version

Pre-release

Choose a tag to compare

@coreplex coreplex released this 17 Mar 16:58

Fixes issues which completely broke the previous release

Pre-Release Version

Pre-Release Version Pre-release
Pre-release

Choose a tag to compare

@coreplex coreplex released this 17 Mar 15:38

The pre-release version of the crumbs library