What's new
- 4 minutes to read
September 2025
Bug Fixes
- Fixed an issue where graphics picked in the Image Selector were not displayed in the viewer in some cases.
- Fixed an issue where custom field data failed to update after changing an option.
August 2025
New Features
- Added a new configuration parameter
settings.preview.addToLineItem
to skip rendering preview images when creating an order. Setting this parameter tofalse
avoids unnecessarily downloads and reduces server load. - Added a possibility to display thumbnails of design variants in a compact dropdown list. To do so, set
settings.designVariants.type
to"Dropdown"
. This mode allows you to configure themaxVisibleItems
andiconSize
properties. - You can now retrieve the current state of the toggles of the selected design by using the
getToggleChoices()
method. - Added the possibility to remove uploaded images from placeholders.
Bug Fixes
- Fixed an issue where multiple selection in
showLess
mode forPublicImageSelector
caused infinite layout initialization. - Fixed an issue where previews were not updating when inserting text via the context menu.
July 2025
Breaking Changes
Users utilizing both vertical pagination and the viewer-info
placeholder simultaneously may encounter an excessive gap between the placeholder and the viewer. To eliminate this gap, apply the following styles to the inserted content element:
position: absolute;
top: calc(100% - 45px);
New Features
- Added the possibility to retrieve images from placeholders by using the
getPlaceholdersContent()
method. - You can now extract names and values of text elements, as well as custom field names and their values, from designs selected in the Simple Editor by using the Web-component API. This allows all personalization details to be shown within the order details on Shopify, making them visible in both the admin interface and the shopping cart.
- Added support for watermarks in preview images.
Bug Fixes
- Fixed an issue with displaying page thumbnails in the page navigation area.
- Fixed an issue where the mockup was incorrectly displayed as the main product image on the product page.
- Fixed an issue with the vertical layout of the surface pagination control.
June 2025
Breaking Changes
Previously, turning off price requests could be done by settings.productDetails.priceVisible: false
. Starting from this release, this approach no longer works. To disable price requests, please explicitly set settings.disablePricing: true
in your configuration.
New Features
- Added the possibility to insert custom user-uploaded images into placeholders. When configuring a design in the Template Editor, you can now configure each placeholder to allow selection from three different sources:
- Public images stored in storage.
- Images uploaded directly from the user's device.
- Combined mode offering access to both types of sources simultaneously.
- Improved price-quantity interactions:
- Added the possibility to control visibility of the Quantity field. To hide it, set
settings.quantity.enabled
tofalse
. - You can now skip pricing requests if only the Quantity field is needed. To do so, set
settings.disablePricing
totrue
. - Changed behavior of
settings.productDetails.priceVisible
. It now affects only price display, not pricing requests.
- Added the possibility to control visibility of the Quantity field. To hide it, set
- Custom fields for images and designs:
- You can now define
customName
andcustomTooltip
custom fields for images and designs. These fields override default names and tooltips respectively and are displayed in the editor.
- You can now define
Bug Fixes
- Fixed an issue where image validation was disabled after disabling the cropper.
- Fixed an issue where the user-selected font would reset to the default font after switching between design templates on the product page.
- Fixed an issue where "undefined" was displayed in a custom text toggle.
May 2025
New Features
Added the possibility to browse multiple product images alongside the design template in the viewer. When you start editing fields, the viewer automatically switches to the design template. To include images in the editor, configure them at config/resources/productImages
, and adjust the pagination control display in config/settings/surfacePagination
.
General Improvements
- Added a new HTML placeholder (
custom-option
slot) to display info at the beginning of the block of options. - You can now retrieve values of VDP fields using the new getVDPData() method of the Web-component API.
- Added the possibility to apply toggle set colors to images in placeholders. In this case, images are first converted to grayscale, and then the selected color is applied.
Bug Fixes
- Fixed an issue with validating custom 3D mockup sizes in the packaging configurator.
- Fixed issues with displaying character limits in text fields.
April 2025
General Improvements
- Added support for preserving original text when toggling between fonts.
- Added a new HTML placeholder (
viewer-info
slot) to display info below the viewer.
July 2024
Initial Release of Workflow element config V2.