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

Releases: chris-ware/nova-breadcrumbs

2.3.1

Choose a tag to compare

@chris-ware chris-ware released this 19 Jul 17:39
Fix composer file

Drop Nova 2 support and allow Home to be translated

Choose a tag to compare

@chris-ware chris-ware released this 19 Jul 17:35

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

Choose a tag to compare

@chris-ware chris-ware released this 26 Mar 18:50
be01dad
Ensure Nova domain is respected if set (#121)

2.1.2

Choose a tag to compare

@chris-ware chris-ware released this 14 Dec 20:44
Adjustment to protection against breadcrumbs not existing on resource

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

Choose a tag to compare

@chris-ware chris-ware released this 07 Dec 18:16
75c3d30
* check if method exists, otherwise error may occure

2.1.0

Choose a tag to compare

@chris-ware chris-ware released this 09 Nov 19:28
0e08583
Apply fixes from StyleCI (#115)

2.0.2

Choose a tag to compare

@chris-ware chris-ware released this 14 Sep 09:21
68d0a7a
bugfix - allow use of the overwritten label (#107)

2.0.1

Choose a tag to compare

@chris-ware chris-ware released this 13 Sep 11:36
Recompile without trailing slash on URL

Version 2

Choose a tag to compare

@chris-ware chris-ware released this 13 Sep 11:16
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.

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

Choose a tag to compare

@chris-ware chris-ware released this 09 Sep 08:23
c02a81b
* 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] <[email protected]>

* 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 <[email protected]>