Releases: coreplex/crumbs
Releases · coreplex/crumbs
Adds schema to bootstrap view
Fixes service provider for laravel 5.4
Merge pull request #1 from CurtisSaunders/patch-1 Fixes issues with share method being removed
Add string typecasting overload to container
- 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
- 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 onrender()orgetCrumbs()method calls
Update Release
append,prependandaddmethods 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
Crumbs is now integrated with Travis and all unit tests are passing
Stable Release
First stable release of crumbs
Laravel 5 Compatible Pre-Release
This release is now fully working with Laravel 5
Fixed Pre-Release Version
Fixes issues which completely broke the previous release
Pre-Release Version
The pre-release version of the crumbs library