Appearance
eWizard.js v5.15.0 and eWizard CLI v0.28.1
January 2022
With the current release you get:
New eWizard.js framework features.
eWizard CLI new commands and options.
New in eWizard.js
Build improvements
eWizard.js now creates common assets chunks for the ./build/dev/App.js and ./build/dev/Editor.js files in the resulting build. This improvement reduces the build size and increases the item loading speed in eWizard Editor by 30–40%. The chunk features the following requirements and features:
The size must be less than 10 MB.
The chunks are loaded in parallel.
The chunk has the following naming convention:
common~[HASH_SUM].For example,
./build/dev/common~2f6b5507.js.The number of chunks depends on the item build size.
New in eWizard CLI
wiz component build
With the wiz component build command, you can run a development build of a component. The build checks for errors in <template> and <script> tags.
For more information, see wiz component build options.
Documentation updates
Enjoy the up-to-date eWizard.js and eWizard CLI articles.