What's new
- 1 minute to read
July 2025
General Improvements
- Added the possibility to configure thumbnail appearance in the shopping cart. To display designs on mockups, you can now set the
settings.results.previews.type
property to"design-on-mockup"
. By default, the"design-only"
value is applied, displaying only the designs. - The
_hidden.images
array now includes previews for each page. - Implemented mobile layouts for the approval page, the top toolbar, and the upload panel.
Bug Fixes
- Fixed a problem when panels did not close when the screen was narrowed.
Others
The
input.previewMockupIds
array is deprecated. To initialize the editor with mockups, use thepreviewMockups
array that allow you to specify which page the mockup will be applied to.input: { pviewMockups: [ { surfaceIndex: 0, mockupId: "6527afc63507abfadd355226" }, { surfaceIndex: 1, mockupId: "642e293dc46d098d64514607" } ], ... }
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