Appearance
eWizard.js framework v4.6.0
New framework features and updates
Added a functionality of copying presentation icon into resulted archive after exporting e-Detailer to any CLM. In case icon.png and icon@2x.png are present in presentation source files, they will be copied into resulted archive after export. If the presentation does not contain these icons,default icon with eWizard logo will be added into resulted archive.
You can export emails to HTML5 format via eWizard. Additionally, you can export emails as
HTMLwith email-templates-builder by running the below command:
html
npm run html- Added outside click directive
v-outside-click. You can find detailed documentation about this functionality here.
eWizard-cli 0.9.2
The new version 2.0.3 of email scaffolding template for eWizard Classic Emails is released. The updated template is based on the latest components available for email templates.
Now, you can start a new email template for eWizard Classic with a simple command:
sh
wiz init email -v 2.0.3e-Detailers export to PDF
Previously, in a generated PDF document, states of common e-Detailer components such as menu, thumbnails, sitemap were captured on each slide which led to big amount of extra screenshots and large size of PDF.
We have improved the PDF creation algorithm and now states of common e-Detailers components are generated on slide which is defined in .ewizard/settings.json file. The id of a preferable slide should be defined in the slideWithCommonLayout field of screenshoter object:
JSON
"screenshoter": {
"slideWithCommonLayout": "customSlideId"
}In the case when settings are not defined, the screenshoter places general components states in the first slide.
New approach of storing PDFs in OCE build
eWizard.js v4.5.0 has brought the assets approach to OCE. As a result, the PDFs built are stored in a dedicated directory instead of copying to every sequence directory.
However, to keep the backward compatibility, all presentations builds developed with eWizard.js lower than v.4.5.0 apply the old approach of PDF storing.
Ability to define the read-only properties
In this release we have implemented functionality of read-only properties. eWizard editor will automatically block editing of a certain property, if two components are linking on one property, in order to prevent slide logic breakage. In eWizard editor such property will be read-only.
Also, you can manually set a read-only property in component source files particularly in ewizard.config.js file.
AEM converter improvements
In this release we have extended the list of e-Detailer components supported by AEM convertor:
wiz-isg-rich-textwiz-isg-imagewiz-isg-overlaywiz-isg-increment-sliderwiz-isg-buttonwiz-isg-enhanced-htmlwiz-isg-multiple-choicewiz-isg-percentage-sliderwiz-isg-tab-containerwiz-isg-videowiz-isg-inline-videowiz-isg-binary-choice
Now the AEM build supports .svg images! The converter transforms .svg files into the AEM format.
Subslides are available for conversion.
The popup text positioning conversion issue is fixed.
Fixes and minor improvements
removed media plugin which was used while building e-Detailers for SPA format. It helped to minimize resulted archive and resolved the issue with copying all media files from the presentation.
the
minandmaxproperties for thewiz-social-follow-iconcomponent is added. Now this component can hold from one to seven icons.