API Documentation
Release notes
druxt-blocks
0.17.2
Patch Changes
- 400e4f8f: fix issue with axios dependency
0.17.1
Patch Changes
- Updated dependencies [41cab3a0]
0.17.0
Minor Changes
- f6b4a664: feat(#578): updated missing vue component message with DruxtDevelTemplate tool.
Patch Changes
- Updated dependencies [39af33a4]
0.16.3
Patch Changes
- fc811db3: Add DruxtModule props to component module stories.
- Updated dependencies [49b67872]
0.16.2
Patch Changes
- 45e14b84: Fixed support for nuxt/storybook.
- Updated dependencies [352b7a51]
0.16.1
Patch Changes
- Version bump
0.16.0
Minor Changes
-
be21952: Added multilingual support to the DruxtBlock and DruxtBlockRegion component.
example:
<DruxtBlockRegion name="header" theme="umami" langcode="es" />
-
be21952: Add support for multilingual paths in DruxtBlockRegion.
-
be21952: Added langcode to component mixins.
Patch Changes
- Updated dependencies [be21952]
0.15.2
Patch Changes
- 540afca: Updated drupal-jsonapi-params to 2.0.0
- Updated dependencies [540afca]
0.15.1
Patch Changes
- Updated dependencies [e3d5238]
0.15.0
Minor Changes
-
b79701c: Added detailed debug information for the DruxtBlock component.
-
1db9584: feat(#429): Added watch for
id
anduuid
to the DruxtBlock component. -
b79701c: feat(#249): Improved DruxtBlock and DruxtBlockRegion storybook stories and documentation.
-
6d763ce: feat(#112): Added DruxtBlocksRegionMixin
import { DruxtBlocksRegionMixin } from "druxt-blocks"; export default { mixins: [DruxtBlocksRegionMixin], };
-
34d8397: feat(#429): Added watch for
name
andtheme
to the DruxtBlockRegion component.
Patch Changes
- d7e92b2: feat(#249): Fixed errors in storybook.
- Updated dependencies [b79701c]
0.14.5
Patch Changes
- Updated dependencies [60ee4e8]
0.14.4
Patch Changes
- Updated dependencies [7b749bd]
0.14.3
Patch Changes
- Updated dependencies [2ae1d6d]
0.14.2
Patch Changes
- Updated dependencies [45bc0b9]
0.14.1
Patch Changes
- Updated dependencies [9161b38]
0.14.0
Minor Changes
- e7b1533: Refactored DruxtModule fetch hooks
Patch Changes
- Updated dependencies [025315a]
0.13.1
Patch Changes
- Updated dependencies [4504a2f]
0.13.0
Minor Changes
- dae345e: Moved
$druxtBlocks
plugin settings to$druxt.settings.blocks
- dae345e: Added module level options
- 8d28c18: Updated storybook integration
Patch Changes
- Updated dependencies [9d905e8]
0.12.0
Minor Changes
- 715e5ef: Updated component registration method to use the Nuxt
components:dirs
hook - 2b8c3f3: Updated to use DruxtDebug component
Patch Changes
- 49454cb: Fixed path to components in Storybook
- Updated dependencies [1ab762c]
0.11.1
Patch Changes
- c4616df: Fixed dependencies
- Updated dependencies [c4616df]
0.11.0
Minor Changes
-
21170fb: Moved Vue components out of bundle
⚠ Potential breaking change
Note: This only effects custom Druxt modules and implementations.
-import { DruxtBlock } from 'druxt-blocks' +import DruxtBlock from 'druxt-blocks/dist/components/DruxtBlock.vue'
Patch Changes
- Updated dependencies [21170fb]
0.10.0
Minor Changes
- Added support for default template injection
- For details, see the Druxt 0.8.0 release notes
0.9.2
Patch Changes
- Additional hydration fixes
0.9.1
Patch Changes
- Added fetchKey to fix hydration issues
0.9.0
Minor Changes
- Added ability to load block by Drupal internal ID
- Added ability to filter block query fields
- Added Storybook integration
- Updated DruxtBlock and DruxtBlockRegion to use DruxtModule
- Updated documentation
0.8.1
Patch Changes
- Fixed issue with incorrect sorting of blocks in DruxtBlockRegion component
0.8.0
Minor Changes
- Added support for DruxtClient and DruxtStore
0.7.5
Patch Changes
- Updated depedencies
0.7.4
Patch Changes
- Updated depedencies
0.7.3
Patch Changes
- Fixed class and style binding
0.7.2
Patch Changes
- Added class and style binding
0.7.1
Patch Changes
- Fixed issue with Block wrapper
0.7.0
Minor Changes
- Added DruxtWrapper support to Block and BlockRegion components
- Removed support for DruxtCommonWrapper (deprecated)
0.6.1
Patch Changes
- Updated dependencies
0.6.0
Minor Changes
-
Added scoped slots per block to BlockRegion component
Example: DruxtBlockRegion wrapper component with scoped slots
<template> <div> <slot :name="block_id" /> </div> </template>
-
Added support for DruxtCommonWrapper
0.5.0
Minor Changes
- Refactored to use Nuxt fetch hook
- Updated dependencies
0.4.1
Patch Changes
- Updated dependencies
0.4.0
Minor Changes
- Added default Page Title block
0.3.0
Minor Changes
- Added watch to update DruxtBlockRegion data on route change
0.2.0
Minor Changes
- Added default Block Content entity block