Design Editor IFrame API Changelog
- 1 minute to read
This topic includes new features, improvements, and bug fixes for IFrame API 7.
7.1.30 - November 5, 2024
General Improvements
- Added the possibility to toggle the Object Inspector using the IFrame API. To do so, use the Editor.toggleObjectInspector method.
7.1.27 - September 3, 2024
New Features
- Added the possibility to control the visibility of design elements through product themes. You can now use the
visible
property for design elements when defining styles and pass them as the editor configuration parameters or to change the styles at runtime.
7.1.24 - August 9, 2024
- Added the possibility to hide the channel container tabs in the Object inspector with the
widgets.ObjectInspector.containerTabsEnabled
property. - Added the
canvas.inactiveContainerTransparencyEnabled
andcanvas.inactiveContainerTransparencyLevel
properties to configure the appearance of inactive channel containers.
7.1.14 – April 22, 2024
General Improvements
- Improved methods for channel containers to work without the Background, Main, or Foreground containers. PrintArea.insertContainer, PrintArea.removeContainer, and PrintArea.moveContainer can now work with a single container in a print area.
7.1.10 – March 6, 2024
General Improvements
- The BoundsNotification event now returns a
bounds
array of all product surfaces.
7.1.8 – January 26, 2024
General Improvements
- Added the possibility to disable the context menu in the Image Editor. To do so, set the
widgets.ImageEditorDialog.imageContextMenuEnabled
property tofalse
. - Added the
options
parameter toloadUserInfo
to define how this info should be reflected in the history. Ifoptions.addSnapshot
istrue
, these changes will be added to the history. Ifoptions.replaceLastSnapshot
istrue
, these changes will replace the last history snapshot.
7.1.3 – November 22, 2023
General Improvements
- Added the possibility to display the path of curved text by using the curvedTextBaselineDrawStates parameter. Now, the path appears when the user interacts with a specific text element.
- Added checking the message source and ignoring messages from outside the Design Editor.
7.0.1 – July 31, 2023
Bug Fixes
- Fixed some problems with using the
updateSurfaces
command.