Releases: poteto/ember-crumbly
[HOTFIX] Dependencies
1.0.0
Squash all the bugs
This bugfix release a number of bugs that were introduced into the last release.
Changelog
#40 Fixed loading state not showing up in breadcrumbs – @topaxi
#41 Default last crumb linkable to be false – @abhilashlr
Bugfix Release
This release fixes a number of bugs, and updates ember-cli to 1.13.8
.
Changelog
Reversable crumbs
In certain scenarios, you might want to reverse the order of the breadcrumb (i.e. from RTL instead of LTR). To enable this, just set the reverse
attr on the Component in your template:
Will generate the following breadcrumb: Mary < Cows < Quadrupeds < Animals
. Note that you have to style this yourself (the Component is not responsible for generating the separators).
Thanks to @truenorth for this feature.
First release
Adds a Component to your app that displays the current route hierarchy (commonly known as breadcrumb navigation). Thanks to @rwjblue for providing the excellent addon name.
This addon provides a very declarative way to generate dynamic breadcrumbs.
$ ember install ember-crumbly