API Documentation
Release notes
site
druxt-site
0.14.3
Patch Changes
- Updated dependencies [26b1bc6f]
0.14.2
Patch Changes
- Updated dependencies [62980259]
0.14.1
Patch Changes
- Updated dependencies [41cab3a0]
0.14.0
Minor Changes
- f6b4a664: feat(#578): updated component to support the DruxtDevelTemplate tool.
Patch Changes
- Updated dependencies [39af33a4]
0.13.0
Minor Changes
- 2f2a7cce: Added watch for 'theme' prop.
Patch Changes
- fc811db3: Add DruxtModule props to component module stories.
- Updated dependencies [49b67872]
0.12.1
Patch Changes
- 45e14b84: Fixed support for nuxt/storybook.
- Updated dependencies [352b7a51]
0.12.0
Minor Changes
- be21952: Added out of the box multilingual support.
- be21952: Added langcode to component mixins.
Patch Changes
- Updated dependencies [be21952]
0.11.2
Patch Changes
- 540afca: Updated drupal-jsonapi-params to 2.0.0
- Updated dependencies [c6d7c83]
- Updated dependencies [540afca]
0.11.1
Patch Changes
- Updated dependencies [e3d5238]
0.11.0
Minor Changes
- b79701c: feat(#249): Improved DruxtSite storybook stories and documentation.
Patch Changes
- Updated dependencies [b79701c]
0.10.5
Patch Changes
- Updated dependencies [60ee4e8]
0.10.4
Patch Changes
- Updated dependencies [7b749bd]
0.10.3
Patch Changes
- Updated dependencies [2ae1d6d]
0.10.2
Patch Changes
- Updated dependencies [45bc0b9]
0.10.1
Patch Changes
- Updated dependencies [9161b38]
0.10.0
Minor Changes
- 77ab204: Replaced File Proxy with Druxt proxy
- e7b1533: Refactored DruxtModule fetch hooks
Patch Changes
- Updated dependencies [025315a]
0.9.1
Patch Changes
- Updated dependencies [4504a2f]
0.9.0
Minor Changes
- 8d28c18: Updated storybook integration
- 97d24d5: Added default theme option and fallback to DruxtSite component
- 97d24d5: Added default layout
Patch Changes
- dae345e: Fixed default @nuxtjs/proxy settings
- Updated dependencies [9d905e8]
0.8.0
Minor Changes
- 715e5ef: Updated component registration method to use the Nuxt
components:dirs
hook
Patch Changes
- Updated dependencies [1ab762c]
0.7.1
Patch Changes
- c4616df: Fixed dependencies
- Updated dependencies [c4616df]
0.7.0
Minor Changes
-
21170fb: Moved Vue components out of bundle
⚠ 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'
-
da19102: Added BlockRegion $refs to DruxtSite component
Patch Changes
- a6a6592: Added fallback to Nuxt component if no Blocks are set
- Updated dependencies [21170fb]