Appearance
eWizard.js v5.25.0 and eWizard CLI v0.37.0
January 2023
New in eWizard.js
Register components with custom attributes
Use the new components.js file to register a component with custom attributes: text, styles, properties, and eWizard configurations for Editor. Now, you can have multiple versions of the same component, for example, two wiz-button components with different colors.
You can also create custom component templates and use them in the components.js file. In custom templates, you can configure the component display in eWizard Editor without modifying the component.
For more information, see Register components with custom attributes.
Validate components
You can add the validate function to your components for their properties validation. For example, set a minimum or maximum limit to a property.
For more information, see Add validation to a property.
Documentation updates
We've updated the following documentation articles: