Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Version 2

Compare
Choose a tag to compare
@chris-ware chris-ware released this 13 Sep 11:16
· 15 commits to master since this release
2e5f4d3

With Version 2, Breadcrumbs are now loaded as components in to Nova views, rather than overwriting the views themselves. This means that the package only has a version constraint for the earliest version of Nova to support this methodology over component loading on all views.

This also comes with it a shift to loading the breadcrumbs via API to standardise how all the views load breadcrumbs, as well as some visual changes and tweaks. It also brings with it some nested breadcrumb support, utilising the query path parameters that Nova passes when it navigates between views for relationships.