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

Releases: chris-ware/nova-breadcrumbs

2.3.1

19 Jul 17:39
Compare
Choose a tag to compare
Fix composer file

Drop Nova 2 support and allow Home to be translated

19 Jul 17:35
Compare
Choose a tag to compare

Due to the use of Str::of to make the code somewhat more readable, dropping Nova 2 support also drops support for Laravel <7, which doesn't include the of function on Str.

No underlying code is changed because of this, so I don't track this as a breaking change.

2.2.0

26 Mar 18:50
be01dad
Compare
Choose a tag to compare
Ensure Nova domain is respected if set (#121)

2.1.2

14 Dec 20:44
Compare
Choose a tag to compare
Adjustment to protection against breadcrumbs not existing on resource

2.1.1: check if method exists, otherwise error may occure (#116)

07 Dec 18:16
75c3d30
Compare
Choose a tag to compare
* check if method exists, otherwise error may occure

2.1.0

09 Nov 19:28
0e08583
Compare
Choose a tag to compare
Apply fixes from StyleCI (#115)

2.0.2

14 Sep 09:21
68d0a7a
Compare
Choose a tag to compare
bugfix - allow use of the overwritten label (#107)

2.0.1

13 Sep 11:36
Compare
Choose a tag to compare
Recompile without trailing slash on URL

Version 2

13 Sep 11:16
2e5f4d3
Compare
Choose a tag to compare

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.

1.3.10: Update laravel/nova requirement from 3.8.* to 3.9.* (#105)

09 Sep 08:23
c02a81b
Compare
Choose a tag to compare
* Update laravel/nova requirement from 3.8.* to 3.9.*

Updates the requirements on laravel/nova to permit the latest version.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Support for Nova 3.9

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Chris Ware | morphsites <chris.ware@morphsites.com>