Skip to content

Releases: Formfeed-UK/nova-breadcrumbs

3.1.2

25 Apr 19:23
925af66
Compare
Choose a tag to compare

What's Changed

  • fix: issue with nova path duplicated in home path by @shawnheide in #33

New Contributors

Full Changelog: 3.1.1...3.1.2

3.1.1

09 Apr 10:25
44501bb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.0...3.1.1

3.1.0

04 Mar 22:15
a4f260d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.1...3.1.0

3.0.1

07 Jan 13:18
420158b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.0...3.0.1

2.0.3

07 Jan 13:17
6d8d77c
Compare
Choose a tag to compare

3.0.0

03 Jan 15:51
a4ebb4c
Compare
Choose a tag to compare

What's Changed

BREAKING

  • Updated config namespace to nova-breadcrumbs as per PR by @VGirol in #23
  • If you're updating from 1.x or 2.x to 3.x please ensure you rename or republish the config file

New Contributors

Full Changelog: 2.0.2...3.0.0

2.0.2

05 Dec 02:45
c01cf6a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.1...2.0.2

2.0.1

05 Dec 01:36
52d894d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.0.1

2.0.0

05 Dec 01:08
Compare
Choose a tag to compare

Version 2.x Changes

Version 2.x is a significant change from previous versions, this package now augments the existing nova breadcrumbs to offer:

  • Static methods on the breadcrumbs class allowing control of breadcrumb generation globally
  • Methods on Resources allowing control of breadcrumb generation per resource (per-resource methods override static callbacks)
  • Support for resource groups
  • Nested resource breadcrumbs

Breaking changes from 1.x

  • Will use the Nova 4.19+ Breadcrumbs Vue components
  • No Longer uses resource cards (This gives better UX as the breadcrumbs will be sent via the page props as per the built in ones and drops a request)
  • Will intercept the Nova Breadcrumbs via middleware
  • Can no longer have custom CSS (due to using the Nova components)
  • Can no longer use the onlyOn{view}, exceptOn{view} etc permissions methods. Breadcrumb visibility can now be controlled via the callbacks/class methods
  • Each breadcrumb will extend the Nova Breadcrumb class, and the array of Creadcrumbs will extend the Nova Breadcrumbs class.

Full Changelog: 1.1.1...2.0.0

1.1.1

14 Oct 10:44
11c99f7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.1.1