Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Releases: valantic/vue-pimcore-generator

0.5.3

13 Jan 13:19

Choose a tag to compare

  • (Change) Replaces moment.js with native date handling.

0.5.2

20 Oct 08:27

Choose a tag to compare

  • (Bugfix) Correct HTML for snippets (bug introduced in 0.5.0)

0.5.1

19 Oct 12:30

Choose a tag to compare

  • added NPM-related fields to package.json

0.5.0

19 Oct 12:08

Choose a tag to compare

  • (Breaking) Changes root element of snippet HTML to outerHTML.
  • (Bugfix) Use correct path to snippet in document-types.php

0.4.1

19 Oct 12:09

Choose a tag to compare

  • (Bugfix) Fixes invalid document-types definition for snippets.

0.4.0

19 Oct 12:09

Choose a tag to compare

  • (Breaking) Changes Pimcore template structure (3 files to 2 files).
  • (Feature) Adds support for data-pimcore-snippet="<name>" attribute

0.3.1

19 Oct 12:10

Choose a tag to compare

  • (Feature) Adds query parameter to called urls, so that Vue can react to the 'generator mode'.

0.3.0

19 Oct 12:10

Choose a tag to compare

  • (Breaking) Definition to generate templates was moved from generator-definitions.js to the new data attribute data-pimcore-template="<name>"
  • (Bugfix) The comment removal regex was fixed to allow whitespaces around comments.