API Documentation
Release notes
breadcrumb
druxt-breadcrumb
0.17.1
Patch Changes
- Updated dependencies [41cab3a0]
0.17.0
Minor Changes
- f6b4a664: feat(#578): updated component to support the DruxtDevelTemplate tool.
Patch Changes
- Updated dependencies [e46a3290]
0.16.0
Minor Changes
- 54c8ece3: Enabled dependencies when only using Nuxt druxt-breadcrumb module.
- fa5164d4: fix(#538): Fixed issue with multiple Home crumbs on multilingual sites.
Patch Changes
- fc811db3: Add DruxtModule props to component module stories.
- Updated dependencies [49b67872]
0.15.1
Patch Changes
- 45e14b84: Fixed support for nuxt/storybook.
- Updated dependencies [352b7a51]
0.15.0
Minor Changes
- be21952: Added langcode to component mixins.
- be21952: Added multilingual support to Breadcrumb Block component.
- be21952: Removed duplicate Home crumb when using a multilingual backend.
Patch Changes
- Updated dependencies [be21952]
0.14.1
Patch Changes
- Updated dependencies [e3d5238]
0.14.0
Minor Changes
-
b79701c: feat(#249): Improved DruxtBreadcrumb storybook stories and documentation.
-
0436de4: feat(#433): Added path prop to DruxtBreadcrumb component.
<DruxtBreadcrumb path="/node/1" />
-
e2b8500: feat(#429): Added watch for
home
andpath
to the DruxtBreadcrumb component.
Patch Changes
- Updated dependencies [b79701c]
0.13.4
Patch Changes
- Updated dependencies [7b749bd]
0.13.3
Patch Changes
- Updated dependencies [2ae1d6d]
0.13.2
Patch Changes
- Updated dependencies [45bc0b9]
0.13.1
Patch Changes
- Updated dependencies [9161b38]
0.13.0
Minor Changes
- e7b1533: Refactored DruxtModule fetch hooks
Patch Changes
- Updated dependencies [77ab204]
0.12.1
Patch Changes
- Updated dependencies [4504a2f]
0.12.0
Minor Changes
- 8d28c18: Updated storybook integration
Patch Changes
- 9a1d720: Fixed error when no crumbs are present
- dae345e: Removed unused
$druxtBreadcrumb
plugin - Updated dependencies [9d905e8]
0.11.0
Minor Changes
- 715e5ef: Updated component registration method to use the Nuxt
components:dirs
hook
Patch Changes
- Updated dependencies [1ab762c]
0.10.1
Patch Changes
- c4616df: Fixed dependencies
- Updated dependencies [c4616df]
0.10.0
Minor Changes
-
21170fb: Moved Vue components out of bundle
⚠ Potential breaking change
Note: This only effects custom Druxt modules and implementations.
-import { DruxtBreadcrumb } from 'druxt-breadcrumb' +import DruxtBreadcrumb from 'druxt-breadcrumb/dist/components/DruxtBreadcrumb.vue'
Patch Changes
- Updated dependencies [21170fb]
0.9.0
Minor Changes
- Added support for default template injection
- For details, see the Druxt 0.8.0 release notes
0.8.0
Minor Changes
- Updated component to use DruxtModule
0.7.2
Patch Changes
- Updated dependencies
0.7.1
Patch Changes
- Updated dependencies
0.7.0
Minor Changes
- Added support for the Druxt component
0.6.1
Patch Changes
- Updated dependencies
0.6.0
Minor Changes
- Refactored module