API Documentation

Release notes

views

druxt-views

0.22.1

Patch Changes

  • 400e4f8f: fix issue with axios dependency
  • Updated dependencies [400e4f8f]

0.22.0

Minor Changes

  • 41cab3a0: feat(#639): added druxt/views/flushResults mutation.
  • 41cab3a0: feat(#639): added bypassCache option to druxt/views/getResults action.
  • 41cab3a0: feat(#639): added bypassCache druxt setting to DruxtView component.

Patch Changes

0.21.0

Minor Changes

  • f6b4a664: feat(#578): updated components to support the DruxtDevelTemplate tool.

Patch Changes

0.20.0

Minor Changes

  • 2f2a7cce: Added watch for 'arguments' prop.

Patch Changes

0.19.1

Patch Changes

0.19.0

Minor Changes

  • be21952: Added langcode and prefix support to DruxtView component and Vuex store.

    ⚠ Potential breaking change

    - $store.state['druxt/views'].results.frontpage.page_1
    + $store.state['druxt/views'].results.frontpage.page_1[undefined]
    + $store.state['druxt/views'].results.frontpage.page_1.en
    + $store.state['druxt/views'].results.frontpage.page_1.es
    
  • be21952: Added langcode to component mixins.

  • be21952: Added multilingual support to Views block components.

Patch Changes

0.18.2

Patch Changes

0.18.1

Patch Changes

0.18.0

Minor Changes

  • b79701c: feat(#249): Improved DruxtView storybook stories and documentation.

Patch Changes

0.17.2

Patch Changes

0.17.1

Patch Changes

0.17.0

Minor Changes

  • 7709ece: Fixed DruxtViewsFilter render method

    ⚠ Potential breaking change

    Note: This may change the markup of a Druxt View filter component.

Patch Changes

0.16.2

Patch Changes

0.16.1

Patch Changes

0.16.0

Minor Changes

  • e7b1533: Refactored DruxtModule fetch hooks

Patch Changes

0.15.0

Minor Changes

  • c769243: Added support for Contextual filters (arguments)

    <DruxtView
      :arguments="[1, 2, 3]"
      displayid="block_1"
      view-id="articles_aside"
    />
    

Patch Changes

0.14.1

Patch Changes

  • b9e5839: Fixed missing templates in package

0.14.0

Minor Changes

  • dae345e: Moved $druxtViews plugin settings to $druxt.settings.views
  • dae345e: Added module level options
  • 8d28c18: Updated storybook integration

Patch Changes

0.13.0

Minor Changes

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

Patch Changes

0.12.1

Patch Changes

0.12.0

Minor Changes

  • 21170fb: Moved Vue components out of bundle

    ⚠ Potential breaking change

    Note: This only effects custom Druxt modules and implementations.

    -import { DruxtView } from 'druxt-views'
    +import DruxtView from 'druxt-views/dist/components/DruxtView.vue'
    

Patch Changes

0.11.0

Minor Changes

  • Added support for default template injection

  • Added ability to load by UUID or View ID

0.10.0

Minor Changes

  • Added empty content to results slot if no results

0.9.3

Patch Changes

  • Fixed issue with model filter forcing a refresh

0.9.2

Patch Changes

  • Added fetchKey to fix hydration issues

0.9.1

Patch Changes

  • Fixed issue with default view mode value

0.9.0

Minor Changes

  • Added ability to filter JSON:API fields
  • Refactored components to use DruxtModule
  • Fixed issues with Storybook integration

0.8.3

Patch Changes

  • Fixed missing attachement Views

0.8.2

Patch Changes

  • Fixed issues with Storybook integration

0.8.1

Patch Changes

  • Fixed issues with Storybook integration
  • Fixed missing attachements Views

0.8.0

Minor Changes

  • Added Storybook intergration
  • Fixed broken View results

0.7.2

Patch Changes

  • Fixed broken View results

0.7.1

Patch Changes

  • Fixed deprecation notice

0.7.0

Minor Changes

  • Refactored module to use DruxtClient/DruxtStore
  • Added pagination
  • Added exposed sorts
  • Added exposed filters
  • Added Views Vuex store

0.6.2

Patch Changes

  • Fixed issue with View display data

0.6.1

Patch Changes

  • Updated dependencies

0.6.0

Minor Changes

  • Added DruxtRouter View component
  • Updated dependencies

0.5.1

Patch Changes

  • Updated dependencies

0.5.0

Minor Changes

  • Added support for DruxtComponentMixin
  • Updated dependencies

0.4.2

Patch Changes

  • Updated attachment_before/after slots
  • Updated dependencies

0.4.1

Patch Changes

  • Added attachment_before/after slots

0.4.0

Minor Changes

0.3.0

Minor Changes

0.2.1

Patch Changes

0.2.0

Minor Changes

0.1.0

Initial release