Skip to content

Render a breadcrumb trail in Nuxt from the Drupal decoupled router, with the DruxtBreadcrumb component and its theming options.

Release notes

View source on GitHub

0.17.3-dev.20260921034536

Patch Changes

  • Druxt components no longer flicker on the first load of a production build. Each module now registers its components as synchronous imports, so a server-rendered block or field is kept after hydration and does not fetch its data a second time. Sites that added a components:extend hook to work around this can remove it. (8b47d6f)
  • Updated dependencies. (#698, a1d6708)
  • The README banner renders on npm. repository.directory only changes the Repository link on the npm page, so npm's registry still resolved a relative image path against the monorepo root, where the banner does not exist. Each package's banner is now an absolute URL naming its own directory. (d963bcb)
  • The README banner now renders on npm. Each package's repository field names its own directory in the monorepo, so npm resolves the banner image against packages/<name> instead of the repository root, where it did not exist. (a8f4ed6)
  • Updated dependencies: druxt@0.25.0-dev.20260922051029, druxt-blocks@0.17.4-dev.20260922051029, druxt-router@0.31.1-dev.20260922051029.

0.17.2 - 2023-07-25

Patch Changes

0.17.1 - 2023-07-05

Patch Changes

0.17.0 - 2022-11-03

Minor Changes

  • Updated component to support the DruxtDevelTemplate tool. (#578, f6b4a66)

Patch Changes

0.16.0 - 2022-08-12

Minor Changes

  • Enabled dependencies when only using Nuxt druxt-breadcrumb module. (54c8ece)
  • Fixed issue with multiple Home crumbs on multilingual sites. (#538, fa5164d)

Patch Changes

0.15.1 - 2022-07-08

Patch Changes

0.15.0 - 2022-05-23

Minor Changes

  • Added langcode to component mixins. (be21952)
  • Added multilingual support to Breadcrumb Block component. (be21952)
  • Removed duplicate Home crumb when using a multilingual backend. (be21952)

Patch Changes

0.14.1 - 2022-02-23

Patch Changes

0.14.0 - 2022-02-07

Minor Changes

  • Improved DruxtBreadcrumb storybook stories and documentation. (#249, b79701c)

  • Added path prop to DruxtBreadcrumb component. (#433, 0436de4)

    <DruxtBreadcrumb path="/node/1" />
    
  • Added watch for home and path to the DruxtBreadcrumb component. (#429, e2b8500)

Patch Changes

0.13.4 - 2021-12-30

Patch Changes

0.13.3 - 2021-12-11

Patch Changes

0.13.2 - 2021-12-04

Patch Changes

0.13.1 - 2021-11-24

Patch Changes

0.13.0 - 2021-11-10

Minor Changes

  • Refactored DruxtModule fetch hooks. (e7b1533)

Patch Changes

0.12.1 - 2021-10-10

Patch Changes

0.12.0 - 2021-09-29

Minor Changes

  • Updated storybook integration. (8d28c18)

Patch Changes

0.11.0 - 2021-09-19

Minor Changes

  • Updated component registration method to use the Nuxt components:dirs hook. (715e5ef)

Patch Changes

0.10.1 - 2021-09-14

Patch Changes

0.10.0 - 2021-09-13

Minor Changes

  • Moved Vue components out of bundle. (21170fb)

    ⚠ 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

0.9.0 - 2021-07-06

Minor Changes

0.8.0 - 2021-06-07

Minor Changes

  • Updated component to use DruxtModule.

0.7.2 - 2021-02-27

Patch Changes

  • Updated dependencies.

0.7.1 - 2021-01-07

Patch Changes

  • Updated dependencies.

0.7.0 - 2020-11-15

Minor Changes

  • Added support for the Druxt component.

0.6.1 - 2020-11-15

Patch Changes

  • Updated dependencies.

0.6.0 - 2020-09-03

Minor Changes

  • Refactored module.

0.5.0 - 2020-07-09

Minor Changes

0.4.0 - 2020-06-05

Minor Changes

0.3.2 - 2020-05-31

Patch Changes

0.3.1 - 2020-04-01

Patch Changes

0.3.0 - 2020-04-01

Minor Changes

0.2.0 - 2020-03-26

Minor Changes

0.1.1 - 2020-03-26

Patch Changes

0.1.0 - 2020-03-26

Minor Changes