- (Change) Replaces moment.js with native date handling.
- (Bugfix) Correct HTML for snippets (bug introduced in
0.5.0
)
- added NPM-related fields to
package.json
- (Breaking) Changes root element of snippet HTML to outerHTML.
- (Bugfix) Use correct path to snippet in
document-types.php
- (Bugfix) Fixes invalid document-types definition for snippets.
- (Breaking) Changes Pimcore template structure (3 files to 2 files).
- (Feature) Adds support for
data-pimcore-snippet="<name>"
attribute
- (Feature) Adds query parameter to called urls, so that Vue can react to the 'generator mode'.
- (Breaking) Definition to generate templates was moved from
generator-definitions.js
to the new data attributedata-pimcore-template="<name>"
- (Bugfix) The comment removal regex was fixed to allow whitespaces around comments.