Skip to content

Drupal Content Entity schema generator for Druxt with support for View and Form displays.

Release notes

View source on GitHub

0.11.3 - 2023-07-25

Patch Changes

0.11.2 - 2023-07-05

Patch Changes

0.11.1 - 2022-11-03

Patch Changes

0.11.0 - 2022-08-12

Minor Changes

  • Added a permission check to schema generation, part of the fix for permission-restricted blocks breaking DruxtSite page renders. (#543, 49b6787)

Patch Changes

0.10.4 - 2022-05-23

Patch Changes

0.10.3 - 2022-04-14

Patch Changes

0.10.2 - 2022-02-23

Patch Changes

  • Added support for the @nuxtjs/axios module. (#63, e3d5238)
  • Added error if no schema files are generated. (de8fc92)
  • Updated dependencies: druxt@0.18.0.

0.10.1 - 2022-02-07

Patch Changes

0.10.0 - 2022-01-12

Minor Changes

  • Added fallback to 'default' if schema view mode is missing. (87ec487)

0.9.3 - 2021-12-30

Patch Changes

0.9.2 - 2021-12-11

Patch Changes

0.9.1 - 2021-12-04

Patch Changes

0.9.0 - 2021-11-10

Minor Changes

  • Disabled API Proxy when generating schema files. (77ab204)

Patch Changes

  • Added missing schemaType prop to DruxtSchemaMixin. (d12dfb5)
  • Updated dependencies: druxt@0.13.0.

0.8.1 - 2021-10-10

Patch Changes

0.8.0 - 2021-09-29

Minor Changes

  • Added module-level options. (dae345e)

Patch Changes

0.7.10 - 2021-09-19

Patch Changes

0.7.9 - 2021-09-14

Patch Changes

0.7.8 - 2021-09-13

Patch Changes

0.7.7 - 2021-06-08

Patch Changes

  • Fixed issue with inconsistent schemas.

0.7.6 - 2021-05-24

  • No release notes were recorded for this version.

0.7.5 - 2021-05-24

  • No release notes were recorded for this version.

0.7.4 - 2021-04-27

  • No release notes were recorded for this version.

0.7.3 - 2021-04-27

  • No release notes were recorded for this version.

0.7.2 - 2021-03-29

Patch Changes

  • Updated get() query.

0.7.1 - 2021-03-02

Patch Changes

  • Updated Nuxt module.

0.7.0 - 2021-02-09

Minor Changes

  • Refactored to use DruxtClient.

0.6.2 - 2021-01-12

Patch Changes

  • Added support for more than 50 schemas.

0.6.1 - 2021-01-08

Patch Changes

  • Updated dependencies.

0.6.0 - 2020-10-08

Minor Changes

  • Removed auth functionality.
  • Updated dependencies.

0.5.1 - 2020-08-28

Patch Changes

  • Fixed dependencies.

0.5.0 - 2020-08-27

Minor Changes

  • Refactored to use Nuxt fetch hook.

0.4.0 - 2020-06-30

Minor Changes

  • Added support for remapped resources.

0.3.0 - 2020-06-12

Minor Changes

  • Added support for custom endpoint.
  • Added message to Nuxt build.

0.2.0 - 2020-05-17

Minor Changes

  • Added ability to filter require schemas.

0.1.0 - 2020-05-04

Initial release