What's new
- 1 minute to read
June 2025
General Improvements
- Improved validation for design elements:
minFontSize
: Allows you to impose a limit on the minimum font size to prevent using extremely small text that cannot be printed.allowRasterElements
: Restricts the type of images being added to the design to either vector-only or both vector and raster elements.targetResolution
: Validates the resolution for raster objects that will be used for rendering print files. It takes the DPI limit from the design container's printing restrictions, not from the editor's configuration asqualityMeter
does.
- Added new parameters to
imageUploader
:maxFileSizeMb
: The maximum file size.multipleUploadEnabled
: Allows for uploading multiple files simultaneously.allowedFileFormats
: A list of allowed file formats.allowedFileFormatsVectorOnly
: A list of allowed file formats for vector graphics.
March 2025
New Features
- Introduced the possibility to integrate with external image storage services, allowing users to manage and access images directly within the Handy Editor.
General Improvements
- You can now change the localization language dynamically while the Handy Editor is running. To do so, use the
update()
method to apply partial configurations forlocalization
, allowing seamless language updates without restarting the editor. - You can now recover an editor session using SKU or variant ID.
February 2025
New Features
- Introduced localization of the user interface. You can switch between the provided languages, change the text, and create completely new translations for the user interface. To learn how to do this, refer to the Localization topic.
General Improvements
- Added the possibility to disable the confirmation dialog when leaving the page with the editor. To do so, set
leaveConfirmation.enabled
tofalse
in the settings.
May 2024
Initial Release