Skip to content

Out-of-the-box decoupled Drupal sites with DruxtSite, wiring layout, blocks, menus and content together from one Nuxt module.

Release notes

View source on GitHub

0.14.3 - 2024-01-08

Patch Changes

0.14.2 - 2023-07-25

Patch Changes

0.14.1 - 2023-07-05

Patch Changes

0.14.0 - 2022-11-03

Minor Changes

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

Patch Changes

0.13.0 - 2022-08-12

Minor Changes

  • Changed the default menu data source to the JSON:API Menu Items module. (#539, 3330187)
  • Added watch for 'theme' prop. (2f2a7cc)

Patch Changes

0.12.1 - 2022-07-08

Patch Changes

0.12.0 - 2022-05-23

Minor Changes

  • Added out-of-the-box multilingual support. (be21952)
  • Added langcode to component mixins. (be21952)

Patch Changes

0.11.2 - 2022-04-14

Patch Changes

0.11.1 - 2022-02-23

Patch Changes

0.11.0 - 2022-02-07

Minor Changes

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

Patch Changes

0.10.5 - 2022-01-12

Patch Changes

0.10.4 - 2021-12-30

Patch Changes

0.10.3 - 2021-12-11

Patch Changes

0.10.2 - 2021-12-04

Patch Changes

0.10.1 - 2021-11-24

Patch Changes

0.10.0 - 2021-11-10

Minor Changes

  • Replaced File Proxy with Druxt proxy. (77ab204)
  • Refactored DruxtModule fetch hooks. (e7b1533)

Patch Changes

0.9.1 - 2021-10-10

Patch Changes

0.9.0 - 2021-09-29

Minor Changes

  • Defaulted the router pages option on the presence of a pages/ directory. (#292, 9d905e8)
  • Updated storybook integration. (8d28c18)
  • Added default theme option and fallback to DruxtSite component. (97d24d5)
  • Added default layout. (97d24d5)

Patch Changes

0.8.0 - 2021-09-19

Minor Changes

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

Patch Changes

0.7.1 - 2021-09-14

Patch Changes

0.7.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 { DruxtSite } from 'druxt-site'
    +import DruxtSite from 'druxt-site/dist/components/DruxtSite.vue'
    
  • Added BlockRegion $refs to DruxtSite component. (da19102)

Patch Changes

0.6.0 - 2021-07-07

Minor Changes

0.5.2 - 2021-06-02

Patch Changes

0.5.1 - 2021-06-02

Patch Changes

0.5.0 - 2021-06-02

Minor Changes

0.4.0 - 2021-02-27

Minor Changes

0.3.0 - 2020-12-18

Minor Changes

0.2.2 - 2020-10-25

Patch Changes

0.2.1 - 2020-10-24

Patch Changes

0.2.0 - 2020-10-16

Minor Changes

0.1.1 - 2020-10-09

Patch Changes

0.1.0 - 2020-10-01

Minor Changes