Releases: Formfeed-UK/nova-breadcrumbs
Releases · Formfeed-UK/nova-breadcrumbs
3.1.2
What's Changed
- fix: issue with nova path duplicated in home path by @shawnheide in #33
New Contributors
- @shawnheide made their first contribution in #33 thanks!
Full Changelog: 3.1.1...3.1.2
3.1.1
3.1.0
What's Changed
- Add support for Lens names by @puzzledmonkey in #30
New Contributors
- @puzzledmonkey made their first contribution in #30
Full Changelog: 3.0.1...3.1.0
3.0.1
2.0.3
- fix: remove controller typehint (Resolves #27)
Full Changelog: 2.0.2...2.0.3
3.0.0
2.0.2
2.0.1
2.0.0
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
What's Changed
- fix: remove link from dashboard node by @ianrobertsFF in #18
Full Changelog: 1.1.0...1.1.1